initial commit

This commit is contained in:
2023-10-22 15:50:59 -06:00
commit 5ddbeeeeab
35 changed files with 5151 additions and 0 deletions

32
package.json Normal file
View File

@ -0,0 +1,32 @@
{
"name": "piggybank",
"version": "0.0.1",
"description": "An app to help families teach kids to keep track of their finances. It uses fake bank accounts with virtual cash that can be sent to each other or requested from each other. ",
"productName": "piggybank",
"author": "Mason Payne <mason@masonitestudios.com>",
"private": true,
"scripts": {
"test": "echo \"No test specified\" && exit 0",
"dev": "quasar dev",
"build": "quasar build"
},
"dependencies": {
"vue-i18n": "^9.2.2",
"@quasar/extras": "^1.16.4",
"quasar": "^2.6.0",
"vue": "^3.0.0",
"vue-router": "^4.0.0"
},
"devDependencies": {
"@types/node": "^12.20.21",
"@intlify/vite-plugin-vue-i18n": "^3.3.1",
"@quasar/app-vite": "^1.3.0",
"autoprefixer": "^10.4.2",
"typescript": "^4.5.4"
},
"engines": {
"node": "^18 || ^16 || ^14.19",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}