forked from tsejx/vue-guidebook
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) Β· 703 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) Β· 703 Bytes
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
{
"name": "vue-guidebook",
"version": "1.0.0",
"description": "A technical mannual about Vue knowledge",
"main": "index.js",
"scripts": {
"start": "npm run dev",
"dev": "dumi dev --port=8050",
"build": "dumi build",
"deploy": "bash ./scripts/deploy.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tsejx/Vue-GuideBook.git"
},
"keywords": [
"vue",
"vue-router",
"vuex",
"guidebook"
],
"author": "tsejx",
"license": "MIT",
"homepage": "https://tsejx.github.io/vue-guidebook/",
"devDependencies": {
"babel-plugin-import": "^1.13.3",
"dumi": "^1.1.18",
"lint-md": "^0.2.0",
"typescript": "^3.9.7"
}
}