-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.25 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.25 KB
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
45
46
47
48
49
{
"name": "dsns.dev",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"overrides": {
"@octokit/openapi-types": "github:dsnsgithub/openapi-types.ts#main"
},
"dependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/mdx": "^4.3.13",
"@astrojs/react": "^4.4.2",
"@astrojs/tailwind": "^6.0.2",
"@astrojs/vercel": "^9.0.4",
"@fontsource-variable/dm-sans": "^5.0.6",
"@formkit/auto-animate": "^0.8.2",
"@iconify-json/fa6-brands": "^1.2.5",
"@iconify-json/mdi": "^1.2.2",
"@octokit/rest": "^22.0.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/whois-json": "^2.0.4",
"astro": "^5.16.11",
"astro-icon": "^1.1.5",
"bluesky-comments": "^0.9.0",
"jspdf": "^4.1.0",
"jszip": "^3.10.1",
"react": "^18.3.1",
"react-confetti": "^6.1.0",
"react-dom": "^18.3.1",
"react-tooltip": "^5.28.0",
"sharp": "^0.33.4",
"tailwindcss": "^3.4.7",
"typescript": "^5.5.4",
"use-lanyard": "^1.7.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.6",
"tailwind-scrollbar": "^3.1.0"
}
}