-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1008 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
34
35
{
"name": "sayings",
"type": "module",
"version": "1.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/tailwind": "^5.1.3",
"@fontsource-variable/dm-sans": "^5.1.0",
"@fontsource/limelight": "^5.1.0",
"@storyblok/astro": "^5.1.0",
"@swup/a11y-plugin": "^5.0.0",
"@swup/head-plugin": "^2.3.1",
"@swup/preload-plugin": "^3.2.11",
"@swup/progress-plugin": "^3.2.0",
"@swup/scroll-plugin": "^3.3.2",
"astro": "^5.0.9",
"astro-seo": "^0.8.4",
"gsap": "^3.12.5",
"nanostores": "^0.11.3",
"swup": "^4.8.1",
"tailwindcss": "^3.4.17",
"vite": "^6.0.3"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"node-html-parser": "^6.1.13"
}
}