-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
19 lines (19 loc) · 853 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "casharoo",
"version": "1.0.0",
"description": "Casheroo is a user-friendly personal finance app that centralizes your financial data. By adding multiple accounts, users get a full view of their recent spending and total balance. The app tracks your current expenses and gives forecasts of your future spending. This keeps users well-informed and helps manage their money better. # UI",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-css": "postcss tailwind/source.css -o main_app/static/css/output.css",
"watch-css": "postcss tailwind/source.css -o main_app/static/css/output.css --watch"
},
"author": "",
"license": "ISC",
"dependencies": {
"autoprefixer": "^10.4.15",
"chart.js": "^4.3.3",
"postcss-cli": "^10.1.0",
"tailwindcss": "^3.3.3"
}
}