global-navigation-satellite.../package.json

52 lines
1.3 KiB
JSON
Raw Normal View History

2021-09-14 07:31:59 +08:00
{
"name": "global-navigation-satellite-system",
"description": "global-navigation-satellite-system",
"author": "hwasmart",
2024-01-24 11:43:23 +08:00
"version": "6.0.0",
2021-09-14 07:31:59 +08:00
"main": "dist/main/app.js",
"scripts": {
"dev": "vite",
"build": "vite build",
2021-12-27 14:06:04 +08:00
"serve": "vite preview",
2021-09-14 07:31:59 +08:00
"electron:dev": "cross-env NODE_ENV=development electron index.js",
2023-07-20 12:13:14 +08:00
"electron:build": "rimraf dist && vite build && tsc -p tsconfig.electron.json && electron-builder --dir"
2021-09-14 07:31:59 +08:00
},
"dependencies": {
2021-12-22 19:32:34 +08:00
"cesium": "^1.88.0",
"vue": "^3.2.26",
2021-12-27 08:46:50 +08:00
"vue-cesium": "^3.0.4",
2021-09-14 07:31:59 +08:00
"vuex": "^4.0.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.1.5",
2021-12-22 19:32:34 +08:00
"@vue/compiler-sfc": "^3.2.26",
2021-09-14 07:31:59 +08:00
"autoprefixer": "^10.2.5",
"cross-env": "^7.0.3",
2021-12-27 08:38:26 +08:00
"electron": "^13.6.3",
2023-07-19 10:56:45 +08:00
"electron-builder": "^24.4.0",
2021-09-14 07:31:59 +08:00
"postcss": "^8.2.10",
"rimraf": "^3.0.2",
2021-12-22 19:32:34 +08:00
"rollup-plugin-copy": "^3.4.0",
2021-09-14 07:31:59 +08:00
"tailwindcss": "^2.1.1",
"ts-node": "^9.1.1",
"typescript": "^4.2.3",
"vite": "^2.0.5"
},
"build": {
"appId": "hwasmart.id",
"mac": {
"category": "hwasmart.app.category.type"
},
"files": [
"dist/main/**/*",
"dist/render/**/*"
],
"directories": {
"output": "dist/release"
},
"win": {
"icon": "public/favicon.ico"
}
}
}