-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.63 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
57
58
{
"name": "breathonome",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.9.9",
"@material-ui/icons": "^4.9.1",
"@testing-library/jest-dom": "^5.3.0",
"@testing-library/react": "^10.0.2",
"@testing-library/user-event": "^7.1.2",
"canvas": "^2.6.1",
"cra-append-sw": "^2.7.0",
"prettier": "^2.0.5",
"prettier-quick": "^0.0.5",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.0",
"workbox-google-analytics": "^5.1.3"
},
"scripts": {
"prestart": "cp -f ./dev/certs/server.pem ./node_modules/webpack-dev-server/ssl || :",
"start": "react-scripts start",
"startsecure": "HTTPS=true react-scripts start",
"build": "react-scripts build && cra-append-sw ./src/serviceWorker-custom.js",
"test": "react-scripts test --env=jest-environment-jsdom-sixteen",
"eject": "react-scripts eject",
"flow": "flow status",
"lint": "eslint './src/**/*.{js,json}'"
},
"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-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-testing-library": "^3.0.4",
"flow-bin": "^0.123.0",
"jest-environment-jsdom-sixteen": "^1.0.3"
},
"peerDependencies": {
"canvas": "^2.6.1"
}
}