-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.08 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
64
65
66
67
68
69
70
71
72
{
"private": true,
"scripts": {
"build": "npm run static && cross-env NODE_ENV=production vite-ssg build && esno ./scripts/rss.ts && cp _dist_redirects dist/_redirects",
"dev": "vite --port 3333 --open",
"preview": "vite preview",
"static": "rimraf temp && degit antfu/static temp --force && esno scripts/copy-sponsors",
"redirects": "esno scripts/redirects.ts"
},
"dependencies": {
"@vueuse/core": "^8.2.5",
"@vueuse/head": "^0.7.5",
"dayjs": "^1.11.0",
"nprogress": "^0.2.0",
"prism-theme-vars": "^0.2.2",
"vue": "^3.2.31",
"vue-router": "4.0.14"
},
"devDependencies": {
"@antfu/eslint-config": "^0.20.2",
"@iconify/json": "^2.1.26",
"@octokit/rest": "^18.12.0",
"@types/degit": "^2.8.3",
"@types/diacritics": "^1.3.1",
"@types/fs-extra": "^9.0.13",
"@types/markdown-it": "^12.2.3",
"@types/markdown-it-link-attributes": "^3.0.1",
"@types/nprogress": "^0.2.0",
"@unocss/reset": "^0.31.0",
"@vitejs/plugin-vue": "^2.3.1",
"critters": "0.0.16",
"cross-env": "^7.0.3",
"degit": "^2.8.4",
"diacritics": "^1.3.0",
"eslint": "^8.13.0",
"esno": "^0.14.1",
"fast-glob": "^3.2.11",
"feed": "^4.2.2",
"fs-extra": "^10.0.1",
"gray-matter": "^4.0.3",
"markdown-it": "^12.3.2",
"markdown-it-anchor": "^8.6.2",
"markdown-it-link-attributes": "^4.0.0",
"markdown-it-prism": "^2.2.3",
"markdown-it-shiki": "^0.4.0",
"markdown-it-table-of-contents": "^0.6.0",
"pnpm": "^6.32.6",
"prismjs": "^1.27.0",
"rimraf": "^3.0.2",
"typescript": "^4.6.3",
"unocss": "^0.31.0",
"unplugin-auto-import": "^0.7.0",
"unplugin-icons": "^0.14.1",
"unplugin-vue-components": "^0.19.1",
"vite": "^2.9.1",
"vite-plugin-inspect": "^0.4.3",
"vite-plugin-md": "^0.12.4",
"vite-plugin-pages": "^0.22.0",
"vite-plugin-pwa": "^0.11.13",
"vite-plugin-yaml": "^1.0.5",
"vite-ssg": "^0.19.2",
"vite-svg-loader": "^3.2.0"
},
"eslintConfig": {
"extends": "@antfu"
},
"pnpm": {
"overrides": {
"@vueuse/head": "0.7.0"
}
}
}