-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.06 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.06 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
{
"name": "cbdb-online-main-server",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"prod": "vite build"
},
"devDependencies": {
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-vue": "^6.0.2",
"@vue/compiler-sfc": "^3.5.12",
"axios": "^1.8.2",
"cross-env": "^7.0.3",
"husky": "^9.1.7",
"jquery": "^3.5.0",
"laravel-vite-plugin": "^2.0.1",
"lodash": "^4.17.23",
"resolve-url-loader": "^5.0.0",
"sass": "^1.79.4",
"sass-loader": "^12.1.0",
"typescript": "^6.0.2",
"vite": "^7.3.2",
"vue": "^3.0.0"
},
"dependencies": {
"@inertiajs/react": "^2.3.18",
"@ttskch/select2-bootstrap4-theme": "^1.5.2",
"@vitejs/plugin-react": "^4.7.0",
"admin-lte": "^3.2.0",
"cn-era": "^0.4.1",
"datatables.net": "^1.13.8",
"datatables.net-bs4": "^2.3.5",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"sql-formatter": "^15.6.12"
},
"engines": {
"node": ">=22 <23",
"npm": ">=10 <11"
},
"packageManager": "npm@10.9.4"
}