-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 915 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"axios": "^1.1.2"
},
"name": "mortgage-plan-analyzer",
"version": "1.0.0",
"description": "This Laravel project, developed as part of [SUSE Hack Week 23 and 24](https://hackweek.opensuse.org/24/projects/mortgage-plan-analyzer), is a collaborative effort aimed at simplifying the analysis of housing loan proposals, with a focus on common configurations in Portugal.",
"main": "vite.config.js",
"directories": {
"test": "tests"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.7.0",
"admin-lte": "^3.2.0",
"husky": "^9.1.7",
"jquery": "^3.6.0",
"laravel-vite-plugin": "^1.0.6",
"vite": "^5.4.11"
}
}