-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 861 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
30
31
32
33
{
"name": "Our Common Ground",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"debug": "astro dev --debug",
"start": "astro dev",
"build": "astro build",
"build:debug": "astro build --debug",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/alpinejs": "^0.3.0",
"@astrojs/tailwind": "^3.1.2",
"@dogstudio/highway": "^2.2.1",
"@studio-freight/lenis": "^1.0.19",
"@swup/astro": "^1.3.0",
"@swup/scroll-plugin": "^3.3.0",
"@types/alpinejs": "^3.7.2",
"alpinejs": "^3.13.0",
"astro": "^2.4.5",
"astro-particles": "^2.10.0",
"astro-tooltips": "^0.6.2",
"curtainsjs": "^8.1.5",
"gsap": "^3.12.2",
"lightbox2": "^2.11.4",
"locomotive-scroll": "^4.1.4",
"tailwindcss": "^3.3.2",
"tsparticles": "^2.12.0"
}
}