-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.95 KB
/
Copy pathpackage.json
File metadata and controls
73 lines (73 loc) · 1.95 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
{
"name": "homepage-front-r2",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@11.13.1",
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/material": "^5.18.0",
"@mui/x-date-pickers": "^8.27.0",
"@nivo/calendar": "^0.99.0",
"@rsbuild/plugin-svgr": "^1.2.2",
"@tanstack/react-query": "^5.101.2",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.4.3",
"@toast-ui/editor": "^3.2.2",
"@toast-ui/editor-plugin-code-syntax-highlight": "^3.1.0",
"@types/jest": "^27.5.2",
"@types/node": "^22.20.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"axios": "^1.3.2",
"boring-avatars": "^2.0.4",
"luxon": "^3.2.1",
"prismjs": "^1.29.0",
"react": "^19.2.7",
"react-auth-code-input": "^3.2.1",
"react-codes-input": "^2.2.3",
"react-dom": "^19.2.7",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.44.1",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.10.1",
"react-router-dom": "^6.6.2",
"jotai": "2.20.1",
"typescript": "^5.9.3",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "rsbuild dev",
"build": "rsbuild build",
"preview": "rsbuild preview",
"lint": "oxlint",
"lint:fix": "oxlint --fix",
"fmt": "oxfmt",
"fmt:check": "oxfmt --check"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@rsbuild/core": "^1.6.9",
"@rsbuild/plugin-react": "^1.4.2",
"@types/luxon": "^3.2.0",
"@types/prismjs": "^1.26.4",
"autoprefixer": "^10.4.13",
"oxfmt": "^0.32.0",
"oxlint": "^1.47.0",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.4"
}
}