-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 869 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 869 Bytes
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
{
"name": "readme-studio",
"private": true,
"version": "1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@google/generative-ai": "^0.24.1",
"@tailwindcss/vite": "^4.1.11",
"dompurify": "^3.2.6",
"github-markdown-css": "^5.8.1",
"lucide-vue-next": "^0.525.0",
"markdown-it-attrs": "^4.3.1",
"markdown-it-container": "^4.0.0",
"marked": "^16.1.1",
"pinia": "^3.0.3",
"tailwindcss": "^4.1.11",
"vue": "^3.5.17",
"vue-router": "^4.5.1",
"vue3-markdown-it": "^1.0.10"
},
"devDependencies": {
"@types/markdown-it-container": "^2.0.10",
"@types/node": "^24.0.14",
"@vitejs/plugin-vue": "^6.0.0",
"@vue/tsconfig": "^0.7.0",
"typescript": "~5.8.3",
"vite": "^7.0.4",
"vue-tsc": "^2.2.12"
}
}