forked from F3SYSTEMS1/developer-test
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 730 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 730 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
{
"$schema": "https://json.schemastore.org/package.json",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite",
"type-check": "vue-tsc --noEmit -p tsconfig.json"
},
"dependencies": {
"primeicons": "^7.0.0",
"sweetalert2": "^11.26.3",
"vue": "^3.5.23",
"vue-router": "^4.6.3"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.16",
"@vitejs/plugin-vue": "^6.0.1",
"axios": "^1.13.2",
"concurrently": "^9.2.1",
"laravel-vite-plugin": "^2.0.1",
"tailwindcss": "^4.1.16",
"typescript": "^5.9.3",
"vite": "^7.2.1",
"vue-tsc": "^3.1.3"
}
}