-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.27 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
{
"name": "zyao89.github.io",
"version": "1.0.0",
"description": "[Website] https://zyao89.github.io",
"private": true,
"scripts": {
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix",
"dev": "micro-app-vuepress dev",
"build": "micro-app-vuepress build",
"info": "micro-app-vuepress info",
"deploy": "micro-app deploy",
"create": "micro-app-vuepress create --type post --base posts --classify categories",
"test": "jest",
"commit": "./node_modules/cz-customizable/standalone.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zyao89/zyao89.github.io.git"
},
"author": {
"name": "Zyao89",
"email": "zyao89@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/zyao89/zyao89.github.io/issues"
},
"homepage": "https://github.com/zyao89/zyao89.github.io#readme",
"keywords": [
"website",
"pages",
"docs"
],
"devDependencies": {
"@micro-app/plugin-deploy": "^0.0.9",
"@micro-app/vuepress": "^0.0.3",
"@types/jest": "^24.9.1",
"cz-customizable": "^6.9.2",
"eslint-config-2o3t": "^2.0.2",
"jest": "^24.9.0"
}
}