-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.36 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "thermal-visualizer",
"version": "0.2.6",
"description": "Visualizer for thermal systems",
"engines": {
"node": "6.11.1"
},
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "node test.js",
"dev": "node_modules/.bin/webpack-dev-server --hot --inline",
"build": "NODE_ENV=production node_modules/.bin/webpack"
},
"dependencies": {
"ejs": "2.5.6",
"express": "4.15.2",
"flux": "^3.1.3",
"react-chartjs2": "^1.1.2",
"woopra": "^1.0.1"
},
"devDependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-react": "^1.0.0",
"babel-plugin-react-html-attrs": "^2.0.0",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.22.0",
"chart.js": "^2.5.0",
"paper": "^0.10.2",
"react": "^15.4.2",
"react-addons-css-transition-group": "^15.4.2",
"react-dom": "^15.4.2",
"request": "^2.81.0",
"tape": "^4.7.0",
"tweenjs": "0.0.0",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.1"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"node",
"heroku",
"express"
],
"license": "MIT"
}