@pinerohit11/testwidget 0.1.41 → 0.1.43

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,45 +1,50 @@
1
- {
2
- "name": "@pinerohit11/testwidget",
3
- "version": "0.1.41",
4
- "private": false,
5
- "scripts": {
6
- "dev": "next dev",
7
- "build": "next build",
8
- "start": "next start",
9
- "lint": "next lint",
10
- "bundle": "tsup src/app/index.ts"
11
- },
12
- "dependencies": {
13
- "axios": "^1.7.7",
14
- "bootstrap": "^5.3.3",
15
- "next": "15.0.3",
16
- "react": "18.3.1",
17
- "react-bootstrap": "^2.10.5",
18
- "react-dom": "18.3.1"
19
- },
20
- "peerdependencies": {
21
- "next": "15.0.3",
22
- "react": "18.3.1",
23
- "react-dom": "18.3.1"
24
- },
25
- "devDependencies": {
26
- "@types/node": "^20",
27
- "@types/react": "^18",
28
- "@types/react-dom": "^18",
29
- "eslint": "^8",
30
- "eslint-config-next": "15.0.3",
31
- "react-toastify": "^10.0.6",
32
- "tsup": "^8.3.5",
33
- "typescript": "^5"
34
- },
35
- "author": "your_name",
36
- "license": "MIT",
37
- "keywords": [
38
- "nextjs",
39
- "next",
40
- "typescript",
41
- "tailwindcss"
42
- ],
43
- "main": "dist/index.js",
44
- "type": "module"
45
- }
1
+ {
2
+ "name": "@pinerohit11/testwidget",
3
+ "version": "0.1.43",
4
+ "private": false,
5
+ "scripts": {
6
+ "dev": "next dev",
7
+ "build": "next build",
8
+ "start": "next start",
9
+ "lint": "next lint",
10
+ "bundle": "tsup src/app/index.ts"
11
+ },
12
+ "dependencies": {
13
+ "axios": "^1.7.7",
14
+ "bootstrap": "^5.3.3",
15
+ "next": "15.0.3",
16
+ "node-forge": "^1.3.1",
17
+ "react": "18.3.1",
18
+ "react-bootstrap": "^2.10.5",
19
+ "react-dom": "18.3.1"
20
+ },
21
+ "peerdependencies": {
22
+ "next": "15.0.3",
23
+ "react": "18.3.1",
24
+ "react-dom": "18.3.1"
25
+ },
26
+ "devDependencies": {
27
+ "@types/node": "^20",
28
+ "@types/node-forge": "^1.3.11",
29
+ "@types/react": "^18",
30
+ "@types/react-dom": "^18",
31
+ "credit-card-type": "^10.0.1",
32
+ "eslint": "^8",
33
+ "eslint-config-next": "15.0.3",
34
+ "react-bs-datatable": "^3.15.0",
35
+ "react-datepicker": "^7.5.0",
36
+ "react-toastify": "^10.0.6",
37
+ "tsup": "^8.3.5",
38
+ "typescript": "^5"
39
+ },
40
+ "author": "your_name",
41
+ "license": "MIT",
42
+ "keywords": [
43
+ "nextjs",
44
+ "next",
45
+ "typescript",
46
+ "tailwindcss"
47
+ ],
48
+ "main": "dist/index.js",
49
+ "type": "module"
50
+ }