-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.3 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
{
"name": "pamyu",
"private": true,
"version": "0.0.10",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri",
"check:js": "eslint --ext .js,.vue,.ts src/ --fix",
"check:q": "qodana scan --show-report",
"test": "vitest",
"test:ui": "vitest --ui",
"up": "node release.js patch",
"up:minor": "node release.js minor",
"up:major": "node release.js major"
},
"dependencies": {
"@faker-js/faker": "^8.2.0",
"@intlify/unplugin-vue-i18n": "^1.5.0",
"@modyfi/vite-plugin-yaml": "^1.0.4",
"@tauri-apps/api": "^1.5.1",
"@tauri-apps/cli": "^1.5.6",
"@types/node": "^20.8.10",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@vitejs/plugin-vue": "^4.4.0",
"@vitest/ui": "^0.34.6",
"@vue/eslint-config-typescript": "^12.0.0",
"eslint": "^8.52.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-vue": "^9.18.1",
"pinia": "^2.1.7",
"release-it": "^16.2.1",
"sass": "^1.69.5",
"semver": "^7.5.4",
"ts-essentials": "^9.4.1",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vitest": "^0.34.6",
"vue": "^3.3.7",
"vue-i18n": "^9.6.5",
"vue-router": "^4.2.5",
"vue-tsc": "^1.8.22"
}
}