-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) Β· 874 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) Β· 874 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
{
"name": "task-excusions-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"homepage": "https://marrcelp.github.io/Demonstrating-API-Integration-with-Excursion-Booking-App",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack serve --open --mode development",
"build": "webpack --mode production",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"babel-loader": "^8.2.2",
"copy-webpack-plugin": "^13.0.0",
"css-loader": "^6.2.0",
"gh-pages": "^6.3.0",
"html-webpack-plugin": "^5.6.3",
"style-loader": "^3.2.1",
"webpack": "^5.44.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
}
}