-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 898 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
36
37
38
{
"name": "dokto",
"type": "module",
"version": "1.3.0",
"private": true,
"author": {
"name": "cssninjaStudio <[email protected]> (https://cssninja.io)"
},
"engines": {
"node": ">=18",
"pnpm": ">=8"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@alpinejs/collapse": "3.13.0",
"@alpinejs/intersect": "3.13.0",
"@alpinejs/persist": "3.13.0",
"@astrojs/tailwind": "5.0.0",
"@iconify/iconify": "3.1.1",
"@iconify/json": "2.2.116",
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/typography": "0.5.10",
"alpinejs": "3.13.0",
"astro": "3.1.0",
"swiper": "10.2.0",
"tailwindcss": "3.3.3"
},
"devDependencies": {
"@fontsource-variable/inter": "^5.0.8",
"autoprefixer": "10.4.15"
}
}