-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.52 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
{
"name": "pokedex",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@react-three/drei": "^9.88.0",
"@react-three/fiber": "^8.14.5",
"@tanstack/react-query": "^4.36.1",
"axios": "^1.5.1",
"framer-motion": "^10.16.4",
"lodash-es": "^4.17.21",
"next": "13.5.4",
"qs": "^6.11.2",
"react": "^18",
"react-dom": "^18",
"react-toastify": "^9.1.3",
"react-window": "^1.8.9",
"react-window-infinite-loader": "^1.0.9",
"tailwind-merge": "^1.14.0",
"three": "^0.157.0",
"tunnel-rat": "^0.1.2",
"zustand": "^4.4.3"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@tanstack/react-query-devtools": "^4.36.1",
"@tanstack/react-query-next-experimental": "5.0.0-alpha.80",
"@types/lodash-es": "^4.17.9",
"@types/node": "^20",
"@types/qs": "^6.9.8",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-window": "^1.8.6",
"@types/react-window-infinite-loader": "^1.0.7",
"@types/three": "^0.157.0",
"autoprefixer": "^10",
"eslint": "^8",
"eslint-config-next": "13.5.4",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"postcss": "^8",
"prettier": "^3.0.3",
"tailwindcss": "^3",
"typescript": "^5"
},
"engines": {
"node": ">=16",
"pnpm": ">=8"
}
}