mirror of
https://github.com/jiangteng2019/satellite-track.git
synced 2025-06-16 06:48:20 +00:00
36 lines
901 B
JSON
36 lines
901 B
JSON
{
|
|
"name": "satellite-track",
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.2.2",
|
|
"cesium": "^1.101.0",
|
|
"element-plus": "^2.2.28",
|
|
"pinia": "^2.0.28",
|
|
"satellite.js": "^4.1.4",
|
|
"vue": "^3.2.45",
|
|
"vue-router": "^4.1.6"
|
|
},
|
|
"devDependencies": {
|
|
"@rushstack/eslint-patch": "^1.1.4",
|
|
"@vitejs/plugin-vue": "^4.0.0",
|
|
"@vue/eslint-config-prettier": "^7.0.0",
|
|
"eslint": "^8.22.0",
|
|
"eslint-plugin-vue": "^9.3.0",
|
|
"install": "^0.13.0",
|
|
"npm": "^9.2.0",
|
|
"prettier": "^2.7.1",
|
|
"sass": "^1.57.1",
|
|
"sass-loader": "^13.2.0",
|
|
"unplugin-auto-import": "^0.12.1",
|
|
"unplugin-vue-components": "^0.22.12",
|
|
"vite": "^4.0.0"
|
|
}
|
|
}
|