-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
34 lines (34 loc) · 896 Bytes
/
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
{
"name": "blog",
"version": "2.0.0",
"description": "✍️ StEve Young 的个人博客",
"private": true,
"scripts": {
"start": "vuepress dev ./",
"build": "vuepress build ./",
"lint": "eslint --fix ./ .vuepress/ --ext .js,.ts,.vue --ignore-path .gitignore"
},
"dependencies": {
"dayjs": "^1.11.0",
"element-ui": "^2.15.7",
"vssue": "^1.4.8",
"vuepress": "^1.9.7"
},
"devDependencies": {
"@typescript-eslint/parser": "^5.15.0",
"babel-plugin-component": "^1.1.1",
"core-js": "2.x",
"eslint": "^6.8.0",
"eslint-plugin-vue": "^5.2.3",
"sass": "^1.49.9",
"sass-loader": "^7.3.1",
"typescript": "^4.6.2",
"vue-eslint-parser": "^8.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BuptStEve/blog.git"
},
"homepage": "https://buptsteve.github.io/blog/",
"author": "StEve Young"
}