-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
45 lines (45 loc) · 1.26 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
{
"name": "twilio-watson",
"version": "1.0.0",
"description": "INTRODUCTION ------------",
"main": "index.js",
"scripts": {
"debug": "webpack --watch -f webpack.debug.config.js",
"dev": "webpack-dev-server",
"build": "node node_modules/webpack/bin/webpack.js --colors --progress -p"
},
"author": "amblock",
"license": "ISC",
"dependencies": {
"axios": "^0.11.1",
"classnames": "^2.2.5",
"d3": "^3.5.17",
"file-loader": "^0.8.5",
"lodash": "^4.13.1",
"react": "^15.1.0",
"react-addons-css-transition-group": "^15.1.0",
"react-dom": "^15.1.0",
"react-router": "^2.0.0",
"socket.io-client": "^1.4.6"
},
"devDependencies": {
"babel-core": "^6.5.2",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.3",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"babel-preset-react-hmre": "^1.1.0",
"babel-preset-stage-0": "^6.5.0",
"chunk-manifest-webpack-plugin": "0.0.1",
"css-loader": "^0.18.0",
"interpret": "^1.0.1",
"node-sass": "^3.2.0",
"react-hot-loader": "^1.2.8",
"sass-loader": "^2.0.1",
"style-loader": "^0.12.4",
"url-loader": "^0.5.6",
"webpack": "^1.11.0",
"webpack-dev-server": "^1.10.1"
}
}