-
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) · 860 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 860 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": "website-2019",
"version": "1.0.0",
"description": "demo at [https://hackdavis.netlify.com](https://hackdavis.netlify.com)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HackDavis/website-2019.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/HackDavis/website-2019/issues"
},
"homepage": "https://github.com/HackDavis/website-2019#readme",
"devDependencies": {
"css-loader": "^1.0.1",
"html-webpack-plugin": "^3.2.0",
"postcss-easing-gradients": "^3.0.1",
"postcss-loader": "^3.0.0",
"postcss-svg": "^2.4.0",
"style-loader": "^0.23.1",
"webpack": "^4.25.1",
"webpack-cli": "^3.1.2"
}
}