-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.26 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.26 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
50
51
52
{
"name": "portfolio-neider",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^4.4.2",
"@astrojs/sitemap": "^3.7.0",
"@astrojs/tailwind": "^6.0.2",
"@astrojs/vercel": "^9.0.4",
"@formspree/react": "^2.5.1",
"@midudev/tailwind-animations": "^0.0.7",
"@supabase/supabase-js": "^2.79.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"astro": "^5.16.11",
"atropos": "^2.0.2",
"axios": "^1.7.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.34.2",
"gh-pages": "^6.1.1",
"path-to-regexp": "^6.2.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-fast-marquee": "^1.6.5",
"react-toastify": "^10.0.5",
"sharp": "^0.33.4",
"sweetalert2": "^11.26.3",
"tailwindcss": "^3.4.4",
"typed.js": "^2.1.0",
"vercel": "^34.2.6"
},
"devDependencies": {
"@eslint/js": "9.4.0",
"eslint": "8.57.0",
"standard": "^17.1.0",
"tsconfck": "3.1.0"
},
"peerDependencies": {
"@types/node": "^18.0.0",
"typescript": "^5.0.0"
},
"engines": {
"node": "20.x"
}
}