-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 752 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 752 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
{
"name": "posts",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview",
"deploy": "vite build && gh-pages -d dist"
},
"dependencies": {
"@mdi/js": "^7.4.47",
"@tailwindcss/typography": "^0.5.15",
"date-fns": "^4.1.0",
"marked": "^15.0.0",
"pinia": "^2.2.6",
"vue": "^3.5.12",
"vue-router": "^4.0.13"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.4",
"autoprefixer": "^10.4.20",
"gh-pages": "^6.2.0",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"typescript": "~5.6.2",
"vite": "^5.4.10",
"vite-plugin-static-copy": "^2.2.0",
"vue-tsc": "^2.1.8"
}
}