@pinerohit11/testwidget 0.1.41 → 0.1.42
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.cjs +2186 -4
- package/dist/index.d.cts +26 -3
- package/dist/index.d.ts +26 -3
- package/dist/index.js +2186 -3
- package/package.json +50 -45
package/package.json
CHANGED
@@ -1,45 +1,50 @@
|
|
1
|
-
{
|
2
|
-
"name": "@pinerohit11/testwidget",
|
3
|
-
"version": "0.1.
|
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
|
-
"
|
17
|
-
"react
|
18
|
-
"react-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
"
|
23
|
-
"react
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
"@types/
|
28
|
-
"@types/
|
29
|
-
"
|
30
|
-
"
|
31
|
-
"
|
32
|
-
"
|
33
|
-
"
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
"
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
1
|
+
{
|
2
|
+
"name": "@pinerohit11/testwidget",
|
3
|
+
"version": "0.1.42",
|
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
|
+
}
|