-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.18 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
{
"name": "mars2d-react-template",
"version": "3.3.0",
"description": "Mars2D平台,Vue最简项目模版",
"scripts": {
"dev": "vite",
"serve": "npm run clean-cache && vite",
"clean-cache": "rimraf node_modules/.cache/ && rimraf node_modules/.vite",
"clean-lib": "rimraf node_modules",
"preview": "vite preview",
"build": "npm run lint && vite build",
"lint": "eslint ./src/**/*.{js,jsx,ts,tsx} --fix"
},
"dependencies": {
"mars2d": "~3.3.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@types/leaflet": "^1.7.1",
"@types/node": "^17.0.13",
"@vitejs/plugin-react": "^1.0.7",
"fs-extra": "^10.0.0",
"rollup-plugin-external-globals": "^0.6.1",
"serve-static": "^1.14.2",
"vite": "^2.8.6"
},
"repository": {
"type": "git",
"url": "https://github.com/marsgis/mars2d-vue-template.git"
},
"bugs": {
"url": "https://github.com/marsgis/mars2d-vue-template/issues",
"email": "[email protected]"
},
"keywords": [
"marsgis",
"mars2d",
"leaflet",
"react",
"gis",
"webgis"
],
"author": "火星科技",
"license": "Apache-2.0",
"homepage": "http://mars2d.cn"
}