generated from UW-CSE442-WI20/A3-Template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
29 lines (29 loc) · 863 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": "uw-cse442-a3-submission",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "parcel src/index.html",
"build": "parcel build src/index.html --public-url https://uw-cse442-wi20.github.io/A3-mass-shootings-in-america/; rm -rf docs; mv dist docs;",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^8.0.6",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"parcel-bundler": "^1.12.4"
},
"dependencies": {
"bootstrap": "^4.4.1",
"bootstrap-select": "^1.13.12",
"bootstrap-slider": "^10.6.2",
"material-design-icons": "^3.0.1",
"public": "^0.1.5",
"regenerator-runtime": "^0.13.3",
"us-atlas": "^3.0.0"
}
}