-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 2.18 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "mink-frontend",
"version": "1.8.0",
"license": "MIT",
"scripts": {
"postinstall": "patch-package",
"dev": "vite",
"build": "yarn typecheck && vite build",
"serve": "vite preview",
"typecheck": "vue-tsc --noEmit",
"lint": "eslint",
"lintfix": "yarn lint --fix",
"format": "prettier . --write --ignore-path .gitignore",
"test": "vitest"
},
"engines": {
"node": ">=18.0.0"
},
"type": "module",
"dependencies": {
"@cloudflare/json-schema-walker": "^0.1.1",
"@fontsource-variable/source-sans-3": "^5.1.1",
"@formkit/vue": "^1.6.9",
"@highlightjs/vue-plugin": "^2.1.0",
"@modyfi/vite-plugin-yaml": "^1.0.4",
"@phosphor-icons/vue": "^2.2.1",
"@rjsf/core": "^5.18.4",
"@rjsf/utils": "^5.18.4",
"@rjsf/validator-ajv8": "^5.18.4",
"@tailwindcss/postcss": "^4.0.0",
"@types/json-schema": "^7.0.15",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/tsconfig": "^0.7.0",
"@vueuse/core": "^12.5.0",
"ajv": "^8.17.1",
"axios": "^1.7.9",
"datatransfer-files-promise": "^2.0.0",
"es-toolkit": "^1.31.0",
"eslint": "^9.19.0",
"filesize": "^10.0.6",
"highlight.js": "^11.11.1",
"js-yaml": "^4.1.0",
"pinia": "^2.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"rollup-plugin-visualizer": "^5.14.0",
"tailwindcss": "^4.0.0",
"typescript": "^5.7.3",
"veaury": "^2.4.0",
"vite": "^6.0.11",
"vue": "^3.5.13",
"vue-i18n": "11.0.1",
"vue-matomo": "^4.2.0",
"vue-router": "4.5.0",
"vue-tsc": "^2.2.0"
},
"devDependencies": {
"@testing-library/vue": "^8.0.1",
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.10.10",
"@types/react": "^19.0.8",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.3.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-vue": "^9.32.0",
"happy-dom": "^16.7.3",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"prettier": "^3.4.2",
"vite-plugin-checker": "^0.8.0",
"vitest": "^3.0.4"
},
"prettier": {
"trailingComma": "all"
}
}