-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.08 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
{
"name": "ynet-node",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server -d"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "6.3.26",
"babel-loader": "6.2.0",
"babel-plugin-transform-object-rest-spread": "6.3.13",
"babel-plugin-transform-strict-mode": "^6.3.13",
"babel-preset-es2015": "6.3.13",
"classnames": "^2.2.3",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^1.0.1",
"html-webpack-plugin": "^1.7.0",
"react-hot-loader": "^1.3.0",
"source-map-loader": "^0.1.5",
"style-loader": "^0.13.0",
"webpack": "1.12.9",
"webpack-build-notifier": "0.1.6",
"webpack-dev-server": "1.14.0",
"webpack-merge": "0.4.0",
"webpack-split-by-path": "0.0.7"
},
"dependencies": {
"babel-polyfill": "^6.3.14",
"immutable": "^3.7.6",
"react": "^0.14.6",
"react-dnd": "^2.0.2",
"react-dnd-html5-backend": "^2.0.2",
"react-dom": "^0.14.6",
"react-redux": "^4.0.6",
"redux": "^3.0.5",
"redux-actions": "^0.9.1"
}
}