-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.46 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.46 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
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"homepage": "fs",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"@babel/core": "7.29.0",
"@babel/plugin-syntax-flow": "7.28.6",
"@babel/plugin-transform-react-jsx": "7.28.6",
"@types/node": "24.12.2",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@types/uuid": "11.0.0",
"@vitejs/plugin-react": "6.0.1",
"eslint": "10.2.1",
"eslint-config-react-app": "7.0.1",
"less": "4.6.4",
"react": "19.2.5",
"react-dom": "19.2.5",
"react-markdown": "10.1.0",
"react-router-dom": "7.14.1",
"react-use": "17.6.0",
"rollup-plugin-visualizer": "7.0.1",
"@chakra-ui/react": "3.34.0",
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.1",
"framer-motion": "12.38.0",
"terser": "5.46.1",
"typescript": "6.0.3",
"uuid": "14.0.0",
"vite": "8.0.9",
"vite-plugin-pwa": "1.2.0",
"web-vitals": "5.2.0",
"workbox-core": "7.4.0",
"workbox-precaching": "7.4.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"
]
}
}