test-ahaan-v2-4 1.1.45 → 1.1.51
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +0 -3
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts +5 -1
- package/dist/index.js +67 -6
- package/dist/index.js.map +1 -1
- package/package.json +53 -53
package/package.json
CHANGED
@@ -1,53 +1,53 @@
|
|
1
|
-
{
|
2
|
-
"name": "test-ahaan-v2-4",
|
3
|
-
"version": "1.1.
|
4
|
-
"description": "",
|
5
|
-
"main": "dist/index.js",
|
6
|
-
"types": "dist,index.d.ts",
|
7
|
-
"scripts": {
|
8
|
-
"dev:tailwind": "tsup --watch && pnpm tailwind --watch",
|
9
|
-
"dev": "tsup --watch",
|
10
|
-
"build": "tsup src/index.tsx",
|
11
|
-
"tailwind": "pnpm tailwindcss -i ./style.css -o ./dist/tailwind.css "
|
12
|
-
},
|
13
|
-
"keywords": [],
|
14
|
-
"author": "",
|
15
|
-
"license": "ISC",
|
16
|
-
"devDependencies": {
|
17
|
-
"@types/react": "^18.2.33",
|
18
|
-
"@types/react-router-dom": "^5.3.3",
|
19
|
-
"autoprefixer": "^10.4.16",
|
20
|
-
"buffer": "^6.0.3",
|
21
|
-
"css-loader": "^6.8.1",
|
22
|
-
"css-modules-typescript-loader": "^2.0.1",
|
23
|
-
"postcss-loader": "^7.3.3",
|
24
|
-
"sass-loader": "^7.1.0",
|
25
|
-
"style-loader": "^3.3.3",
|
26
|
-
"tailwind-scrollbar": "^3.0.5",
|
27
|
-
"tailwindcss": "^3.3.5",
|
28
|
-
"ts-loader": "^5.3.3",
|
29
|
-
"tsup": "^7.2.0",
|
30
|
-
"typescript": "^5.2.2",
|
31
|
-
"webpack": "^5.0.1",
|
32
|
-
"webpack-cli": "^5.0.1"
|
33
|
-
},
|
34
|
-
"files": [
|
35
|
-
"dist/**/*"
|
36
|
-
],
|
37
|
-
"dependencies": {
|
38
|
-
"@testing-library/jest-dom": "^5.17.0",
|
39
|
-
"@testing-library/react": "^13.4.0",
|
40
|
-
"@testing-library/user-event": "^13.5.0",
|
41
|
-
"@tria-sdk/core": "^4.0.5",
|
42
|
-
"@tria-sdk/web": "^3.9.0",
|
43
|
-
"@types/jest": "^27.5.2",
|
44
|
-
"@types/node": "^16.18.59",
|
45
|
-
"@types/react-dom": "^18.2.14",
|
46
|
-
"@tria-sdk/connect": "^1.0.35",
|
47
|
-
"react": "^18.2.0",
|
48
|
-
"react-dom": "^18.2.0",
|
49
|
-
"react-router-dom": "^6.17.0",
|
50
|
-
"react-scripts": "^5.0.1",
|
51
|
-
"wagmi": "^1.4.5"
|
52
|
-
}
|
53
|
-
}
|
1
|
+
{
|
2
|
+
"name": "test-ahaan-v2-4",
|
3
|
+
"version": "1.1.51",
|
4
|
+
"description": "",
|
5
|
+
"main": "dist/index.js",
|
6
|
+
"types": "dist,index.d.ts",
|
7
|
+
"scripts": {
|
8
|
+
"dev:tailwind": "tsup --watch && pnpm tailwind --watch",
|
9
|
+
"dev": "tsup --watch",
|
10
|
+
"build": "tsup src/index.tsx",
|
11
|
+
"tailwind": "pnpm tailwindcss -i ./style.css -o ./dist/tailwind.css "
|
12
|
+
},
|
13
|
+
"keywords": [],
|
14
|
+
"author": "",
|
15
|
+
"license": "ISC",
|
16
|
+
"devDependencies": {
|
17
|
+
"@types/react": "^18.2.33",
|
18
|
+
"@types/react-router-dom": "^5.3.3",
|
19
|
+
"autoprefixer": "^10.4.16",
|
20
|
+
"buffer": "^6.0.3",
|
21
|
+
"css-loader": "^6.8.1",
|
22
|
+
"css-modules-typescript-loader": "^2.0.1",
|
23
|
+
"postcss-loader": "^7.3.3",
|
24
|
+
"sass-loader": "^7.1.0",
|
25
|
+
"style-loader": "^3.3.3",
|
26
|
+
"tailwind-scrollbar": "^3.0.5",
|
27
|
+
"tailwindcss": "^3.3.5",
|
28
|
+
"ts-loader": "^5.3.3",
|
29
|
+
"tsup": "^7.2.0",
|
30
|
+
"typescript": "^5.2.2",
|
31
|
+
"webpack": "^5.0.1",
|
32
|
+
"webpack-cli": "^5.0.1"
|
33
|
+
},
|
34
|
+
"files": [
|
35
|
+
"dist/**/*"
|
36
|
+
],
|
37
|
+
"dependencies": {
|
38
|
+
"@testing-library/jest-dom": "^5.17.0",
|
39
|
+
"@testing-library/react": "^13.4.0",
|
40
|
+
"@testing-library/user-event": "^13.5.0",
|
41
|
+
"@tria-sdk/core": "^4.0.5",
|
42
|
+
"@tria-sdk/web": "^3.9.0",
|
43
|
+
"@types/jest": "^27.5.2",
|
44
|
+
"@types/node": "^16.18.59",
|
45
|
+
"@types/react-dom": "^18.2.14",
|
46
|
+
"@tria-sdk/connect": "^1.0.35",
|
47
|
+
"react": "^18.2.0",
|
48
|
+
"react-dom": "^18.2.0",
|
49
|
+
"react-router-dom": "^6.17.0",
|
50
|
+
"react-scripts": "^5.0.1",
|
51
|
+
"wagmi": "^1.4.5"
|
52
|
+
}
|
53
|
+
}
|