-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.66 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
{
"name": "mink-frontend",
"version": "1.7.0",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "yarn typecheck && vite build",
"serve": "vite preview",
"typecheck": "vue-tsc --noEmit",
"lint": "eslint --ext .ts,.js,.vue --ignore-path .gitignore --fix src",
"format": "prettier . --write --ignore-path .gitignore",
"test": "vitest"
},
"engines": {
"node": ">=18.0.0"
},
"type": "module",
"dependencies": {
"@fontsource-variable/source-sans-3": "^5.1.0",
"@formkit/vue": "^1.0.0-beta.14",
"@highlightjs/vue-plugin": "^2.1.0",
"@modyfi/vite-plugin-yaml": "^1.0.4",
"@phosphor-icons/vue": "^2.2.1",
"@vitejs/plugin-vue": "^5",
"@vue/tsconfig": "^0.5.1",
"@vueuse/core": "^10.7.2",
"autoprefixer": "^10.4.7",
"axios": "^1",
"datatransfer-files-promise": "^2.0.0",
"eslint": "^8.15.0",
"filesize": "^10.0.6",
"highlight.js": "^11",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"pinia": "^2.0.28",
"rollup-plugin-visualizer": "^5.6.0",
"tailwindcss": "^3.1.4",
"typescript": "^5.3.3",
"vite": "^5",
"vue": "^3.4",
"vue-i18n": "9",
"vue-matomo": "^4.2.0",
"vue-router": "4",
"vue-tsc": "^2.0.28"
},
"devDependencies": {
"@testing-library/vue": "^8.0.1",
"@types/js-yaml": "^4.0.9",
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.6",
"@vue/eslint-config-typescript": "^12.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-vue": "^9.0",
"happy-dom": "^15.10.2",
"prettier": "^3.2.4",
"vitest": "^1.2.2"
},
"prettier": {
"trailingComma": "all"
}
}