-
Notifications
You must be signed in to change notification settings - Fork 71
/
Copy pathpackage.json
56 lines (56 loc) · 1.54 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
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "vue-gn-components",
"version": "1.2.4",
"private": false,
"main": "lib/index.js",
"module": "lib/index.js",
"style": "lib/style/index.css",
"prepublishOnly": "npm run build",
"description": "一些标准组件库里可能没有的组件",
"scripts": {
"serve": "vue-cli-service serve --open",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"lib": "vue-cli-service build --target lib --name vue-gn-components --dest lib packages/index.js"
},
"keywords": [
"features",
"vue",
"components",
"watermark",
"verification"
],
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "https://github.com/huxiaocheng/vue-gn-components"
},
"author": "https://juejin.im/user/5af23b36f265da0b9d783023",
"homepage": "https://github.com/huxiaocheng/vue-gn-components",
"license": "MIT",
"dependencies": {
"core-js": "^3.3.2",
"dom-to-image": "^2.6.0",
"vue": "^2.6.10",
"vue-router": "^3.1.3"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.0.0",
"@vue/cli-plugin-eslint": "^4.0.0",
"@vue/cli-plugin-router": "^4.0.0",
"@vue/cli-plugin-vuex": "^4.0.0",
"@vue/cli-service": "^4.0.0",
"@vue/eslint-config-prettier": "^5.0.0",
"babel-eslint": "^10.0.3",
"babel-plugin-component": "^1.1.1",
"eslint": "^5.16.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-vue": "^5.0.0",
"prettier": "^1.18.2",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"vue-template-compiler": "^2.6.10"
}
}