-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 835 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 835 Bytes
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
30
31
32
33
34
{
"name": "capyte-investments",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"test": "jest",
"test:watch": "jest --watch",
"test:security": "node scripts/test-security-headers.js"
},
"dependencies": {
"@astrojs/vercel": "^9.0.2",
"@neondatabase/serverless": "^1.0.2",
"@tailwindcss/vite": "^4.1.17",
"argon2": "^0.44.0",
"astro": "^5.16.6",
"chart.js": "^4.5.1",
"chartjs-node-canvas": "^5.0.0",
"nodemailer": "^7.0.11",
"resend": "^6.5.2",
"tailwindcss": "^4.1.17",
"zod": "^4.1.13"
},
"devDependencies": {
"@types/jest": "^30.0.0",
"@types/nodemailer": "^7.0.4",
"dotenv": "^17.2.3",
"jest": "^30.2.0",
"ts-jest": "^29.4.5"
}
}