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.

54 lines
1.0 KiB
JSON

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