-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.64 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
59
60
61
62
63
{
"name": "mars2d-es5-example",
"version": "3.3.0",
"description": "Mars2D平台,原生JS版本功能示例",
"main": "index.js",
"scripts": {
"serve": "http-server",
"build": "gulp build",
"serve:dist": "http-server ./dist",
"lint": "eslint ./example*/**/*.{js,html} --fix",
"build-read": "node build/build.js"
},
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/plugin-transform-runtime": "^7.5.0",
"@babel/preset-env": "^7.5.4",
"@babel/runtime": "^7.5.4",
"babel-eslint": "^10.0.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-html": "^6.1.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-promise": "^4.3.1",
"fs-extra": "^10.1.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-cheerio": "^0.6.3",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-header": "^2.0.7",
"gulp-htmlmin": "^5.0.1",
"gulp-plumber": "^1.2.1",
"gulp-uglify": "^3.0.2",
"gulp-utf8-convert": "0.0.7",
"gulp-util": "^3.0.8",
"http-server": "^14.1.0",
"mars2d": "~3.3.0",
"prettier": "^2.2.1",
"uglify-js": "^3.6.0"
},
"repository": {
"type": "git",
"url": "https://github.com/marsgis/mars2d-es5-example.git"
},
"bugs": {
"url": "https://github.com/marsgis/mars2d-es5-example/issues",
"email": "[email protected]"
},
"keywords": [
"marsgis",
"mars2d",
"cesium",
"webgl",
"gis",
"3dgis",
"webgis"
],
"author": "火星科技",
"license": "Apache-2.0",
"homepage": "http://mars2d.cn"
}