This repository has been archived by the owner on Apr 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 1.81 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
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "vite-blog",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite-ssg build",
"serve": "vite preview",
"lint": "eslint src/ --fix --ext .ts,.vue",
"prettier": "prettier --write './**/*{ts,vue}'"
},
"dependencies": {
"@stackblitz/sdk": "^1.9.0",
"@unocss/reset": "^0.52.0",
"@vueuse/components": "^10.1.2",
"@vueuse/core": "^10.1.2",
"@vueuse/head": "^1.1.26",
"colorjs.io": "^0.4.3",
"dayjs": "^1.11.7",
"markdown-it": "^13.0.1",
"markdown-it-anchor": "^8.6.7",
"markdown-it-attrs": "^4.1.6",
"markdown-it-prism": "^2.3.0",
"nprogress": "^0.2.0",
"pinia": "^2.1.3",
"prism-theme-vars": "^0.2.4",
"vite-plugin-md": "^0.21.5",
"vue": "^3.3.4",
"vue-color-kit": "^1.0.5",
"vue-router": "^4.2.1"
},
"devDependencies": {
"@iconify/vue": "^4.1.1",
"@types/fabric": "^5.3.2",
"@types/fs-extra": "^11.0.1",
"@types/markdown-it": "^12.2.3",
"@types/nprogress": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"@unocss/preset-uno": "^0.52.0",
"@unocss/transformer-directives": "^0.52.0",
"@unocss/transformer-variant-group": "^0.52.0",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"autoprefixer": "^10.4.14",
"critters": "^0.0.16",
"eslint": "^8.41.0",
"eslint-plugin-vue": "^9.13.0",
"fs-extra": "^11.1.1",
"gray-matter": "^4.0.3",
"postcss": "^8.4.23",
"postcss-nested": "^6.0.1",
"prettier": "^2.8.8",
"prismjs": "^1.29.0",
"typescript": "^5.0.4",
"unocss": "^0.52.0",
"vite": "^4.3.8",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-pages": "^0.30.1",
"vite-plugin-pages-sitemap": "^1.5.0",
"vite-ssg": "^0.22.2"
}
}