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
69
70
71
72
73
| {
| "name": "custom_terra127_js",
| "version": "1.1.80",
| "private": true,
| "description": "基于ParallelWorld开发的本地UE组件",
| "main": "index.js",
| "config": {
| "name": "基于ParallelWorld开发的本地UE组件",
| "width": 1920,
| "height": 1080
| },
| "scripts": {
| "start": "jdm start",
| "build": "jdm build"
| },
| "repository": {
| "type": "git",
| "url": "https://gitee.com/monet-template/studio-demo-js.git"
| },
| "keywords": [],
| "homepage": "/",
| "author": "wuweiwei@terra-it.cn",
| "license": "ISC",
| "dependencies": {
| "@ant-design/compatible": "^1.0.4",
| "@ant-design/icons": "^4.2.1",
| "antd": "4.10.3",
| "classnames": "^2.2.6",
| "mobx": "^5.15.0",
| "mobx-react": "^6.1.4",
| "react": "^16.13.1",
| "react-dom": "^16.13.1",
| "axios": "^0.18.0",
| "tumap": "^2.1.4-6"
| },
| "devDependencies": {
| "@babel/core": "7.12.3",
| "@babel/plugin-proposal-class-properties": "7.13.0",
| "@babel/plugin-proposal-decorators": "^7.14.5",
| "@babel/plugin-proposal-optional-chaining": "^7.14.5",
| "@babel/plugin-syntax-class-properties": "^7.12.13",
| "@babel/plugin-syntax-dynamic-import": "^7.8.3",
| "@babel/plugin-transform-runtime": "^7.14.5",
| "@babel/preset-env": "7.14.2",
| "@babel/preset-react": "7.13.13",
| "@babel/runtime-corejs3": "^7.14.7",
| "@jkyu/monet-studio-cli": "^1.8.0",
| "@jkyu/monet-studio-core": "^1.12.0",
| "@jkyu/monet-studio-reqeust": "^1.1.0",
| "@turf/turf": "^6.3.0",
| "babel-eslint": "^10.1.0",
| "babel-loader": "8.2.2",
| "babel-plugin-lodash": "^3.3.4",
| "babel-plugin-transform-es2015-shorthand-properties": "^6.24.1",
| "babel-plugin-transform-imports": "^2.0.0",
| "eslint": "^7.11.0",
| "eslint-config-airbnb": "^17.1.0",
| "eslint-plugin-flowtype": "^5.2.0",
| "eslint-plugin-html": "^6.1.2",
| "eslint-plugin-import": "^2.22.1",
| "eslint-plugin-jest": "^24.1.0",
| "eslint-plugin-jsx-a11y": "^6.3.1",
| "eslint-plugin-react": "^7.21.5",
| "eslint-plugin-react-hooks": "^4.2.0",
| "eslint-plugin-testing-library": "^3.9.2",
| "http-proxy-middleware": "^0.20.0"
| },
| "browserslist": [
| ">0.2%",
| "not dead",
| "not op_mini all"
| ]
| }
|
|