-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.45 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
{
"name": "sl_client",
"private": true,
"engines": {
"node": "12.16.2"
},
"license": "MIT",
"scripts": {
"test": "jest --config .jestrc.json",
"lint": "yarn eslint \"{app,test}/javascript/**/*.{js,jsx}\"",
"lint:fix": "yarn prettier --write \"{app,test}/javascript/**/*.{js,jsx}\" && yarn eslint --fix \"{app,test}/javascript/**/*.{js,jsx}\" "
},
"dependencies": {
"@babel/preset-react": "^7.12.5",
"@material-ui/core": "^4.11.0",
"@material-ui/data-grid": "^4.0.0-alpha.9",
"@material-ui/icons": "^4.9.1",
"@rails/actioncable": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "4.3.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react_ujs": "^2.6.1",
"styled-components": "^5.2.1",
"turbolinks": "^5.2.0"
},
"version": "0.1.0",
"devDependencies": {
"@testing-library/jest-dom": "^5.11.5",
"@testing-library/react": "^11.1.1",
"@testing-library/user-event": "^12.2.0",
"eslint": "^7.13.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"jest": "^26.6.3",
"prettier": "2.1.2",
"sass-lint": "^1.13.1",
"webpack-dev-server": "^3.11.0"
}
}