-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 752 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 752 Bytes
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
{
"name": "MyApp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@zeit/next-css": "^1.0.1",
"axios": "^0.21.1",
"bootstrap": "^4.4.1",
"dotenv-webpack": "^1.7.0",
"lru-cache": "^5.1.1",
"next": "^9.3.1",
"next-images": "^1.3.1",
"path": "^0.12.7",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-placeholder": "^4.0.1"
},
"devDependencies": {
"json-server": "^0.16.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "next",
"build": "next build",
"start": "next start",
"json-server": "json-server --watch db.json --port 4000 --delay 200"
},
"keywords": [],
"author": "",
"license": "ISC"
}