Added tauri-cli

This commit is contained in:
Z4NR34L 2023-01-02 14:37:21 +01:00
parent 0eabee2dba
commit daad471215
No known key found for this signature in database
GPG key ID: 77F5F2B35C2F56C3
2 changed files with 254 additions and 0 deletions

View file

@ -45,6 +45,7 @@
"@babel/plugin-transform-runtime": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"@babel/runtime": "^7.18.3",
"@tauri-apps/cli": "^1.2.2",
"autoprefixer": "^10.4.7",
"babel-loader": "^8.2.5",
"babel-plugin-dynamic-import-node": "^2.3.3",
@ -170,6 +171,7 @@
"zlibjs": "^0.3.1"
},
"scripts": {
"tauri": "tauri",
"start": "npx grunt dev",
"build": "npx grunt prod",
"node": "npx grunt node",