-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
56 lines (56 loc) · 1.46 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": "dummy-contact",
"private": true,
"dependencies": {
"@apollo/react-hooks": "3.1.5",
"apollo-boost": "0.4.9",
"apollo-upload-client": "13.0.0",
"graphql": "15.3.0",
"graphql-tag": "2.10.4",
"prop-types": "15.7.2",
"ra-data-graphql": "3.6.1",
"ra-data-json-server": "3.7.1",
"ra-postgraphile": "3.1.1",
"react": "16.13.1",
"react-admin": "3.7.1",
"react-dom": "16.13.1",
"react-scripts": "3.4.1"
},
"scripts": {
"start": "BROWSER=none react-scripts start",
"build": "react-scripts build",
"lint": "eslint --fix .",
"lint:css": "stylelint './**/*.js'"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"eslint": "6.6.0",
"eslint-config-standard": "14.1.1",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-jest": "23.18.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-react": "7.20.3",
"eslint-plugin-react-hooks": "4.0.8",
"eslint-plugin-standard": "4.0.1",
"eslint-plugin-unicorn": "21.0.0",
"stylelint": "13.6.1",
"stylelint-config-recommended": "3.0.0",
"stylelint-config-styled-components": "0.1.1",
"stylelint-processor-styled-components": "1.10.0"
}
}