-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 917 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 917 Bytes
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
{
"name": "fleetcart",
"private": true,
"type": "module",
"workspaces": [
"modules/*"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"devbuild": "vite build --mode development"
},
"devDependencies": {
"@vitejs/plugin-vue2": "^2.3.1",
"autoprefixer": "^10.4.19",
"glob": "^10.4.2",
"laravel-vite-plugin": "^1.0.4",
"path": "^0.12.7",
"postcss": "^8.4.39",
"postcss-rtlcss": "^5.3.0",
"rollup-plugin-copy": "^3.5.0",
"sass": "^1.77.6",
"vite": "^5.3.3"
},
"dependencies": {
"@mdi/font": "^7.4.47",
"@popperjs/core": "^2.11.8",
"alpinejs": "^3.14.1",
"animate.css": "^4.1.1",
"axios": "^1.7.2",
"bootstrap": "^5.3.3",
"jquery": "^3.7.1",
"simplebar-vue": "^2.3.5",
"vue": "2.7.16"
}
}