forked from project-mirage/vector-ai
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
52 lines (52 loc) · 1.47 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "astro-landing-page",
"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 **/*.astro .",
"clean": "rimraf dist .astro node_modules"
},
"devDependencies": {
"@astrojs/tailwind": "^6.0.0",
"@iconify-json/fa-brands": "^1.1.8",
"@iconify-json/mdi": "^1.1.64",
"@types/micromodal": "^0.3.5",
"astro": "^5.3.0",
"astro-icon": "^1.0.2",
"prettier": "^3.1.1",
"prettier-plugin-astro": "^0.12.3",
"prettier-plugin-tailwindcss": "^0.5.11",
"rimraf": "^5.0.5",
"tailwindcss-fluid-type": "^2.0.3"
},
"dependencies": {
"@astrojs/react": "^4.2.0",
"@fontsource-variable/inter": "^5.0.16",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-slot": "^1.0.2",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"@uidotdev/usehooks": "^2.4.1",
"astro-compress": "^2.2.11",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"framer-motion": "^11.0.6",
"lucide-react": "^0.340.0",
"micromodal": "^0.4.10",
"mini-svg-data-uri": "^1.4.4",
"react": "^18.2.0",
"react-compare-slider": "^3.0.1",
"react-dom": "^18.2.0",
"sharp": "^0.33.1",
"tailwind-merge": "^2.2.1",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"tiny-invariant": "^1.3.1"
}
}