-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 945 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 945 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
{
"private": true,
"type": "module",
"scripts": {
"copy-bootstrap-icons": "node copy-bootstrap-icons.js",
"build": "vite build && npm run copy-bootstrap-icons",
"dev": "npm run copy-bootstrap-icons && vite"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.3",
"autoprefixer": "^10.4.20",
"axios": "^1.7.4",
"concurrently": "^9.0.1",
"fs-extra": "^11.3.0",
"laravel-vite-plugin": "^1.2.0",
"postcss": "^8.4.47",
"sass": "1.75.0",
"tailwindcss": "^3.4.13",
"vite": "^6.0.11"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"@sipec/vue3-tags-input": "^3.0.4",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"lodash.debounce": "^4.0.8",
"pinia": "^2.2.6",
"vue": "^3.5.13",
"vue-multiselect": "^3.1.0",
"vue-router": "^4.4.5"
}
}