-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.39 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "joven-public",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test:unit": "vitest",
"test:ui": "vitest --ui",
"coverage": "vitest run --coverage",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"@vuelidate/core": "^2.0.0",
"@vuelidate/validators": "^2.0.0",
"@vuetify/vite-plugin": "^1.0.0-alpha.11",
"@vueup/vue-quill": "^1.0.1",
"@vueuse/core": "^9.6.0",
"axios": "^1.2.1",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"pinia": "^2.0.28",
"pinia-plugin-persist": "^1.0.0",
"swiper": "^8.4.5",
"vue": "^3.2.45",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.6",
"vue3-easy-data-table": "^1.5.22",
"vuetify": "^3.1.1"
},
"devDependencies": {
"@mdi/font": "^7.1.96",
"@rushstack/eslint-patch": "^1.1.4",
"@vitejs/plugin-vue": "^4.0.0",
"@vitest/coverage-c8": "^0.26.3",
"@vitest/ui": "^0.26.3",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/test-utils": "^2.2.7",
"eslint": "^8.22.0",
"eslint-plugin-vue": "^9.3.0",
"jsdom": "^20.0.3",
"prettier": "^2.7.1",
"sass": "^1.56.2",
"vite": "^4.0.0",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-pwa": "^0.14.0",
"vitest": "^0.26.3",
"workbox-precaching": "^6.5.4"
}
}