-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 877 Bytes
/
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
{
"name": "rails_app",
"scripts": {
"start": "./bin/webpack-dev-server",
"dev": "./bin/webpack-dev-server --inline --hot",
"build": "rails webpacker:compile",
"clean": "rm -f public/packs/*"
},
"dependencies": {
"@babel/preset-react": "^7.0.0",
"@rails/webpacker": "https://github.com/rails/webpacker",
"antd": "^2.13.10",
"bootstrap-sass": "3",
"expose-loader": "^0.7.3",
"jquery": "^3.2.1",
"prop-types": "^15.6.2",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-router-dom": "^4.2.2"
},
"devDependencies": {
"babel-eslint": "^8.0.2",
"eslint": "^3.16.1",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.0",
"webpack-dev-server": "^3.1.10"
},
"author": "wukong",
"license": "ISC"
}