-
Notifications
You must be signed in to change notification settings - Fork 124
/
package.json
34 lines (34 loc) · 860 Bytes
/
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
{
"name": "tailcast",
"type": "module",
"version": "1.0.2",
"license": "MIT",
"description": "Dark themed website template built on AstroJS, designed for fictional startup",
"author": {
"name": "Mateusz Wyrębek (matt765)",
"email": "[email protected]",
"url": "https://matt765-portfolio.vercel.app/"
},
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/tailwind": "^5.1.0",
"@fontsource/inter": "^5.0.18",
"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"
}
}