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.
|
|
|
{
|
|
|
|
"name": "potato-launcher",
|
|
|
|
"private": true,
|
|
|
|
"version": "0.1.0",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "npx mix --production && neu run --disable-auto-reload",
|
|
|
|
"build": "npx mix --production && rm -r dist && neu build",
|
|
|
|
"build-extensions-linux": "nexe ./extensions/pouchdb/index.js --build --output=./../bin/pouchdb-linux-x64 -r ./ --cwd=./extensions/pouchdb --python=$(which python3) --target=linux-x64 --verbose --enableNodeCli",
|
|
|
|
"build-extensions-win64": "nexe ./extensions/pouchdb/index.js --build --output=./../bin/pouchdb-win-x64 -r ./ --cwd=./extensions/pouchdb --python=$(which python3) --target=windows-x64 --verbose --enableNodeCli"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@riotjs/observable": "^4.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",
|
|
|
|
"pouchdb": "^7.3.0",
|
|
|
|
"pouchdb-find": "^7.3.0",
|
|
|
|
"riot": "^7.0.3"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@riotjs/webpack-loader": "^6.0.0",
|
|
|
|
"laravel-mix": "^6.0.49",
|
|
|
|
"sass": "^1.54.5",
|
|
|
|
"sass-loader": "^12.6.0",
|
|
|
|
"svg-spritemap-webpack-plugin": "^4.5.0"
|
|
|
|
}
|
|
|
|
}
|