-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.21 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.21 KB
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
{
"name": "toneassist",
"private": true,
"version": "0.0.0",
"packageManager": "pnpm@10.18.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview",
"test": "vitest",
"test:ui": "vitest --ui",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --write .",
"format:check": "prettier --check .",
"prepare": "husky"
},
"dependencies": {
"pinia": "3.0.3",
"vite-plugin-pwa": "1.0.3",
"vue": "3.5.22"
},
"devDependencies": {
"@commitlint/cli": "20.0.0",
"@commitlint/config-conventional": "20.0.0",
"@eslint/js": "9.37.0",
"@types/node": "24.7.0",
"@vitejs/plugin-vue": "6.0.1",
"@vitest/ui": "3.2.4",
"@vue/eslint-config-prettier": "10.2.0",
"@vue/eslint-config-typescript": "14.6.0",
"@vue/tsconfig": "0.7.0",
"eslint": "9.37.0",
"eslint-plugin-vue": "10.5.0",
"husky": "9.1.7",
"jsdom": "27.0.0",
"lint-staged": "16.2.3",
"prettier": "3.6.2",
"typescript": "5.9.3",
"typescript-eslint": "8.46.0",
"vite": "7.1.9",
"vitest": "3.2.4",
"vue-eslint-parser": "10.2.0",
"vue-tsc": "3.1.1",
"wrangler": "4.42.0"
}
}