-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1016 Bytes
/
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
{
"name": "gks-pokedex-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next build && next export"
},
"dependencies": {
"@tailwindcss/aspect-ratio": "^0.2.0",
"@types/classnames": "^2.2.11",
"@types/nedb": "^1.8.11",
"@types/node": "^14.14.20",
"@types/react": "^17.0.0",
"@types/tinycolor2": "^1.4.2",
"autoprefixer": "^10.2.0",
"classnames": "^2.2.6",
"csvtojson": "^2.0.10",
"date-fns": "^2.16.1",
"framer-motion": "^3.1.4",
"fs-extra": "^9.0.1",
"klaw": "^3.0.0",
"lodash": "^4.17.20",
"next": "^13.1.6",
"postcss": "^8.4.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.1.0",
"react-use": "^15.3.4",
"sharp": "^0.31.3",
"tailwindcss": "^3.2.4",
"tinycolor2": "^1.4.2",
"typeface-kalam": "^1.1.13",
"typescript": "^4.9.4"
},
"devDependencies": {
"prettier": "^2.2.1"
}
}