-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 872 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
{
"name": "travel-site",
"version": "1.0.0",
"description": "## Description This is a responsive site featuring places in the USA that one can bicycle through from Portland, ME to Portland,OR",
"main": "index.js",
"scripts": {
"dev": "webpack --mode development",
"build": "webpack --mode production",
"gh-pages": "webpack --mode production && gh-pages -d dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"css-loader": "^3.4.2",
"extracted-loader": "^1.0.7",
"file-loader": "^6.0.0",
"html-loader": "^1.0.0",
"html-webpack-plugin": "^4.0.2",
"style-loader": "^1.1.3",
"svg-inline-loader": "^0.8.2",
"svg-url-loader": "^5.0.0",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11"
},
"dependencies": {
"gh-pages": "^2.2.0"
}
}