-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.35 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
{
"name": "m-yousefi",
"version": "1.0.0",
"description": "Mohamad Yousefi portfolio 🏆",
"main": "index.astro",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/node": "^8.3.4",
"@astrojs/partytown": "^2.1.2",
"@astrojs/react": "^3.6.2",
"@astrojs/tailwind": "^5.1.1",
"@astrojs/ts-plugin": "^1.10.2",
"@heroicons/react": "^2.1.5",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"animejs": "^3.2.2",
"astro": "^4.15.12",
"astro-heroicons": "^2.1.1",
"astro-icon": "^1.1.0",
"clsx": "^2.1.1",
"framer-motion": "^11.3.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwind-merge": "^2.4.0",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.3"
},
"devDependencies": {
"@eslint/js": "^9.6.0",
"@iconify-json/heroicons": "^1.2.1",
"@iconify-json/hugeicons": "^1.2.1",
"@iconify-json/logos": "^1.2.3",
"@iconify-json/skill-icons": "^1.2.0",
"eslint": "^9.6.0",
"globals": "^15.8.0",
"persian-number": "^1.6.0",
"prettier": "^3.3.2",
"prettier-plugin-astro": "^0.14.0"
},
"packageManager": "[email protected]+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}