generated from BloomTech-Labs/template-fe
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
82 lines (82 loc) · 2.57 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "resumeker-fe",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/react-hooks": "^3.1.5",
"@auth0/auth0-spa-js": "^1.6.5",
"@material-ui/core": "^4.9.13",
"@material-ui/icons": "^4.9.1",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"add": "^2.0.6",
"apollo-boost": "^0.4.7",
"apollo-cache-inmemory": "^1.6.5",
"apollo-link-http": "^1.5.16",
"auth0": "^2.24.0",
"auth0-lock": "^11.23.0",
"axios": "^0.19.2",
"connected-react-router": "^6.8.0",
"dotenv": "^8.2.0",
"git": "^0.1.5",
"graphql": "^14.6.0",
"history": "^4.10.1",
"lodash.flowright": "^3.5.0",
"material-ui": "^0.20.2",
"react": "^16.13.0",
"react-apollo": "^3.1.3",
"react-dom": "^16.13.0",
"react-redux": "^7.2.0",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.0",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"styled-components": "^5.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"cypress:coverage:run": "cypress run || true",
"start:coverage": "react-scripts -r @cypress/instrument-cra start",
"cypress:coverage": "start-server-and-test start:coverage http://localhost:3000 cypress:coverage:run || true",
"eject": "react-scripts eject",
"coverage": "npm run test -- --coverage --watchAll=false --detectOpenHandles --forceExit || true"
},
"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"
]
},
"jest": {
"testEnvironment": "node",
"collectCoverageFrom": [
"**/*.{js,jsx}",
"!**/node_modules/**",
"!**/vendor/**",
"!**/__tests__/**",
"!**/data/migrations/**",
"!**/data/seeds/**",
"!**/coverage/**"
]
},
"devDependencies": {
"@cypress/code-coverage": "^3.7.2",
"@cypress/instrument-cra": "^1.1.1",
"cypress": "^4.5.0",
"istanbul-lib-coverage": "^3.0.0",
"nyc": "^15.0.1",
"start-server-and-test": "^1.11.0"
}
}