-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.13 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.13 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
{
"name": "dev-portfolio",
"type": "module",
"version": "3.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "4.3.13",
"@astrojs/react": "4.4.2",
"@astrojs/svelte": "7.2.5",
"@radix-ui/react-tabs": "^1.1.13",
"@tailwindcss/vite": "^4.1.8",
"@types/react": "^19.1.9",
"@types/react-dom": "^19.1.7",
"astro": "5.16.8",
"caniuse-lite": "^1.0.30001698",
"clsx": "^2.1.1",
"hamburger-react": "^2.5.2",
"moment": "^2.30.1",
"moment-timezone": "^0.6.0",
"motion": "^12.23.12",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"svelte": "^5.33.16",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.8",
"typescript": "^5.8.3"
},
"devDependencies": {
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-svelte": "^3.4.0",
"prettier-plugin-tailwindcss": "^0.6.12"
}
}