-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.71 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
55
56
57
58
59
60
{
"name": "foresight",
"version": "1.0.0",
"description": "IoT Oracle",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "nuel",
"license": "ISC",
"dependencies": {
"adaptjs": "^1.0.3",
"async": "^2.3.0",
"babel-polyfill": "^6.23.0",
"child_process": "^1.0.2",
"express": "^4.15.2",
"hyperscript": "^2.0.2",
"mitt": "^1.1.0",
"socket.io": "^2.0.1",
"socket.io-client": "^2.0.1",
"socketio": "^1.0.0",
"unfetch": "^2.1.2",
"webpack": "^1.13.3",
"webpack-dev-middleware": "^1.10.2",
"webpack-hot-middleware": "^2.7.1"
},
"devDependencies": {
"autoprefixer-loader": "^3.2.0",
"babel-core": "^6.5.2",
"babel-eslint": "^7.2.1",
"babel-loader": "^6.2.3",
"babel-plugin-transform-runtime": "^6.5.2",
"babel-preset-es2015": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-runtime": "^6.5.0",
"clean-webpack-plugin": "^0.1.14",
"copy-webpack-plugin": "^4.0.1",
"cross-env": "^4.0.0",
"css-loader": "^0.27.3",
"eslint": "^3.18.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"html-loader": "^0.4.5",
"html-webpack-inline-source-plugin": "0.0.7",
"html-webpack-plugin": "^2.24.1",
"json-loader": "^0.5.4",
"markdown-loader": "^2.0.0",
"node-sass": "^3.13.1",
"sass-loader": "^3.2.3",
"script-ext-html-webpack-plugin": "^1.3.4",
"string-loader": "0.0.1",
"svgo-loader": "^1.2.1",
"style-loader": "^0.16.1"
}
}