-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.42 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "jorgepeniaranda",
"version": "2.0.0",
"private": true,
"description": "Jorge Peñaranda's Portfolio",
"author": "Jorge Peñaranda",
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/JorgePeniaranda/Portfolio/issues"
},
"homepage": "https://github.com/JorgePeniaranda/Portfolio#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/JorgePeniaranda/Portfolio.git"
},
"keywords": [
"astro",
"typescript",
"react",
"tailwind",
"css"
],
"engines": {
"node": ">=18"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier . --write",
"format:check": "prettier . --check",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@astrojs/react": "3.6.0",
"@astrojs/sitemap": "3.1.6",
"@astrojs/tailwind": "5.1.0",
"@playform/compress": "0.0.13",
"@radix-ui/react-accordion": "1.2.0",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-dropdown-menu": "2.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "1.1.2",
"astro": "4.11.5",
"astro-icon": "1.1.0",
"astro-robots-txt": "1.0.0",
"astro-seo": "0.8.4",
"axios": "1.7.2",
"class-variance-authority": "0.7.0",
"clsx": "2.1.1",
"framer-motion": "11.2.13",
"lucide-react": "0.403.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwind-merge": "2.4.0",
"tailwindcss": "3.4.4",
"tailwindcss-animate": "1.0.7"
},
"devDependencies": {
"@eslint/compat": "1.1.0",
"@types/axios": "0.14.0",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@typescript-eslint/parser": "7.12.0",
"@vercel/style-guide": "6.0.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-astro": "1.2.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.34.2",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-tailwindcss": "3.17.4",
"postcss-import": "16.1.0",
"postcss-nesting": "12.1.5",
"prettier": "3.3.2",
"prettier-plugin-astro": "0.14.0",
"prettier-plugin-tailwindcss": "0.6.5",
"typescript": "5.5.3",
"typescript-eslint": "7.16.0"
}
}