-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.36 KB
/
package.json
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
49
50
{
"name": "blog",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build-local": "env-cmd -f ./.env npm run build",
"build": "vue-tsc -b && vite-ssg build",
"preview": "vite preview",
"new": "node ./scripts/new.js"
},
"dependencies": {
"@types/prismjs": "^1.26.5",
"@yeger/vue-masonry-wall": "^5.0.16",
"dayjs": "^1.11.13",
"nprogress": "^0.2.0",
"prismjs": "^1.29.0",
"vue": "^3.5.12",
"vue-router": "4"
},
"devDependencies": {
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^22.9.0",
"@types/nprogress": "^0.2.3",
"@vitejs/plugin-vue": "^5.1.4",
"autoprefixer": "^10.4.20",
"env-cmd": "^10.1.0",
"github-markdown-css": "^5.7.0",
"gray-matter": "^4.0.3",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.2.0",
"markdown-it-prism": "^2.3.0",
"node-fetch": "^3.3.2",
"postcss": "^8.4.49",
"reading-time-estimator": "^1.11.0",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.14",
"typescript": "~5.6.2",
"unplugin-vue-components": "^0.27.4",
"unplugin-vue-markdown": "^0.26.2",
"unplugin-vue-router": "^0.10.8",
"vite": "^5.4.10",
"vite-plugin-image-optimizer": "^1.1.8",
"vite-plugin-prismjs": "^0.0.11",
"vite-plugin-sitemap": "^0.7.1",
"vite-ssg": "^0.24.1",
"vue-tsc": "^2.1.8"
}
}