-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 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
{
"name": "portfolio-web-dandev",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "astro dev --host",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@astrojs/mdx": "^4.0.2",
"@astrojs/react": "^4.1.1",
"@astrojs/tailwind": "^5.1.3",
"@astrojs/vercel": "^8.0.1",
"@astrojs/vue": "^5.0.2",
"@emailjs/browser": "^3.9.1",
"@midudev/tailwind-animations": "^0.0.7",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8",
"astro": "^5.0.9",
"astro-seo": "^0.8.2",
"geist": "^1.2.2",
"microtip": "^0.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tw-elements": "^1.0.0-alpha12"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.8",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"tailwindcss": "^3.4.10"
}
}