-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.06 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "create-starknet-app",
"version": "0.1.0",
"private": false,
"author": "Starknet community",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"generate-abi": "node scripts/generateAbi.js"
},
"dependencies": {
"@argent/get-starknet": "^6.4.7",
"@pinata/sdk": "^2.1.0",
"@radix-ui/colors": "^3.0.0-rc.4",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/themes": "^2.0.0-rc.3",
"@starknet-react/chains": "^0.1.0",
"@starknet-react/core": "^2.1.0",
"@supabase/supabase-js": "^2.39.0",
"@types/node": "20.6.5",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"clsx": "^2.0.0",
"encoding": "^0.1.13",
"eslint": "8.50.0",
"eslint-config-next": "13.5.2",
"get-starknet-core": "^3.2.0",
"next": "13.5.2",
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-use": "^17.4.2",
"starknet": "^5.24.3"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.2.3",
"@storybook/addon-interactions": "^7.2.3",
"@storybook/addon-links": "^7.2.3",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/addon-styling": "^1.3.6",
"@storybook/blocks": "^7.3.2",
"@storybook/nextjs": "^7.3.2",
"@storybook/react": "^7.3.2",
"@storybook/testing-library": "^0.2.0",
"@types/eslint": "^8.37.0",
"@types/node": "20.4.6",
"@types/prettier": "^2.7.2",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"@typescript-eslint/eslint-plugin": "6.0.0",
"@typescript-eslint/parser": "6.0.0",
"autoprefixer": "10.4.16",
"eslint": "8.46.0",
"eslint-config-next": "13.4.12",
"eslint-plugin-storybook": "^0.6.13",
"postcss": "8.4.30",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8",
"storybook": "^7.3.2",
"tailwindcss": "3.3.3",
"typescript": "5.2.2"
}
}