-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·56 lines (56 loc) · 1.39 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": "cornershop-frontend-test",
"version": "1.5.0",
"message": "Frontend test for cornershop app",
"main": "index.js",
"scripts": {
"start": "run-p start:*",
"start:cra": "react-scripts start",
"start:server": "node server/index.js",
"test": "react-scripts test"
},
"author": "Cornershop",
"license": "ISC",
"dependencies": {
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"classnames": "^2.2.6",
"cors": "^2.8.5",
"express": "^4.17.1",
"lodash": "^4.17.20",
"morgan": "^1.10.0",
"normalize.css": "^8.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-query": "^3.13.5",
"react-scripts": "^4.0.2",
"react-transition-group": "^4.4.1",
"react-use-clipboard": "1.0.7",
"styled-components": "^5.2.3",
"wouter": "^2.7.4"
},
"proxy": "http://localhost:3001",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"resolutions": {
"styled-components": "^5"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.10",
"@testing-library/react": "^11.2.6",
"@testing-library/react-hooks": "^5.1.1",
"@testing-library/user-event": "^13.1.2",
"npm-run-all": "^4.1.5",
"react-test-renderer": "^17.0.2"
}
}