-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
35 lines (35 loc) · 1 KB
/
package.json
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
{
"private": true,
"scripts": {
"dev": "vite",
"prod": "vite build",
"test": "TZ=America/Toronto vitest",
"test:ci": "LARAVEL_BYPASS_ENV_CHECK=1 TZ=America/Toronto vitest --run"
},
"dependencies": {
"@vueform/multiselect": "^2.6.8",
"vue": "^3.4.30",
"vue-tsc": "^1.8.27",
"vue3-table-lite": "^1.4.0",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@vitejs/plugin-vue": "^4.6.2",
"@vue/test-utils": "^2.4.6",
"autoprefixer": "^10.4.19",
"axios": "^0.21.4",
"axios-mock-adapter": "^1.22.0",
"cross-env": "^7.0.3",
"flush-promises": "^1.0.2",
"happy-dom": "^9.20.3",
"laravel-vite-plugin": "^0.7.8",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"sass": "^1.77.6",
"tailwindcss": "^3.4.4",
"typescript": "~4.7.4",
"vite": "^4.5.3",
"vitest": "^0.31.4"
}
}