mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-03 02:09:50 +03:00
f0d95a4244
* feat(testing) add test apps, docs for testing Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev> * feat(testing) add test apps, docs for testing, fix entry and generator Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev> * feat(tauri) use require.resolve Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev> * feat(rust) fix for cargo sources Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev> * chore(version) bump Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev> * feat(tauri) setup tauri object Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev> * feat(demo) setup tauri object Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev> * feat(entry) fix generator Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev> * feat(docs) prepare quasar spa docs Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev>
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "@quasar/tauri",
|
|
"version": "0.0.1-utility.3",
|
|
"description": "Multi-binding collection of libraries and templates for building Tauri",
|
|
"bin": {
|
|
"tauri": "mode/bin/tauri.js"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"devUp": ""
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/quasarframework/tauri.git"
|
|
},
|
|
"author": "Quasar Framework",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/quasarframework/tauri/issues"
|
|
},
|
|
"homepage": "https://github.com/quasarframework/tauri#readme",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.16.0",
|
|
"npm": ">= 6.6.0",
|
|
"yarn": ">= 1.17.3"
|
|
},
|
|
"dependencies": {
|
|
"@iarna/toml": "^2.2.3",
|
|
"babel-plugin-system-import-transformer": "^4.0.0",
|
|
"chalk": "^2.4.2",
|
|
"chokidar": "^3.0.2",
|
|
"cross-spawn": "^6.0.5",
|
|
"fast-glob": "^3.0.4",
|
|
"fs-extra": "^8.1.0",
|
|
"html-webpack-inline-source-plugin": "^0.0.10",
|
|
"lodash.debounce": "^4.0.8",
|
|
"lodash.template": "^4.5.0",
|
|
"minimist": "^1.2.0",
|
|
"ms": "^2.1.2",
|
|
"webpack-merge": "^4.2.1"
|
|
}
|
|
}
|