-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
66 lines (66 loc) · 1.46 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
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"homepage": "fs",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"@babel/core": "7.26.9",
"@babel/plugin-syntax-flow": "7.26.0",
"@babel/plugin-transform-react-jsx": "7.25.9",
"@types/node": "22.13.4",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"@types/uuid": "10.0.0",
"@vitejs/plugin-react": "4.3.4",
"eslint": "9.20.1",
"eslint-config-react-app": "7.0.1",
"less": "4.2.2",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-markdown": "9.0.3",
"react-router-dom": "7.1.5",
"react-use": "17.6.0",
"rollup-plugin-visualizer": "5.14.0",
"@chakra-ui/react": "3.8.0",
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.0",
"framer-motion": "12.4.3",
"terser": "5.39.0",
"typescript": "5.7.3",
"uuid": "11.0.5",
"vite": "6.1.0",
"vite-plugin-pwa": "0.21.1",
"web-vitals": "4.2.4",
"workbox-core": "7.3.0",
"workbox-precaching": "7.3.0",
"znotify": "0.9.1"
},
"eslintConfig": {
"extends": [
"react-app"
],
"rules": {
"max-len": [
"error",
{
"code": 120
}
]
}
},
"browserslist": {
"production": [
"cover 80%"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}