-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.17 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 2.17 KB
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": "costs",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"json-server": "^0.17.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"react-router-dom": "^6.21.0",
"react-scripts": "5.0.1",
"uuid": "^9.0.1",
"web-vitals": "^2.1.4",
"express": "^4.19.3"
},
"scripts": {
"start": "react-scripts start",
"backend": "node server.js",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"preinstall": "npx npm-force-resolutions"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/helpers": "^7.26.10",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-transform-class-properties": "^7.25.9",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.26.6",
"@babel/plugin-transform-numeric-separator": "^7.25.9",
"@babel/plugin-transform-optional-chaining": "^7.25.9",
"@babel/plugin-transform-private-methods": "^7.25.9",
"@babel/runtime": "^7.26.10",
"@rollup/plugin-terser": "^0.4.4",
"npm-force-resolutions": "^0.0.10"
},
"resolutions": {
"nth-check": "^2.1.1",
"postcss": "^8.4.35",
"braces": "^3.0.3",
"micromatch": "^4.0.8",
"follow-redirects": "^1.15.6",
"body-parser": "^1.20.3",
"cookie": "^0.7.0",
"path-to-regexp": "^6.2.1",
"send": "^0.19.0",
"serve-static": "^1.16.1",
"ws": "^8.17.1",
"webpack": "^5.93.1",
"webpack-dev-middleware": "^5.3.4",
"ejs": "^3.1.10",
"cross-spawn": "^7.0.5",
"serialize-javascript": "^6.0.2",
"http-proxy-middleware": "^2.0.7",
"nanoid": "^3.3.8",
"rollup": "^2.79.2",
"express": "^4.19.3"
},
"overrides": {
"nth-check": "^2.1.1"
}
}