forked from KEEPER31337/Homepage-Front-R2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.91 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 1.91 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
{
"name": "homepage-front-r2",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.14.0",
"@mui/x-date-pickers": "^5.0.18",
"@nivo/calendar": "^0.83.0",
"@rsbuild/plugin-svgr": "^1.2.2",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^14.4.3",
"@toast-ui/editor": "^3.2.2",
"@toast-ui/editor-plugin-code-syntax-highlight": "^3.1.0",
"@toast-ui/react-editor": "^3.2.3",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.3",
"@types/react": "^17.0.62",
"@types/react-dom": "^17.0.1",
"axios": "^1.3.2",
"luxon": "^3.2.1",
"prismjs": "^1.29.0",
"react": "^17.0.1",
"react-auth-code-input": "^3.2.1",
"react-codes-input": "^2.2.3",
"react-dom": "^17.0.1",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.44.1",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.10.1",
"react-query": "^3.39.3",
"react-router-dom": "^6.6.2",
"recoil": "^0.7.6",
"recoil-persist": "^5.1.0",
"typescript": "^4.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"
}
}