forked from inshub/prompt-gallery
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 846 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 846 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
{
"name": "prompt-gallery",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "npm run generate:sitemap && vite build",
"preview": "vite preview",
"generate:sitemap": "tsx src/scripts/generate-sitemap.ts"
},
"dependencies": {
"@heroicons/vue": "^2.2.0",
"@types/prismjs": "^1.26.5",
"@vueuse/core": "^12.0.0",
"clipboard": "^2.0.11",
"pinia": "^2.2.7",
"prismjs": "^1.29.0",
"vue": "^3.4.21",
"vue-router": "^4.0.13"
},
"devDependencies": {
"@types/node": "^20.11.24",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^4.1.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"tsx": "^4.7.0",
"typescript": "^5.2.2",
"vite": "^5.1.6",
"vue-tsc": "^1.8.27"
}
}