-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.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
36
37
38
39
40
41
42
43
{
"name": "lct-client",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test:unit": "vitest --coverage",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"dependencies": {
"@mdi/font": "^7.4.47",
"@vueup/vue-quill": "^1.2.0",
"axios": "^1.6.8",
"inertiajs": "^0.0.0",
"jszip": "^3.10.1",
"punycode": "^2.3.1",
"roboto-fontface": "*",
"vue": "^3.4.19",
"vuetify": "^3.5.4",
"vuex": "^4.0.2"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.7.2",
"@vitejs/plugin-vue": "^5.0.4",
"@vitest/coverage-v8": "^1.2.2",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/test-utils": "^2.4.4",
"autoprefixer": "^10.4.17",
"eslint": "^8.49.0",
"eslint-plugin-vue": "^9.21.1",
"jsdom": "^24.0.0",
"prettier": "^3.2.5",
"sass": "^1.70.0",
"vite": "^5.1.2",
"vite-plugin-vuetify": "^2.0.1",
"vitest": "^1.2.2",
"vue-i18n": "^9.9.1"
}
}