-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.39 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.39 KB
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
{
"name": "baserent",
"private": true,
"scripts": {
"build:test": "NODE_ENV=test webpack --config webpack.config.js",
"build:production": "NODE_ENV=production webpack --config webpack.config.js",
"build:development": "NODE_ENV=development webpack -w --config webpack.config.js"
},
"cacheDirectories": [
"node_modules",
"client/node_modules"
],
"dependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-loader": "^6.3.2",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-runtime": "^6.23.0",
"dotenv-webpack": "^1.5.0",
"es5-shim": "^4.5.9",
"eslint": "^4.1.1",
"eslint-plugin-react": "^7.1.0",
"expose-loader": "^0.7.3",
"imports-loader": "^0.7.1",
"intl": "^1.2.5",
"js-yaml": "^3.8.2",
"react": "^15.5.4",
"react-addons-css-transition-group": "^15.6.0",
"react-addons-update": "^15.6.0",
"react-dom": "^15.5.4",
"react-intl": "^2.3.0",
"react-on-rails": "8.0.0",
"react-redux": "^5.0.4",
"react-router": "^4.1.1",
"react-tabs": "^1.1.0",
"redux": "^3.6.0",
"redux-batched-actions": "^0.2.0",
"redux-form": "^6.7.0",
"redux-thunk": "^2.2.0",
"url-loader": "^0.5.9",
"webpack": "^2.3.3",
"webpack-manifest-plugin": "^1.1.0"
},
"devDependencies": {}
}