-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 871 Bytes
/
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
{
"name": "touch-60824-redux",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "node server.js",
"build": "webpack --config webpack-production.config.js --progress --colors"
},
"author": "",
"license": "ISC",
"private": true,
"devDependencies": {
"babel-core": "6.13.2",
"babel-loader": "6.2.5",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-preset-es2015": "6.13.2",
"babel-preset-react": "6.11.1",
"babel-preset-stage-2": "6.13.0",
"express": "4.14.0",
"webpack": "1.13.2",
"webpack-dev-middleware": "1.6.1",
"webpack-hot-middleware": "2.12.2"
},
"dependencies": {
"antd": "^2.5.2",
"classnames": "2.2.5",
"immutable": "3.8.1",
"pure-render-decorator": "1.1.1",
"react": "15.3.1",
"react-dom": "15.3.1",
"react-tap-event-plugin": "1.0.0"
}
}