-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.97 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
57
58
{
"name": "wwy-map",
"version": "1.0.2",
"description": "地图sdk,支持高德地图,百度地图,腾讯地图,包含网站演示",
"main": "lib/wwy-map.common.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:dist": "cross-env NODE_ENV=development webpack --config build/webpack.config.js",
"build:docs": "cross-env NODE_ENV=development webpack --config build/webpack.docs.js",
"dev": "cross-env NODE_ENV=development webpack-dev-server --config build/webpack.config.js",
"dist": "webpack --config build/webpack.common.js ",
"deploy": "gh-pages -d dist"
},
"author": "vicki wu",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.8",
"@babel/preset-env": "^7.16.11",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-loader": "^8.2.4",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"cross-env": "^7.0.3",
"css-loader": "^6.7.1",
"eslint": "^8.11.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.5.0",
"eslint-webpack-plugin": "^3.1.1",
"file-loader": "^6.2.0",
"gh-pages": "^3.2.3",
"highlight.js": "^10.7.2",
"html-loader": "^3.1.0",
"html-webpack-plugin": "^5.5.0",
"markdown-it": "^12.3.2",
"markdown-it-anchor": "^8.4.1",
"markdown-it-chain": "^1.3.0",
"markdown-it-container": "^3.0.0",
"prettier": "2.6.0",
"progress-bar-webpack-plugin": "^2.1.0",
"style-loader": "^3.3.1",
"transliteration": "^2.2.0",
"url-loader": "^4.1.1",
"vue": "^2.6.12",
"vue-loader": "^15.9.6",
"vue-router": "^3.5.1",
"vue-template-compiler": "^2.6.14",
"webpack": "^5.32.0",
"webpack-cli": "3.3.12",
"webpack-dev-server": "3.11.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vickiwu/wwy-map.git"
},
"homepage": "https://vickiwu.github.io/wwy-map"
}