yarn stuff

This commit is contained in:
lucaspalomodevelop 2022-11-24 18:49:46 +01:00
parent aea3ac663d
commit 9daeab1cec
2 changed files with 9186 additions and 8 deletions

View File

@ -8,14 +8,9 @@
"license": "GPLv3",
"main": "index.js",
"scripts": {
"server:start": "node ./bin/app",
"server:test": "echo \"Error: no test specified\" && exit 1",
"vue:dev": "cd ./views && poi",
"vue:build": "cd ./views && poi build",
"vue:report": "cd ./views && poi build --bundle-report",
"vue:serve": "cd ./views && serve dist --single",
"vue:test": "cd ./views && tyu",
"start": "yarn vue:build && yarn server:start"
"start": "node ./bin/app",
"test": "echo \"Error: no test specified\" && exit 1",
"getfrontend":"cd ../frontend && yarn "
},
"dependencies": {
"@popperjs/core": "^2.11.6",

9183
frontend/yarn.lock Normal file

File diff suppressed because it is too large Load Diff