-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
42 lines (42 loc) · 995 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
35
36
37
38
39
40
41
42
{
"name": "new-bestify",
"version": "0.0.1",
"description": "new-bestify",
"author": "wangjunget",
"main": "./src/index.js",
"directories": {
"test": "test"
},
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"lint": "eslint --fix --ext .js,.vue ./"
},
"repository": {
"type": "git",
"url": "https://github.com/wangjunget/new-bestify.git"
},
"keywords": [
"vue",
"ui",
"new-bestify"
],
"license": "MIT",
"homepage": "https://wangjunget.github.io/new-bestify/",
"devDependencies": {
"@commitlint/cli": "^9.1.2",
"@commitlint/config-conventional": "^9.1.2",
"babel-eslint": "^10.1.0",
"eslint": "^6.0.0",
"eslint-plugin-vue": "^6.2.2",
"husky": "^4.3.0",
"markdown-it-container": "^3.0.0",
"node-sass": "^4.14.1",
"sass-loader": "^8.0.2",
"vuepress": "^1.5.2",
"vuepress-plugin-container": "^2.1.4"
},
"dependencies": {
"guid": "0.0.12"
}
}