-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 970 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
{
"name": "restaurant",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack serve --open",
"build": "webpack",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"gh-deploy": "git push origin :gh-pages && git subtree push --prefix dist origin gh-pages",
"gh-deploy-init": "git push origin && git subtree push --prefix dist origin gh-pages"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bismarkagyare/restaurant-page.git"
},
"keywords": [],
"author": "bismark agyare",
"license": "ISC",
"bugs": {
"url": "https://github.com/bismarkagyare/restaurant-page/issues"
},
"homepage": "https://github.com/bismarkagyare/restaurant-page#readme",
"devDependencies": {
"gh-pages": "^5.0.0",
"webpack": "^5.76.3",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.13.1"
}
}