-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 984 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 984 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
37
38
{
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.1",
"@vitejs/plugin-vue-jsx": "^5.1.1",
"@vue/test-utils": "^2.4.6",
"eslint": "^9.35.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"happy-dom": "^19.0.2",
"markdown-it-container": "^4.0.0",
"prettier": "^3.6.2",
"vite-plugin-vuetify": "^2.1.2",
"vitepress": "^1.6.4",
"vitest": "^3.2.4",
"vue": "^3.5.21",
"vue-router": "^4.5.1",
"vuetify": "^3.10.1"
},
"scripts": {
"dev": "vitepress dev docs",
"build": "vitepress build docs",
"preview": "vitepress preview docs",
"test": "vitest",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"shell": "node"
},
"dependencies": {
"@mdi/font": "^7.4.47",
"axios": "^1.12.2",
"country-list-json": "^1.1.0",
"markdown-it": "^14.1.0",
"pdf-lib": "^1.17.1",
"signature_pad": "^5.1.1",
"vue-pdf-embed": "^2.1.3",
"yaml": "^2.8.1"
}
}