-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.02 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
36
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.2",
"@testing-library/dom": "^8.16.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/user-event": "^14.3.0",
"@testing-library/vue": "^6.6.1",
"alpinejs": "^3.4.2",
"autoprefixer": "^10.4.2",
"axios": "^0.27.2",
"c8": "^7.12.0",
"jsdom": "^20.0.0",
"laravel-vite-plugin": "^0.5.0",
"lodash": "^4.17.19",
"postcss": "^8.4.6",
"tailwindcss": "^3.1.0",
"vite": "^3.0.0",
"vitest": "^0.18.1"
},
"dependencies": {
"@vitejs/plugin-vue": "^3.0.1",
"js-htmlencode": "^0.3.0",
"vue": "^3.2.37",
"vue-awesome-paginate": "^1.0.0",
"vue-multiselect": "^2.1.6",
"vue-select": "^4.0.0-beta.3",
"vue-sweetalert2": "^5.0.5"
}
}