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.
potato-launcher/package.json

58 lines
1.7 KiB

{
"name": "potato-launcher",
"version": "0.2.0",
"author": "Björn Hase <me@herr-hase.wtf>",
"homepage": "https://herr-hase.wtf",
"main": "index.js",
"description": "Launcher for Apps on Desktop",
"build": {
"files": [
"dist/**/*",
"package.json",
"index.js"
],
"linux": {
"target": [
"AppImage",
"deb"
],
"icon": "resources/logo.png",
"category": "Utility"
},
"nodeGypRebuild": false,
"npmRebuild": false,
"asar": true
},
"scripts": {
"development": "export debug=true && npx mix && electron .",
"production": "npx mix --production && electron .",
"build-linux": "npx mix --production && npm exec --package=electron-builder -- electron-builder build --linux"
},
"dependencies": {
"@riotjs/observable": "^4.1.1",
"@tiny-components/confirm": "^0.1.1",
"@tiny-components/notification": "^0.1.0",
"@tiny-components/plain-ui": "^0.6.0",
"@tiny-components/sidebar-form": "^0.1.0",
"@tiny-components/validator": "^0.2.0",
"dayjs": "^1.11.5",
"identicon": "^3.1.1",
"md5": "^2.3.0",
"mime-types": "^2.1.35",
"mkdirp": "^1.0.4",
"pouchdb": "^7.3.0",
"pouchdb-find": "^7.3.0",
"riot": "^7.0.3",
"uuid": "^9.0.0"
},
"devDependencies": {
"@riotjs/webpack-loader": "^6.0.0",
"electron": "^21.2.0",
"electron-builder": "^23.6.0",
"laravel-mix": "^6.0.49",
"sass": "^1.54.5",
"sass-loader": "^12.6.0",
"svg-spritemap-webpack-plugin": "^4.5.0"
}
}