-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 785 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 785 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
{
"name": "webx",
"type": "module",
"version": "1.0.2",
"license": "MIT",
"description": "Web X website built with Astro and Tailwind CSS",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/tailwind": "^5.1.0",
"@fontsource-variable/urbanist": "^5.0.21",
"@fontsource/bungee-hairline": "^5.0.21",
"@fontsource/inter": "^5.0.18",
"@fontsource/manjari": "^5.0.21",
"astro": "^4.9.2",
"framer-motion": "^11.2.10",
"npm": "^10.8.1",
"npm-check-updates": "^16.14.20",
"tailwindcss": "^3.4.3"
},
"devDependencies": {
"@astrojs/react": "^3.4.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
}