You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
1.5 KiB
53 lines
1.5 KiB
{
|
|
"name": "sg-cloud",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
|
|
"prepare": "husky install"
|
|
},
|
|
"dependencies": {
|
|
"@turf/turf": "^6.5.0",
|
|
"@vueuse/core": "^10.7.0",
|
|
"axios": "^1.6.2",
|
|
"chroma-js": "^2.4.2",
|
|
"gcoord": "^1.0.5",
|
|
"jwt-decode": "^3.1.2",
|
|
"less": "^4.2.0",
|
|
"lodash.throttle": "^4.1.1",
|
|
"mapbox-gl": "^2.15.0",
|
|
"mitt": "^3.0.1",
|
|
"mobx": "^6.12.0",
|
|
"moment": "^2.29.4",
|
|
"overlayscrollbars": "^2.4.5",
|
|
"pinia": "^2.1.7",
|
|
"popmotion": "^11.0.5",
|
|
"tdesign-vue-next": "^1.7.0",
|
|
"vue": "^3.3.4",
|
|
"vue-router": "^4.2.5",
|
|
"xgplayer": "^3.0.10",
|
|
"xgplayer-hls": "^3.0.10"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/eslint-parser": "^7.23.3",
|
|
"@vitejs/plugin-vue": "^4.4.0",
|
|
"@vitejs/plugin-vue-jsx": "^3.0.2",
|
|
"eslint": "^8.49.0",
|
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
"eslint-import-resolver-alias": "^1.1.2",
|
|
"eslint-plugin-vue": "^9.17.0",
|
|
"husky": "^8.0.0",
|
|
"lint-staged": "^15.1.0",
|
|
"vite": "^4.4.11",
|
|
"vite-plugin-eslint": "^1.8.1",
|
|
"vite-plugin-html": "^3.2.0"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,jsx,ts,tsx,vue}": [
|
|
"eslint --fix"
|
|
]
|
|
}
|
|
}
|
|
|