-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.75 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": "yumol.cn",
"version": "0.1.0",
"author": "Angus",
"homepage": "https://yumol.cn",
"license": "MIT",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development vite",
"build": "cross-env NODE_ENV=production vite-ssg build && yarn rss",
"serve": "vite preview",
"rss": "esno ./scripts/rss.ts"
},
"dependencies": {
"@iconify/iconify": "2.0.0-rc.6",
"@vueuse/core": "4.3.4",
"@vueuse/head": "0.5.1",
"dayjs": "1.10.4",
"nprogress": "0.2.0",
"vue": "3.0.7",
"vue-router": "4.0.4"
},
"devDependencies": {
"@commitlint/cli": "12.0.1",
"@commitlint/config-conventional": "12.0.1",
"@iconify/json": "1.1.461",
"@types/diacritics": "1.3.1",
"@types/fs-extra": "9.0.8",
"@types/markdown-it": "12.0.1",
"@types/node": "14.14.31",
"@types/nprogress": "0.2.0",
"@vitejs/plugin-vue": "1.1.5",
"@vue/compiler-sfc": "3.0.7",
"@vue/server-renderer": "3.0.7",
"cross-env": "7.0.3",
"diacritics": "1.3.0",
"esno": "0.4.6",
"fast-glob": "3.2.5",
"feed": "4.2.2",
"fs-extra": "9.1.0",
"gray-matter": "4.0.2",
"husky": "5.1.3",
"markdown-it": "12.0.4",
"markdown-it-anchor": "7.1.0",
"markdown-it-external-links": "0.0.6",
"markdown-it-prism": "2.1.6",
"markdown-it-table-of-contents": "0.5.2",
"postcss": "8.2.7",
"postcss-nested": "5.0.4",
"prettier": "2.2.1",
"prism-theme-vars": "0.2.0",
"typescript": "4.2.2",
"vite": "2.0.5",
"vite-plugin-components": "0.8.0",
"vite-plugin-icons": "0.3.2",
"vite-plugin-md": "0.6.0",
"vite-plugin-pages": "0.6.1",
"vite-plugin-purge-icons": "0.7.0",
"vite-plugin-pwa": "0.5.6",
"vite-plugin-windicss": "0.7.1",
"vite-ssg": "0.8.12"
}
}