-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.71 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
{
"private": true,
"scripts": {
"dev": "vite --port 3333 --open 2>&1 | grep --color=always -vwFf .forbidden.txt",
"build": "cross-env NODE_ENV=production vite-ssg build --script async 2>&1 | grep --color=always -vwFf .forbidden.txt",
"fetch": "esno scripts/fetch.ts"
},
"dependencies": {
"@iconify/iconify": "^2.0.0-rc.4",
"@vueuse/core": "^4.0.0",
"dayjs": "^1.9.7",
"nprogress": "^0.2.0",
"p5i": "^0.4.2",
"vue": "^3.0.4",
"vue-router": "4.0.1"
},
"devDependencies": {
"@antfu/eslint-config-vue": "^0.4.3",
"@iconify/json": "^1.1.275",
"@purge-icons/generated": "^0.4.1",
"@types/cheerio": "^0.22.23",
"@types/fs-extra": "^9.0.5",
"@types/markdown-it": "^12.0.0",
"@types/nprogress": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^4.11.0",
"@vue/compiler-sfc": "^3.0.4",
"@vue/server-renderer": "^3.0.4",
"autoprefixer": "^10.1.0",
"axios": "^0.21.1",
"cheerio": "^1.0.0-rc.5",
"cross-env": "^7.0.3",
"eslint": "^7.16.0",
"esno": "^0.3.0",
"fast-glob": "^3.2.4",
"fs-extra": "^9.0.1",
"markdown-it": "^12.0.4",
"markdown-it-shiki": "^0.0.2",
"postcss-nested": "^5.0.3",
"tailwindcss": "^2.0.2",
"typescript": "^4.1.3",
"vite": "^1.0.0-rc.13",
"vite-plugin-components": "^0.5.0",
"vite-plugin-md": "^0.1.5",
"vite-plugin-purge-icons": "^0.4.5",
"vite-plugin-voie": "^0.4.1",
"vite-ssg": "^0.0.12",
"voie-pages": "^0.4.0"
},
"resolutions": {
"postcss": "8.1.7",
"vue-router": "4.0.0-rc.3"
},
"eslintConfig": {
"extends": "@antfu/eslint-config-vue",
"rules": {
"no-unused-vars": "off",
"@typescript-eslint/no-unused-vars": "off"
}
}
}