William Brawner
ba6e26c191
The skeleton project was generated from https://apps.nextcloud.com/developer/apps/generate The only additions so far have been to the lib/Db directory, where the classes, schema and CRUD operations were added for Budget, Category, Transaction, and UserPermission entities.
15 lines
436 B
JSON
15 lines
436 B
JSON
{
|
|
"name": "twigs",
|
|
"scripts": {
|
|
"build": "NODE_ENV=production webpack --progress --hide-modules --config webpack.prod.js",
|
|
"dev": "NODE_ENV=development webpack --progress --config webpack.dev.js",
|
|
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.dev.js"
|
|
},
|
|
"devDependencies": {
|
|
"webpack": "^4.26.1",
|
|
"webpack-cli": "^3.1.2"
|
|
},
|
|
"dependencies": {
|
|
"typescript": "^3.8.3"
|
|
}
|
|
}
|