-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.34 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.34 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
48
49
{
"name": "aahil-portfolio",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.3.7",
"@astrojs/partytown": "^2.1.4",
"@astrojs/react": "^4.4.0",
"@astrojs/sitemap": "^3.6.0",
"@astrojs/tailwind": "^6.0.2",
"@astrojs/vercel": "^8.2.10",
"@fontsource-variable/cabin": "^5.2.6",
"@fontsource-variable/sora": "^5.2.6",
"@fontsource/schoolbell": "^5.2.6",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/mdi-light": "^1.2.2",
"@nanostores/react": "^0.7.3",
"@splidejs/splide": "^4.1.4",
"@types/canvas-confetti": "^1.9.0",
"@types/react": "^18.3.23",
"@types/react-dom": "^18.3.7",
"astro": "^5.14.6",
"astro-icon": "^1.1.5",
"astro-splide": "^2.0.0",
"autoprefixer": "^10.4.21",
"framer-motion": "^12.23.12",
"friendly-challenge": "^0.9.19",
"nanostores": "^0.11.4",
"postcss": "^8.5.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.30.1",
"react-scroll": "^1.9.3",
"tailwindcss": "^3.4.17",
"taos": "^1.0.5",
"typescript": "^5.9.2"
},
"devDependencies": {
"@iconify/tailwind": "^1.2.0"
}
}