-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
44 lines (44 loc) · 1.25 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
42
43
44
{
"name": "modtoberfest-2024",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev --host",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"migrate": "prisma migrate dev",
"deploy-db": "prisma migrate deploy",
"start-dev-db": "docker-compose -f docker-compose-dev.yml up -d"
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/solid-js": "^4.4.2",
"@astrojs/tailwind": "^5.1.1",
"@digichanges/solid-components": "^0.7.0",
"@digichanges/solid-multiselect": "^0.0.10",
"@iconify-json/arcticons": "^1.2.1",
"@iconify-json/mdi": "^1.2.0",
"@iconify-json/octicon": "^1.2.0",
"@iconify-json/pajamas": "^1.2.2",
"@lucia-auth/adapter-prisma": "^4.0.1",
"@tailwindcss/typography": "^0.5.15",
"arctic": "^1.9.2",
"astro": "^4.15.11",
"astro-icon": "^1.1.1",
"astro-seo": "^0.8.4",
"lucia": "^3.2.0",
"octokit": "^4.0.2",
"solid-js": "^1.9.1",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2",
"yaml": "^2.5.1"
},
"devDependencies": {
"@astrojs/node": "^8.3.4",
"@octokit/webhooks-types": "^7.5.1",
"@prisma/client": "^5.20.0",
"prisma": "^5.20.0"
}
}