-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
33 lines (33 loc) · 922 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
33
{
"name": "tamashii-checkin",
"scripts": {
"eslint": "eslint app/assets/javascripts app/javascript/packs --ext .js --ext .jsx"
},
"private": true,
"dependencies": {
"@babel/preset-react": "^7.0.0",
"@coreui/coreui": "^2.1.12",
"@rails/webpacker": "^4.0.7",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"bootstrap": "^4.3.1",
"chart.js": "^2.8.0",
"immutable": "^4.0.0-rc.12",
"jquery": "^3.4.1",
"lodash": "4.17.13",
"lodash.template": "4.5.0",
"moment": "^2.24.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"reactstrap": "^8.0.0",
"select2": "^4.0.7"
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"webpack-dev-server": "^3.7.2"
}
}