-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 894 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
{
"name": "pokedex-app",
"version": "0.1.0",
"author": "Danang Eko Alfianto (danangekal@gmail.com)",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"prebuild": "rm -rf .next"
},
"dependencies": {
"antd-mobile": "^2.3.1",
"dotenv": "^8.2.0",
"imagemin-mozjpeg": "^8.0.0",
"imagemin-optipng": "^8.0.0",
"next": "9.3.6",
"next-absolute-url": "^1.2.2",
"next-compose-plugins": "^2.2.0",
"next-images": "^1.4.0",
"next-offline": "^5.0.2",
"next-optimized-images": "^2.6.0",
"next-seo": "^4.4.0",
"react": "16.14.0",
"react-dom": "16.13.1",
"react-infinite-scroller": "^1.2.4"
},
"devDependencies": {
"@zeit/next-css": "^1.0.1",
"babel-plugin-import": "^1.13.0",
"null-loader": "^4.0.0"
},
"engines": {
"npm": ">=6",
"node": ">=14"
}
}