-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
89 lines (89 loc) · 2.62 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "ngseke.me-next",
"private": true,
"version": "0.0.0",
"type": "module",
"engines": {
"node": ">=18",
"pnpm": ">=8",
"npm": "please-use-pnpm",
"yarn": "please-use-pnpm"
},
"scripts": {
"dev": "vite",
"build": "vite-ssg build",
"preview": "vite preview",
"lint": "vue-tsc --noEmit && npx eslint . --ext .ts,.js,.cjs,.vue",
"lint:fix": "vue-tsc --noEmit && npx eslint --fix . --ext .ts,.js,.cjs,.vue",
"prepare": "husky install",
"test": "jest"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-brands-svg-icons": "^6.2.0",
"@fortawesome/free-regular-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/vue-fontawesome": "^3.0.1",
"@unhead/vue": "^1.7.4",
"@vueuse/core": "9.13.0",
"@vueuse/integrations": "^9.13.0",
"dayjs": "^1.11.5",
"focus-trap": "^7.3.1",
"medium-zoom": "^1.0.6",
"nanoid": "^4.0.2",
"nprogress": "^0.2.0",
"scroll-to-element": "^2.0.3",
"url-join": "^5.0.0",
"vite-plugin-md": "^0.20.4",
"vue": "^3.2.37",
"vue-router": "4",
"vue-wrap-balancer": "^1.1.3"
},
"devDependencies": {
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@types/fs-extra": "^11.0.2",
"@types/jest": "^29.5.1",
"@types/nprogress": "^0.2.0",
"@types/scroll-to-element": "^2.0.2",
"@types/wait-on": "^5.3.2",
"@vitejs/plugin-vue": "4.4.0",
"@vitejs/plugin-vue-jsx": "^2.0.1",
"@vue/eslint-config-standard": "^8.0.1",
"@vue/eslint-config-typescript": "12.0.0",
"@vue/runtime-core": "3.2.39",
"autoprefixer": "^10.4.11",
"axios": "^1.4.0",
"eslint": "^8.23.1",
"eslint-plugin-tailwindcss": "3.12.1",
"eslint-plugin-vue": "^9.4.0",
"expect-puppeteer": "^8.0.5",
"fast-glob": "^3.2.12",
"fs-extra": "^10.1.0",
"gray-matter": "^4.0.3",
"husky": "^8.0.1",
"jest": "^29.5.0",
"jest-environment-puppeteer": "^8.0.6",
"jest-puppeteer": "^8.0.6",
"lint-staged": "^13.2.2",
"markdown-it-anchor": "^8.6.7",
"markdown-it-shiki": "^0.5.1",
"postcss": "^8.1.0",
"puppeteer": "^19.11.1",
"sass": "^1.54.9",
"spawnd": "^9.0.1",
"tailwindcss": "3.3.2",
"ts-jest": "^29.1.0",
"typescript": "5.2.2",
"unplugin-auto-import": "^0.11.2",
"unplugin-vue-components": "^0.22.7",
"vite": ">=4.0.5",
"vite-plugin-checker": "0.6.2",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-pages": "0.31.0",
"vite-ssg": "0.23.3",
"vite-ssg-sitemap": "^0.4.3",
"vue-tsc": "1.8.16",
"wait-on": "^7.0.1"
}
}