mirror of
https://github.com/acedanger/finance.git
synced 2025-12-06 07:00:13 -08:00
- updated libraries to further support #14 - feat: Add environment configuration files and update dependencies for Node adapter
37 lines
902 B
JSON
37 lines
902 B
JSON
{
|
|
"name": "finance",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro",
|
|
"test": "vitest",
|
|
"test:coverage": "vitest run --coverage",
|
|
"format": "biome format --write .",
|
|
"lint": "biome lint .",
|
|
"check": "biome check --apply ."
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/cloudflare": "^12.5.1",
|
|
"@astrojs/node": "^9.2.1",
|
|
"@astrojs/react": "^4.2.5",
|
|
"@nanostores/react": "^1.0.0",
|
|
"@types/react": "^19.1.2",
|
|
"@types/react-dom": "^19.1.2",
|
|
"astro": "^5.7.5",
|
|
"nanostores": "^1.0.1",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^1.9.4",
|
|
"@types/supertest": "^6.0.3",
|
|
"@vitest/coverage-v8": "^3.1.2",
|
|
"supertest": "^7.1.0",
|
|
"vitest": "^3.1.2",
|
|
"wrangler": "^4.13.1"
|
|
}
|
|
}
|