2019-11-30 14:48:39 +03:00
|
|
|
{
|
|
|
|
"name": "monolith",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
2019-12-22 12:57:32 +03:00
|
|
|
"build": "echo \"No build is necessary for Vanillajs, skipping.\"",
|
2019-11-30 14:48:39 +03:00
|
|
|
"html:dev": "quasar serve ./dist",
|
2019-12-21 12:47:33 +03:00
|
|
|
"tauri:prod": "tauri",
|
|
|
|
"tauri:source": "node ../../../cli/tauri.js/bin/tauri",
|
|
|
|
"tauri:source:init": "yarn tauri:source init --tauriPath ../../../tauri",
|
|
|
|
"tauri:prod:init": "yarn tauri:prod init",
|
|
|
|
"tauri:source:dev": "yarn tauri:source dev",
|
|
|
|
"tauri:prod:dev": "yarn tauri:prod dev",
|
|
|
|
"tauri:source:build": "yarn tauri:source build",
|
|
|
|
"tauri:prod:build": "yarn tauri:prod build"
|
2019-11-30 14:48:39 +03:00
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"tauri": "link:../../../cli/tauri.js"
|
|
|
|
}
|
|
|
|
}
|