-
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.3 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.3 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": "ts-metro",
"version": "1.8.5",
"type": "module",
"scripts": {
"dev": "vite",
"build": "run-p test:unit format lint type-check \"build-only {@}\" --",
"preview": "vite preview",
"test:unit": "vitest run --reporter verbose",
"build-only": "vite build",
"type-check": "vue-tsc --build",
"lint": "eslint . --fix",
"format": "prettier --write src/"
},
"dependencies": {
"vue": "3.5.31",
"vue-router": "5.0.4"
},
"devDependencies": {
"@tailwindcss/forms": "0.5.11",
"@tailwindcss/postcss": "4.2.2",
"@tsconfig/node24": "24.0.2",
"@types/jsdom": "28.0.1",
"@types/node": "24.12.0",
"@vitejs/plugin-vue": "6.0.5",
"@vitest/eslint-plugin": "1.6.13",
"@vue/eslint-config-prettier": "10.2.0",
"@vue/eslint-config-typescript": "14.7.0",
"@vue/language-plugin-pug": "3.2.6",
"@vue/test-utils": "2.4.6",
"@vue/tsconfig": "0.8.1",
"cssnano": "7.1.3",
"eslint": "9.39.4",
"eslint-plugin-vue": "10.8.0",
"jsdom": "27.4.0",
"npm-run-all2": "8.0.4",
"postcss": "8.5.8",
"prettier": "3.8.1",
"pug": "3.0.4",
"tailwindcss": "4.2.2",
"typescript": "5.8.3",
"vite": "7.3.1",
"vite-plugin-pwa": "1.2.0",
"vite-plugin-vue-devtools": "8.1.1",
"vitest": "3.2.4",
"vue-tsc": "3.2.6"
}
}