-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.31 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.31 KB
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
41
42
43
44
45
46
47
{
"name": "nitish-portfolio",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"dev:host": "astro dev --host",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"pnpm": {
"onlyBuiltDependencies": [
"@tailwindcss/oxide",
"esbuild",
"sharp"
]
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/react": "^4.3.0",
"@fontsource-variable/dm-sans": "^5.1.0",
"@fontsource/poppins": "^5.1.0",
"@lucide/astro": "^0.525.0",
"@nanostores/react": "^0.8.0",
"@tailwindcss/vite": "^4.1.11",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"astro": "^5.12.2",
"clsx": "^2.1.1",
"lucide-react": "^0.453.0",
"nanostores": "^0.11.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.11",
"typescript": "^5.6.3"
},
"devDependencies": {
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"sharp": "^0.33.5",
"tailwindcss-motion": "^1.0.0"
}
}