-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.71 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
59
60
61
62
63
64
{
"name": "fitness-app",
"version": "0.2.0",
"homepage": "https://lrosenfeldt.github.io/fitness-app",
"private": true,
"dependencies": {
"@apollo/client": "^3.3.16",
"@craco/craco": "^6.2.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.1.9",
"graphql": "^15.5.0",
"jest": "26.6.0",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-minimal-pie-chart": "^8.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"styled-components": "^5.3.0",
"web-vitals": "^1.0.1"
},
"scripts": {
"start": "craco start",
"prebuild": "yarn clean",
"build": "craco build",
"test": "craco test",
"predeploy": "yarn build",
"deploy": "gh-pages -d build",
"eject": "react-scripts eject",
"clean": "./.clean.bash"
},
"engines": {
"node": ">=14.17.1"
},
"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": "^7.30.0",
"eslint-config-airbnb": "latest",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-jest-dom": "^3.9.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4 || ^3 || ^2.3.0 || ^1.7.0",
"eslint-plugin-testing-library": "^4.9.0",
"gh-pages": "^3.2.3",
"jest-styled-components": "^7.0.5",
"prettier": "^2.3.2"
}
}