-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.26 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "wallet_account_for_starknet",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^3.0.2",
"@chakra-ui/system": "^2.6.2",
"@emotion/react": "^11.13.3",
"@starknet-io/get-starknet": "^4.0.4",
"@starknet-io/get-starknet-core": "^4.0.4",
"@starknet-io/types-js": "^0.7.10",
"@types/node": "22.8.4",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"axios": "^1.7.7",
"dotenv": "^16.4.5",
"lucide-react": "^0.454.0",
"material-react-toastify": "^10.0.5",
"next": "^15.0.2",
"next-themes": "^0.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "^5.3.0",
"server-only": "^0.0.1",
"sharp": "^0.33.5",
"starknet": "^6.20.3",
"swr": "^2.2.5",
"typescript": "^5.6.3",
"zustand": "^5.0.1"
},
"devDependencies": {
"encoding": "^0.1.13",
"simple-zustand-devtools": "^1.1.0"
},
"findUnusedExports": {
"include": [
"./src/**/*.ts",
"./src/**/*.tsx",
"./src/**/*.d.ts",
"src/**/*.svelte"
],
"exclude": [
"./.next/**/*"
]
},
"packageManager": "[email protected]"
}