-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathpackage.json
36 lines (36 loc) · 1 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
{
"name": "channels_obstruction",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"dependencies": {
"bootstrap": "^3.3.7",
"bootstrap-loader": "^1.1.6",
"bootstrap-webpack": "0.0.5",
"css-loader": "^0.25.0",
"jquery": "^3.1.0",
"react-websocket": "^1.1.5",
"style-loader": "^0.13.1",
"webpack-bundle-tracker": "^0.0.93"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"css-loader": "^0.25.0",
"react": "^15.3.1",
"react-dom": "^15.4.2",
"react-hot-loader": "^3.0.0-beta.3",
"style-loader": "^0.13.1",
"webpack": "^3.11.0",
"webpack-bundle-tracker": "0.0.93",
"webpack-dev-server": "^3.1.9"
},
"scripts": {
"webpack": "webpack --watch"
},
"author": "",
"license": "ISC"
}