forked from cbdb-project/cbdb-online-main-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.51 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.51 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
{
"name": "cbdb-online-main-server",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"prod": "vite build",
"test": "vitest run"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^7.3.1",
"@tailwindcss/vite": "^4.3.3",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.5",
"@vitejs/plugin-vue": "^6.0.8",
"@vue/compiler-sfc": "^3.5.42",
"axios": "^1.20.0",
"husky": "^9.1.7",
"jquery": "^4.0.0",
"jsdom": "^30.0.1",
"laravel-vite-plugin": "^3.2.0",
"lodash": "^4.17.23",
"sass": "^1.103.1",
"tailwindcss": "^4.3.1",
"typescript": "^7.0.2",
"vite": "^8.2.2",
"vitest": "^4.1.11",
"vue": "^3.5.42"
},
"dependencies": {
"@inertiajs/react": "^2.3.27",
"@radix-ui/react-dialog": "^1.1.23",
"@radix-ui/react-label": "^2.1.15",
"@tanstack/react-table": "^9.2.3",
"@ttskch/select2-bootstrap4-theme": "^1.5.2",
"@vitejs/plugin-react": "^6.1.0",
"admin-lte": "^3.2.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cn-era": "^0.4.1",
"datatables.net": "^2.3.8",
"datatables.net-bs4": "^3.0.2",
"dompurify": "^3.4.14",
"leaflet": "^1.9.4",
"lucide-react": "^1.34.0",
"marked": "^18.0.11",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"sql-formatter": "^15.8.2",
"tailwind-merge": "^3.6.0",
"tailwindcss-animate": "^1.0.7"
},
"engines": {
"node": ">=22 <23",
"npm": ">=10 <11"
},
"packageManager": "npm@10.9.4"
}