-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
68 lines (68 loc) · 1.78 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
64
65
66
67
68
{
"name": "mars2d-es5-project",
"version": "3.3.0",
"description": "Mars2D平台基础项目",
"main": "index.js",
"private": true,
"scripts": {
"lint": "eslint ./widgets*/**/*.{js,html} --fix",
"serve": "http-server",
"serve:dist": "http-server ./dist",
"build": "gulp build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"http-server": "^14.1.0",
"@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.20.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",
"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",
"mars3d": "^3.2.0",
"javascript-obfuscator": "^0.28.5",
"plugin-error": "^1.0.1",
"through2": "^2.0.0",
"uglify-js": "^3.6.0",
"vinyl": "^2.2.0",
"prettier": "^2.2.1",
"uglify-js": "^3.6.0"
},
"repository": {
"type": "git",
"url": "https://github.com/marsgis/mars3d-es5-project.git"
},
"bugs": {
"url": "https://github.com/marsgis/mars3d-es5-project/issues",
"email": "[email protected]"
},
"keywords": [
"marsgis",
"mars3d",
"cesium",
"webgl",
"gis",
"3dgis",
"webgis"
],
"author": "火星科技",
"license": "Apache-2.0",
"homepage": "http://mars3d.cn"
}