-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.49 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.49 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
{
"name": "electric-fan",
"version": "1.0.0",
"private": true,
"description": "Electric Fan",
"author": {
"email": "me@yunyoujun.cn",
"name": "YunYouJun",
"url": "https://www.yunyoujun.cn"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint --ext .js,.ts,.json,.vue --fix ."
},
"dependencies": {
"@gtm-support/vue-gtm": "^1.2.3",
"@vueuse/core": "^7.1.2",
"@vueuse/head": "^0.7.2",
"nprogress": "^0.2.0",
"vue": "^3.2.17",
"vue-about-me": "^1.2.0",
"vue-i18n": "^9.2.0-beta.6"
},
"devDependencies": {
"@antfu/eslint-config": "^0.12.0",
"@iconify-json/carbon": "^1.0.12",
"@intlify/vite-plugin-vue-i18n": "^3.2.1",
"@types/markdown-it-link-attributes": "^3.0.1",
"@types/nprogress": "^0.2.0",
"@vitejs/plugin-vue": "^1.10.1",
"@vue/compiler-sfc": "^3.2.23",
"critters": "^0.0.15",
"eslint": "^8.4.0",
"markdown-it-link-attributes": "^3.0.0",
"markdown-it-prism": "^2.2.1",
"sass": "^1.44.0",
"typescript": "^4.5.2",
"unplugin-auto-import": "^0.5.1",
"unplugin-icons": "^0.12.22",
"unplugin-vue-components": "^0.17.4",
"vite": "^2.6.14",
"vite-plugin-inspect": "^0.3.11",
"vite-plugin-md": "^0.11.4",
"vite-plugin-pages": "^0.18.2",
"vite-plugin-pwa": "0.11.10",
"vite-plugin-style-import": "^1.4.0",
"vite-plugin-vue-layouts": "^0.5.0",
"vite-plugin-windicss": "^1.5.4",
"vite-ssg": "^0.16.2"
}
}