-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (46 loc) · 1.18 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
{
"name": "thermo-cloud-management",
"version": "1.0.0",
"description": "Thermo-Cloud管理画面",
"main": "server.js",
"scripts": {
"start": "./node_modules/.bin/babel-node ./bin/www",
"test": "echo Error: no test specified && exit 1",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/iot-platform/thermo-cloud-management.git"
},
"author": "t-nakano",
"license": "ISC",
"homepage": "https://bitbucket.org/iot-platform/thermo-cloud-management#readme",
"dependencies": {
"body-parser": "^1.17.1",
"cookie-parser": "^1.4.3",
"debug": "^2.6.6",
"express": "^4.15.2",
"express-session": "^1.15.2",
"helmet": "^3.6.0",
"morgan": "^1.8.1",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"serve-favicon": "^2.4.2",
"babel-cli": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"create-react-class": "^15.5.2",
"express-react-views": "^0.10.2",
"webpack": "^2.5.1"
},
"devDependencies": {
},
"babel": {
"sourceMaps": "inline",
"presets": [
"es2015",
"react"
]
}
}