-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.26 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.26 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": "hackthehill",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write ."
},
"dependencies": {
"@astrojs/partytown": "^2.1.2",
"@astrojs/react": "^3.6.2",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.1",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@nanostores/persistent": "^0.10.1",
"@nanostores/react": "^0.7.2",
"@portabletext/react": "^3.1.0",
"@portabletext/types": "^2.0.13",
"@sanity/astro": "^3.2.10",
"@sanity/client": "^6.19.1",
"@sanity/types": "^3.45.0",
"@sanity/visual-editing": "^2.1.3",
"aos": "^2.3.4",
"astro": "^5.16.5",
"astro-portabletext": "^0.10.0",
"date-fns": "^3.6.0",
"nanostores": "^0.10.3",
"node": "^21.7.1",
"react": "^18.3.1",
"react-device-detect": "^2.2.3",
"react-dom": "^18.3.1",
"react-scroll": "^1.8.9",
"sanity": "^4.21.1",
"tailwindcss": "^3.4.1"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"prettier": "^2.8.4"
}
}