-
Notifications
You must be signed in to change notification settings - Fork 174
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 1.44 KB
/
package.json
File metadata and controls
24 lines (24 loc) · 1.44 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
{
"name": "Front-end-basic-knowledge",
"version": "1.0.0",
"description": "有问题欢迎提 [issues](https://github.com/woai3c/Front-end-basic-knowledge/issues)\r * ### [JavaScript](https://github.com/woai3c/Front-end-basic-knowledge/blob/master/JavaSciprt.md)\r * ### [CSS](https://github.com/woai3c/Front-end-basic-knowledge/blob/master/CSS.md)\r * ### [HTML](https://github.com/woai3c/Front-end-basic-knowledge/blob/master/HTML.md)\r * ### [Vue](https://github.com/woai3c/Front-end-basic-knowledge/blob/master/vue.md)\r * ### [Webpack](https://github.com/woai3c/Front-end-basic-knowledge/blob/master/Webpack.md)\r * ### [Nodejs](Nodejs.md)\r * ### [HTTP](https://github.com/woai3c/Front-end-basic-knowledge/blob/master/HTTP.md)\r * ### [前端安全](https://github.com/woai3c/Front-end-basic-knowledge/blob/master/%E5%89%8D%E7%AB%AF%E5%AE%89%E5%85%A8.md)\r * ### [其他](https://github.com/woai3c/Front-end-basic-knowledge/blob/master/%E5%85%B6%E4%BB%96.md)",
"main": "index.js",
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/woai3c/Front-end-basic-knowledge.git"
},
"keywords": [],
"author": "谭光志",
"license": "MIT",
"bugs": {
"url": "https://github.com/woai3c/Front-end-basic-knowledge/issues"
},
"homepage": "https://github.com/woai3c/Front-end-basic-knowledge#readme",
"devDependencies": {
"vuepress": "^1.8.2"
}
}