-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.09 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
{
"name": "formula-nano",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro sync && astro dev",
"start": "astro dev",
"build": "astro sync && astro check && astro build",
"preview": "wrangler pages dev ./dist",
"astro": "astro"
},
"dependencies": {
"astro": "5.0.0",
"gsap": "^3.12.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"framer-motion": "^11.11.8"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/cloudflare": "^12.1.0",
"@astrojs/react": "^4.1.2",
"@astrojs/tailwind": "^5.1.4",
"@headlessui/react": "^2.1.10",
"@iconify-json/ph": "^1.2.1",
"@phosphor-icons/react": "^2.1.7",
"@radix-ui/react-accordion": "^1.2.1",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"astro-icon": "^1.1.1",
"phosphor-icons": "^1.4.2",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.3",
"@tailwindcss/forms": "^0.5.9",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss-animate": "^1.0.7"
}
}