-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 887 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 887 Bytes
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
{
"name": "magicardt",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"@mdi/font": "^7.3.67",
"@vee-validate/zod": "^4.11.8",
"autoprefixer": "^10.4.16",
"axios": "^1.15.0",
"element-plus": "^2.9.8",
"excellentexport": "^3.9.11",
"html2canvas": "^1.4.1",
"jspdf": "^4.2.1",
"pinia": "^3.0.4",
"postcss": "^8.4.31",
"rxdb": "^17.1.0",
"tailwindcss": "^3.3.3",
"vee-validate": "^4.11.8",
"vue": "^3.5.13",
"vue-load-image": "^1.1.0",
"vuetify": "^3.8.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.6",
"eslint": "^9.25.0",
"eslint-plugin-vue": "^10.0.0",
"vite": "^6.4.1"
}
}