-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.77 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.77 KB
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
{
"private": true,
"packageManager": "pnpm@7.4.0",
"scripts": {
"build": "cross-env NODE_ENV=production vite-ssg build",
"dev": "vite",
"lint": "eslint .",
"typecheck": "vue-tsc --noEmit",
"preview": "vite preview",
"test": "vitest"
},
"dependencies": {
"@vueuse/core": "^8.9.4",
"@vueuse/head": "^0.7.13",
"dayjs": "^1.11.7",
"nprogress": "^0.2.0",
"prism-theme-vars": "^0.2.4",
"vue": "^3.2.45",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@antfu/eslint-config": "^0.25.2",
"@iconify-json/carbon": "^1.1.11",
"@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/node": "^18.11.17",
"@types/nprogress": "^0.2.0",
"@unocss/reset": "^0.44.7",
"@vitejs/plugin-vue": "^3.2.0",
"@vue/test-utils": "^2.2.6",
"cross-env": "^7.0.3",
"diacritics": "^1.3.0",
"eslint": "^8.30.0",
"fs-extra": "^10.1.0",
"gray-matter": "^4.0.3",
"jsdom": "^20.0.3",
"markdown-it": "^13.0.1",
"markdown-it-anchor": "^8.6.5",
"markdown-it-link-attributes": "^4.0.1",
"markdown-it-prism": "^2.3.0",
"markdown-it-shiki": "^0.5.1",
"markdown-it-table-of-contents": "^0.6.0",
"pnpm": "^7.18.2",
"prettier": "2.7.1",
"prismjs": "^1.29.0",
"typescript": "^4.9.4",
"unocss": "^0.44.7",
"unplugin-auto-import": "^0.9.5",
"unplugin-icons": "^0.14.15",
"unplugin-vue-components": "^0.21.2",
"vite": "^3.2.5",
"vite-plugin-pages": "^0.25.0",
"vite-plugin-vue-markdown": "^0.20.1",
"vite-ssg": "^0.20.2",
"vite-svg-loader": "^3.6.0",
"vitest": "^0.18.1",
"vue-tsc": "^0.38.9"
},
"eslintConfig": {
"extends": "@antfu"
}
}