-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 821 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 821 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
33
34
{
"name": "starter-kit",
"version": "1.1.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"start": "python app.py"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.4.5",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"webpack": "^1.12.12"
},
"dependencies": {
"@google-cloud/pubsub": "^0.15.0",
"axios": "^0.17.1",
"chart.js": "^2.7.1",
"fs": "0.0.1-security",
"react": "^0.14.7",
"react-alert": "^2.4.0",
"react-chartjs": "^0.8.0",
"react-chartjs-2": "^2.6.4",
"react-dom": "^0.14.7",
"react-loader": "^2.4.2",
"react-simplert": "0.0.2",
"reversed": "^1.1.1"
}
}