-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 852 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 852 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
35
36
{
"name": "astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^1.1.0",
"@astrojs/rss": "^3.0.0",
"@astrojs/sitemap": "^3.0.0",
"@astrojs/tailwind": "^5.0.0",
"@lucia-auth/adapter-sqlite": "^2.0.0",
"@lucia-auth/oauth": "^3.3.1",
"@tailwindcss/typography": "^0.5.10",
"astro": "^3.1.4",
"kysely": "^0.26.3",
"kysely-d1": "^0.3.0",
"lucia": "^2.7.1",
"marked": "^9.1.0",
"swagger-client": "^3.23.0",
"tailwindcss": "^3.3.3"
},
"devDependencies": {
"cypress": "^13.3.3",
"typescript": "^5.2.2",
"wrangler": "^3.13.1"
},
"optionalDependecies": {
"@esbuild/darwin-arm64": "^0.19.5"
}
}