-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 829 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 829 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
{
"name": "nn1dev-website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.8",
"@astrojs/cloudflare": "^13.1.7",
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.2",
"@sentry/astro": "^10.47.0",
"@sentry/cloudflare": "^10.47.0",
"astro": "^6.1.4",
"canvas-confetti": "^1.9.4",
"sanitize-html": "^2.17.2",
"sharp": "^0.34.5",
"typescript": "^6.0.2",
"uqr": "^0.1.3"
},
"devDependencies": {
"@types/canvas-confetti": "^1.9.0",
"@types/sanitize-html": "^2.16.1",
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1",
"wrangler": "^4.80.0"
}
}