forked from Lucterios2/client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.11 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.11 KB
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.13.2",
"inertiajs": "^0.0.0",
"jszip": "^3.10.1",
"punycode": "^2.3.1",
"roboto-fontface": "^0.10.0",
"vue": "^3.5.12",
"vuetify": "^3.11.6",
"vuex": "^4.1.0"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.15.0",
"@vitejs/plugin-vue": "^6.0.3",
"@vitest/coverage-v8": "^3.2.4",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/test-utils": "^2.4.6",
"autoprefixer": "^10.4.23",
"eslint": "^8.57.1",
"eslint-plugin-vue": "^9.33.0",
"jsdom": "^27.4.0",
"prettier": "^3.7.4",
"sass": "^1.97.2",
"vite": "^7.3.1",
"vite-plugin-vuetify": "^2.1.2",
"vitest": "^3.0.2",
"vue-i18n": "^11.2.8"
}
}