-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
83 lines (83 loc) · 2.36 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "react-webpack-workflow",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build-prod": "webpack --config webpack.config.prod.js --progress",
"start": "./node_modules/.bin/webpack-dev-server --hot --host 0.0.0.0 --port 8080"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "6.9.1",
"babel-loader": "6.2.4",
"babel-preset-es2015": "6.9.0",
"babel-preset-react": "6.5.0",
"babel-register": "6.9.0",
"css-loader": "0.23.1",
"enzyme": "2.3.0",
"express": "4.13.4",
"extract-text-webpack-plugin": "1.0.1",
"faucet": "0.0.1",
"html-webpack-plugin": "2.22.0",
"lodash": "^4.17.4",
"react-addons-test-utils": "15.1.0",
"react-facebook-login": "^3.4.3",
"react-hot-loader": "^1.3.1",
"react-redux": "^5.0.2",
"react-router": "^3.0.2",
"react-router-redux": "^4.0.7",
"redux": "^3.6.0",
"redux-logger": "^2.8.1",
"redux-thunk": "^2.2.0",
"style-loader": "0.13.1",
"tape": "4.5.1",
"webpack": "1.13.1",
"webpack-combine-loaders": "2.0.0",
"webpack-dev-server": "1.14.1"
},
"dependencies": {
"babel": "^6.23.0",
"babel-core": "6.9.1",
"babel-loader": "6.2.4",
"babel-preset-es2015": "6.9.0",
"babel-preset-react": "6.5.0",
"babel-register": "6.9.0",
"css-loader": "0.23.1",
"enzyme": "2.3.0",
"express": "4.13.4",
"extract-text-webpack-plugin": "1.0.1",
"faucet": "0.0.1",
"html-webpack-plugin": "2.22.0",
"isomorphic-fetch": "^2.2.1",
"lodash": "^4.17.4",
"promise": "^7.1.1",
"qs": "^6.7.0",
"react": "15.1.0",
"react-addons-test-utils": "15.1.0",
"react-bootstrap": "^0.30.8",
"react-datepicker": "^0.44.0",
"react-dom": "15.1.0",
"react-facebook-login": "^3.4.3",
"react-hot-loader": "^1.3.1",
"react-loading": "0.0.9",
"react-redux": "^5.0.2",
"react-router": "^3.0.2",
"react-router-redux": "^4.0.7",
"react-sortable": "^1.2.0",
"react-sortable-hoc": "^0.6.1",
"react-sortable-items": "0.0.12",
"react-stepzilla": "^4.3.4",
"react-toastr": "^2.8.2",
"redux": "^3.6.0",
"redux-logger": "^2.8.1",
"redux-thunk": "^2.2.0",
"style-loader": "0.13.1",
"tape": "4.5.1",
"webpack": "1.13.1",
"webpack-combine-loaders": "2.0.0",
"webpack-dev-server": "1.14.1"
}
}