12345678910111213141516171819202122 |
- {
- "name": "rsmonitoring-app",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "dependencies": {
- "axios": "^0.19.2",
- "gcoord": "^1.0.6",
- "js-cookie": "3.0.1",
- "ol": "^10.2.1",
- "postcss-loader": "^8.1.1",
- "tiff.js": "^1.0.0",
- "vant": "^2.13.6",
- "wellknown": "^0.5.0"
- }
- }
|