-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 990 Bytes
/
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
{
"name": "frcteam3636.com",
"type": "module",
"version": "0.0.1",
"license": "ISC",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build && jampack ./dist",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@divriots/jampack": "^0.33.0",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@sentry/astro": "^8.48.0",
"astro": "^5.1.5",
"astro-seo": "^0.8.4",
"lqip-modern": "^2.2.1",
"modern-normalize": "^3.0.1",
"preact": "^10.25.4",
"sass": "^1.83.1",
"sharp": "^0.33.5",
"vite-plugin-pwa": "^0.21.1"
},
"packageManager": "[email protected]+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228"
}