-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 797 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 797 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
{
"homepage": "https://github.com/Luke-OuO/FoodBlog",
"name": "assginment4(big-one)",
"version": "1.0.0",
"description": "",
"main": "BloggingMainPage.js",
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"start": "concurrently \"npm run server1\" \"npm run server2\"",
"server1": "json-server --watch data.json --port 3500",
"server2": "json-server --watch user.json --port 3501"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"concurrently": "^9.1.2",
"json-server": "^0.17.4",
"react-scripts": "^5.0.1",
"vercel": "^41.4.0"
},
"devDependencies": {
"gh-pages": "^6.1.1"
}
}