-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
54 lines (54 loc) · 1.46 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
{
"name": "pokemon-nft-game",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@3rdweb/hooks": "^1.9.2",
"axios": "^0.26.0",
"dayjs": "^1.11.0",
"ethers": "^5.6.0",
"framer-motion": "^6.2.8",
"next": "12.1.0",
"nextjs-progressbar": "^0.0.14",
"rc-progress": "^3.2.4",
"react": "17.0.2",
"react-awesome-shapes": "^0.1.11",
"react-confetti": "^6.0.1",
"react-copy-to-clipboard": "^5.0.4",
"react-dom": "17.0.2",
"react-hexagon": "^1.1.3",
"react-hot-toast": "^2.2.0",
"react-icons": "^4.3.1",
"react-loading-skeleton": "^3.0.3",
"react-query": "^3.34.16",
"react-use": "^17.3.2",
"reactjs-popup": "^2.0.5",
"uuid": "^8.3.2",
"wagmi": "^0.2.17"
},
"devDependencies": {
"@types/node": "17.0.21",
"@types/react": "17.0.39",
"@types/react-copy-to-clipboard": "^5.0.2",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
"autoprefixer": "^10.4.2",
"eslint": "^7.32.0",
"eslint-config-next": "12.1.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"eslint-plugin-react": "^7.29.3",
"postcss": "^8.4.7",
"tailwindcss": "^3.0.23",
"typescript": "4.6.2"
}
}