-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.49 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
{
"scripts": {
"postinstall": "for x in node_modules/@manaflair/*; do ( cd \"$x\"; npm run build ); done",
"start": "babel-node -- --preserve-symlinks sources/server"
},
"dependencies": {
"@manaflair/async-props": "manaflair/async-props",
"@manaflair/json-server": "manaflair/json-server",
"@manaflair/json-talk": "manaflair/json-talk",
"@manaflair/redux-batch": "manaflair/redux-batch",
"babel-cli": "^6.14.0",
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-es2016": "^6.11.3",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"body-parser": "^1.15.2",
"bootstrap": "^4.0.0-alpha.4",
"connect-history-api-fallback": "^1.3.0",
"core-decorators": "^0.12.3",
"css-loader": "^0.25.0",
"expose-loader": "^0.7.1",
"express": "^4.14.0",
"file-loader": "^0.9.0",
"font-awesome": "^4.6.3",
"html-webpack-plugin": "^2.22.0",
"node-sass": "^3.10.0",
"pure-uuid": "^1.4.0",
"react": "^15.3.1",
"react-dom": "^15.3.1",
"react-immutable-proptypes": "^2.1.0",
"react-redux": "^4.4.5",
"react-router": "^2.8.1",
"redux": "^3.6.0",
"redux-saga": "^0.11.1",
"sass-loader": "^4.0.2",
"sequelize": "^3.24.3",
"sqlite3": "^3.1.4",
"style-loader": "^0.13.1",
"webpack": "^2.1.0-beta",
"webpack-dev-middleware": "^1.7.0"
}
}