first commit
This commit is contained in:
53
package.json
Normal file
53
package.json
Normal file
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"name": "trawler",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@element-plus/icons-vue": "^2.3.1",
|
||||
"@maptalks/gl": "^0.104.2",
|
||||
"@maptalks/vt": "^0.103.4",
|
||||
"@vueuse/core": "^11.1.0",
|
||||
"axios": "^1.7.7",
|
||||
"echarts": "^5.5.1",
|
||||
"element-plus": "^2.8.4",
|
||||
"file-saver": "^2.0.5",
|
||||
"flv.js": "^1.6.2",
|
||||
"marked": "^16.4.0",
|
||||
"lodash": "^4.17.21",
|
||||
"maptalks": "^1.0.3",
|
||||
"maptalks-gl": "^0.115.0",
|
||||
"maptalks.markercluster": "^0.8.8",
|
||||
"maptalks.routeplayer": "^1.1.0",
|
||||
"mitt": "^3.0.1",
|
||||
"pinia": "^2.2.2",
|
||||
"sm-crypto": "^0.3.13",
|
||||
"swiper": "^11.1.1",
|
||||
"vue": "^3.4.37",
|
||||
"vue-router": "^4.4.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.25.7",
|
||||
"@babel/eslint-parser": "^7.25.7",
|
||||
"@eslint/js": "^9.12.0",
|
||||
"@vitejs/plugin-vue": "^5.1.2",
|
||||
"eslint": "^9.12.0",
|
||||
"eslint-define-config": "^2.1.0",
|
||||
"eslint-plugin-prettier": "^5.2.1",
|
||||
"eslint-plugin-vue": "^9.28.0",
|
||||
"fast-glob": "^3.3.2",
|
||||
"globals": "^15.10.0",
|
||||
"prettier": "^3.3.3",
|
||||
"protobufjs": "^7.4.0",
|
||||
"sass": "^1.79.4",
|
||||
"vite": "^5.4.1",
|
||||
"vite-plugin-eslint": "^1.8.1",
|
||||
"vite-plugin-svg-icons": "^2.0.1",
|
||||
"vue-eslint-parser": "^9.4.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user