-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.67 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.67 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "cube-map-draw",
"version": "0.2.1",
"private": false,
"description": "A Component Library for Vue.js + vue-baidu-map",
"main": "lib/cube-map-draw.common.js",
"license": "MIT",
"files": [],
"scripts": {
"dev": "vue-cli-service serve",
"build:lib": "vue-cli-service build --target lib --name cube-map-draw --dest lib src/index.js",
"build": "vue-cli-service build",
"push": "npm publish",
"lint": "vue-cli-service lint"
},
"publishConfig": {
"registry":"https://npm.pkg.github.com"
},
"repository": {
"type": "git",
"url": "git@github.com:shiliangL/cube-map-draw.git"
},
"dependencies": {
"@icon-park/vue": "^1.0.12",
"core-js": "^3.6.5",
"vue": "^2.6.11",
"vue-baidu-map": "^0.21.22"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/eslint-config-standard": "^5.1.2",
"babel-eslint": "^10.1.0",
"babel-plugin-component": "^1.1.1",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^6.2.2",
"highlight.js": "^10.4.0",
"markdown-it": "^12.0.0",
"markdown-it-anchor": "^6.0.0",
"markdown-it-chain": "^1.3.0",
"markdown-it-container": "^3.0.0",
"transliteration": "^2.1.11",
"node-sass": "^4.12.0",
"sass-loader": "^8.0.2",
"uppercamelcase": "^1.1.0",
"vue-router": "^3.2.0",
"vue-template-compiler": "^2.6.11",
"vuex": "^3.4.0"
}
}