-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 750 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 750 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
31
32
{
"name": "mhacks12",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "parcel watch src/*.html -d public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlanWang1/mhacks12.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/AlanWang1/mhacks12/issues"
},
"homepage": "https://github.com/AlanWang1/mhacks12#readme",
"dependencies": {
"chart.js": "^2.8.0",
"firebase": "^6.6.2",
"react": "^16.10.2",
"react-chartjs-2": "^2.8.0",
"react-dom": "^16.10.2"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.11.2",
"bulma": "^0.7.5",
"parcel-bundler": "^1.12.4",
"sass": "^1.23.0"
}
}