-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.01 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "web-hacking-progra",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro preview --port $PORT",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/node": "^8.3.4",
"@astrojs/react": "^3.6.2",
"@astrojs/tailwind": "^5.1.0",
"@auth/core": "^0.32.0",
"@fontsource/tomorrow": "^5.0.21",
"@lucia-auth/adapter-postgresql": "^3.1.2",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"astro": "4.15",
"bcryptjs": "^2.4.3",
"csv-parser": "^3.0.0",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"dotenv": "^16.4.5",
"knex": "^3.1.0",
"lucia": "^3.2.0",
"objection": "^3.1.5",
"pg": "^8.13.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sass": "^1.77.8",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4"
},
"devDependencies": {
"@types/pg": "^8.11.8"
}
}