This repository has been archived by the owner on Jan 26, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.65 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
{
"type": "module",
"name": "react-app",
"main": "index.ts",
"private": true,
"dependencies": {
"eslint-plugin-unused-imports": "^2.0.0",
"html-react-parser": "^1.4.8",
"i18next": "^21.8.14",
"lodash": "^4.17.21",
"marked": "^4.0.18",
"node": "^20.1.0",
"perf_hooks": "^0.0.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-i18n-editor": "0.3.2",
"react-i18next": "^11.18.1",
"react-markdown": "^8.0.0",
"react-redux": "^7.2.8",
"react-router": "^6.2.1",
"react-router-dom": "^6.2.1",
"react-scripts": "^5.0.0",
"react-toastify": "^8.2.0",
"react-use": "^17.4.0",
"redux": "^4.1.2",
"redux-thunk": "^2.4.1",
"sass": "^1.49.7",
"web-vitals": "^1.1.2"
},
"devDependencies": {
"@types/lodash": "^4.14.178",
"@types/marked": "^4.0.3",
"@types/node": "^16.11.25",
"@types/react": "^18.0.1",
"@types/react-dom": "^18.0.0",
"@types/react-redux": "^7.1.22",
"@types/react-router": "^5.1.18",
"@types/react-router-dom": "^5.3.3",
"@types/webpack-env": "^1.16.3",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^4.33.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"tslib": "^2.4.0",
"typescript": "^4.5.5",
"vite": "^5.0.2"
},
"scripts": {
"dev": "vite",
"build": "vite build"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}