-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 799 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 799 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
{
"name": "website-processing",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^9.4.3",
"@astrojs/react": "^4.3.0",
"@fontsource/dm-sans": "^5.2.8",
"@fontsource/orbitron": "^5.2.8",
"@fontsource/plus-jakarta-sans": "^5.2.8",
"@tailwindcss/vite": "^4.1.11",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"astro": "^5.12.3",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-icons": "^5.5.0",
"react-multi-carousel": "^2.8.5",
"react-type-animation": "^3.2.0",
"tailwindcss": "^4.1.11",
"tailwindcss-intersect": "^2.2.0",
"tailwindcss-motion": "^1.1.1"
}
}