feat(dashboard): #82 add chart for sum of account and savings
This commit was merged in pull request #190.
This commit is contained in:
@@ -1,18 +1,19 @@
|
||||
{
|
||||
"name": "spend-sparrow",
|
||||
"version": "1.0.0",
|
||||
"description": "Your (almost) independent tech stack to host on a VPC.",
|
||||
"description": "Personal finance tracking done right",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "cp -f node_modules/htmx.org/dist/htmx.min.js static/js/htmx.min.js && tailwindcss -i input.css -o static/css/tailwind.css --minify",
|
||||
"watch": "cp -f node_modules/htmx.org/dist/htmx.min.js static/js/htmx.min.js && tailwindcss -i input.css -o static/css/tailwind.css --watch"
|
||||
"build": "cp -f node_modules/htmx.org/dist/htmx.min.js static/js/htmx.min.js && cp -f node_modules/echarts/dist/echarts.min.js static/js/echarts.min.js && tailwindcss -i input.css -o static/css/tailwind.css --minify",
|
||||
"watch": "cp -f node_modules/htmx.org/dist/htmx.min.js static/js/htmx.min.js && cp -f node_modules/echarts/dist/echarts.min.js static/js/echarts.min.js && tailwindcss -i input.css -o static/css/tailwind.css --watch"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@tailwindcss/cli": "4.1.10",
|
||||
"htmx.org": "2.0.4",
|
||||
"tailwindcss": "4.1.10",
|
||||
"@tailwindcss/cli": "4.1.10"
|
||||
"echarts": "5.6.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user