This repository has been archived by the owner on May 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 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
65
66
{
"name": "printers-shop",
"version": "0.1.0",
"private": true,
"dependencies": {
"@auth0/auth0-spa-js": "^1.6.4",
"apollo-boost": "^0.4.7",
"axios": "^0.21.1",
"bootstrap": "^4.3.1",
"formik": "^1.5.8",
"graphql": "^14.5.8",
"node-sass": "^7.0.0",
"react": "^16.9.0",
"react-bootstrap": "^1.0.0-beta.12",
"react-dom": "^16.9.0",
"react-helmet": "^5.2.1",
"react-redux": "^7.1.1",
"react-router-dom": "^5.0.1",
"react-scripts": "3.1.1",
"react-transition-group": "^4.3.0",
"recharts": "^1.7.1",
"redux-devtools-extension": "^2.13.8",
"redux-starter-kit": "^0.6.3",
"redux-thunk": "^2.3.0",
"styled-components": "^4.3.2",
"yup": "^0.27.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"json": "json-server database/db.json",
"cypress:open": "cypress open",
"cypress:run": "cypress run"
},
"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": {
"@welldone-software/why-did-you-render": "^3.3.7",
"apollo": "^2.22.1",
"cypress": "^3.4.1",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"eslint-plugin-cypress": "^2.6.1",
"eslint-plugin-jest": "^22.17.0",
"eslint-plugin-react": "^7.18.3",
"firebase-tools": "^7.8.1",
"json-server": "^0.15.1",
"redux-immutable-state-invariant": "^2.1.0",
"redux-mock-store": "^1.5.3"
}
}