-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.05 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
{
"name": "classic-art-editor",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=20.x",
"npm": ">=9.x"
},
"scripts": {
"dev": "NEXT_PUBLIC_ACTIVE_NETWORK=1 next dev",
"build": "NEXT_PUBLIC_ACTIVE_NETWORK=1 next build",
"start": "next start",
"type-check": "tsc --pretty --noEmit",
"analyze": "ANALYZE=true yarn build"
},
"dependencies": {
"@rainbow-me/rainbowkit": "^1.3.3",
"classnames": "^2.5.1",
"html-to-image": "^1.11.11",
"next": "14.0.4",
"react": "^18.2.0",
"react-confetti": "^6.1.0",
"react-dom": "^18.2.0",
"react-feather": "^2.0.10",
"seedrandom": "^3.0.5",
"viem": "^1.20.3",
"wagmi": "^1.4.12"
},
"devDependencies": {
"@types/node": "^20.10.8",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@types/seedrandom": "^3.0.8",
"autoprefixer": "^10.4.16",
"lefthook": "^1.5.5",
"next-bundle-analyzer": "^0.6.8",
"postcss": "^8.4.33",
"prettier": "^3.1.1",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
}
}