-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.08 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
{
"name": "github-markdown-reader",
"version": "0.1.0",
"description": "Github Markdown Viewer",
"private": true,
"homepage": "https://github.com/makeup1122/GithubMarkdownReader",
"author": "makeup1122 <makeup1123@163.com.com> (https://goingmerry.cn)",
"repository": {
"type": "git",
"url": "git@github.com:makeup1122/GithubMarkdownReader.git"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@primer/octicons": "^9.4.0",
"axios": "^0.19.2",
"cheerio": "^1.0.0-rc.3",
"vue": "^2.6.10",
"vue-router": "^3.1.5",
"vuetify": "^2.2.6",
"vuex": "^3.1.2"
},
"devDependencies": {
"@vue/cli-plugin-eslint": "^4.1.0",
"@vue/cli-service": "^4.1.0",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.3",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"node-sass": "^4.13.1",
"sass": "^1.25.0",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.6.10",
"vuetify-loader": "^1.4.3"
}
}