-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.15 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.15 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
{
"name": "metadent-app",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build",
"lint": "eslint . --fix",
"docs:dev": "vitepress dev doc",
"docs:build": "vitepress build doc",
"docs:preview": "vitepress preview doc"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.15",
"openai": "^6.38.0",
"pinia": "^3.0.3",
"pinia-plugin-persistedstate": "^4.5.0",
"tailwindcss": "^4.1.15",
"vue": "^3.5.22",
"vue-router": "^4.6.3",
"zod": "^4.4.3"
},
"devDependencies": {
"@tsconfig/node22": "^22.0.2",
"@types/node": "^24.9.1",
"@vitejs/plugin-vue": "^6.0.1",
"@vue/eslint-config-typescript": "^14.6.0",
"@vue/tsconfig": "^0.8.1",
"eslint": "^9.38.0",
"eslint-plugin-vue": "~10.5.1",
"jiti": "^2.6.1",
"npm-run-all2": "^8.0.4",
"typescript": "~5.9.3",
"vite": "^7.1.11",
"vite-plugin-vue-devtools": "^8.0.3",
"vitepress": "^2.0.0-alpha.12",
"vue-tsc": "^3.1.1"
}
}