-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
69 lines (69 loc) · 1.6 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
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/core": "^7.26.0",
"@testing-library/react": "^14.3.1",
"axios": "^1.7.7",
"bootstrap": "^5.0.0",
"bootstrap-icons": "^1.11.3",
"chokidar": "^4.0.1",
"history": "^4.10.1",
"html-react-parser": "^5.1.18",
"i18next": "^23.16.5",
"i18next-xhr-backend": "^3.2.2",
"jquery": "^3.7.1",
"node-sass": "^9.0.0",
"popper.js": "^1.16.1",
"react": "^18.3.1",
"react-bootstrap": "^2.10.5",
"react-datepicker": "^7.5.0",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-i18next": "^15.1.1",
"react-router-dom": "^6.28.0",
"react-scripts": "^5.0.1",
"typescript": "^4.9.5",
"uuid": "^11.0.3",
"watchpack-chokidar2": "^2.0.1"
},
"optionalDependencies": {
"fsevents": "^2.3.3"
},
"overrides": {
"nth-check": "^2.1.1",
"node-forge": "^1.3.1",
"minimist": "^1.2.7",
"glob-parent": "^6.0.2",
"ejs": "3.1.10",
"async": "^3.2.4",
"postcss": "^8.4.38",
"tough-cookie": "^4.1.3",
"node-sass": "^9.0.0",
"braces": "^3.0.3",
"ws": "^8.18.0",
"micromatch": "^4.0.8"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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"
]
}
}