-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
56 lines (56 loc) · 1.59 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
{
"name": "webpack-rails-example",
"version": "0.0.1",
"private": true,
"scripts": {
"server": "webpack-dev-server",
"linter:css": "stylelint 'app/assets/stylesheets/**/*' --syntax scss"
},
"engines": {
"node": "12.16.1"
},
"dependencies": {
"@babel/preset-react": "^7.0.0",
"@rails/webpacker": "^4.0.7",
"babel-core": "^6.18.2",
"babel-loader": "^8.0.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "~6.24.1",
"chart.js": "^2.9.4",
"chartkick": "^3.2.1",
"classnames": "^2.2.3",
"highcharts": "^8.2.2",
"history": "~4.6.1",
"immutable": "~3.8.1",
"jquery": "^3.2.1",
"lodash": "~4.17.4",
"moment": "~2.18.1",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-hot-loader": "^1.3.1",
"react-redux": "^5.0.4",
"react-router": "ˆ5.0.1",
"react-router-redux": "^5.0.0-alpha.6",
"react-select2-wrapper": "^1.0.4-beta3",
"redux": "^3.6.0",
"redux-logger": "^3.0.1",
"redux-thunk": "^2.2.0",
"startbootstrap-sb-admin": "5.0.3",
"stats-webpack-plugin": "^0.6.0",
"superagent": "~3.5.2",
"superagent-as-promised": "~4.0.0",
"webpack": "^4.33.0",
"webpack-dev-server": "^3.7.0"
},
"devDependencies": {
"stylelint": "^9.10.1",
"stylelint-config-idiomatic-css": "^1.0.6",
"stylelint-config-recommended-scss": "^3.2.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-scss": "^3.5.1",
"webpack-cli": "^3.3.3"
}
}