-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 927 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 927 Bytes
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
{
"name": "astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.5",
"@astrojs/cloudflare": "^12.6.12",
"@astrojs/react": "^4.4.2",
"@astrojs/tailwind": "^6.0.2",
"@heroui/react": "2.8.5",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"astro": "^4.15.4",
"astro-particles": "^2.10.0",
"astro-seo": "^0.8.4",
"framer-motion": "^12.35.2",
"hotkeypad": "^1.0.2",
"ninja-keys": "^1.2.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.19",
"tsparticles": "2.12",
"tsparticles-engine": "^2.12.0",
"typescript": "^5.9.2"
},
"devDependencies": {
"prettier": "^3.6.2",
"prettier-plugin-astro": "^0.14.1"
}
}