-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 928 Bytes
/
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
{
"name": "camellia-panel",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@types/axios": "^0.9.36",
"@types/jsonp": "^0.2.3",
"@types/react-latex": "^2.0.3",
"@types/react-syntax-highlighter": "^15.5.13",
"antd": "^5.20.6",
"antd-img-crop": "^4.23.0",
"axios": "^1.7.7",
"html-react-parser": "^5.1.16",
"jsonp": "^0.2.1",
"prettier": "^3.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-latex": "^2.0.0",
"react-router-dom": "^6.26.2",
"react-syntax-highlighter": "^15.5.0"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"globals": "^15.9.0",
"sass-embedded": "^1.79.3",
"typescript": "^5.5.3",
"vite": "^5.4.1"
}
}