You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

57 lines
1.1 KiB
JSON

4 months ago
{
"name": "airport",
"private": true,
"version": "0.0.0",
4 months ago
"main": "build.js",
"description": "test",
"author": "haiwei@haiwei.com",
4 months ago
"scripts": {
"dev": "vite",
"build": "vite build",
4 months ago
"preview": "vite preview",
"build:electron": "electron-builder"
},
"build": {
4 months ago
"appId": "com.myvue.app",
4 months ago
"productName": "MyVueApp",
4 months ago
"directories": {
"output": "dist"
},
4 months ago
"files": [
4 months ago
"dist/**",
"build.js",
"preload.js",
"package.json"
4 months ago
],
"win": {
4 months ago
"target": [
{
"target": "nsis",
4 months ago
"arch": [
"x64"
]
4 months ago
}
]
},
"nsis": {
"oneClick": false,
"allowToChangeInstallationDirectory": true,
"perMachine": true
},
"asar": false
4 months ago
},
"dependencies": {
"@vitejs/plugin-basic-ssl": "^2.0.0",
3 months ago
"@vitejs/plugin-vue-jsx": "^5.1.1",
4 months ago
"axios": "^1.11.0",
4 months ago
"element-plus": "^2.10.4",
3 months ago
"less": "^4.4.1",
4 months ago
"vue": "^3.5.17",
"vue-router": "4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.0",
"vite": "^7.0.4"
}
}