-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.43 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.43 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
49
50
51
{
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-react": "^7.12.13",
"@rails/webpacker": "5.2.1",
"@sentry/browser": "^6.7.0",
"@sentry/tracing": "^6.7.0",
"antd": "^3.25.0",
"babel-loader": "^8.2.2",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"babel-preset-react": "^6.24.1",
"bootstrap": "^4.4.1",
"chart.js": "^2.9.3",
"classnames": "^2.2.6",
"color-hash": "^1.0.3",
"component-webpack-plugin": "^0.2.1",
"jquery": "^3.5.1",
"lodash": "^4.17.19",
"moment": "^2.22.2",
"popper.js": "^1.16.1",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-big-scheduler": "0.2.6",
"react-datepicker": "^1.7.0",
"react-dnd": "5.0.0",
"react-dnd-html5-backend": "5.0.1",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.1",
"react-router-dom": "^5.1.2",
"react-select": "^4.3.0",
"react-useinterval": "^1.0.1",
"tinycolor2": "^1.4.1",
"urijs": "^1.19.1"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.17.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.18.3",
"webpack-dev-server": "^3.11.2"
},
"resolutions": {
"node-gyp": "7.0.0"
},
"scripts": {
"lint": "yarn run eslint -- --ext .js --ext .jsx app/javascript"
}
}