-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 883 Bytes
/
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
{
"dependencies": {
"@astrojs/netlify": "^3.0.1",
"@astrojs/tailwind": "^5.0.0",
"@midudev/tailwind-animations": "^0.0.7",
"dotenv": "^16.3.1",
"tailwindcss": "^3.3.3"
},
"name": "castadev.me",
"description": "This project showcases my personal portfolio, a window into my journey in the world of development. Here you'll find a collection of projects that reflect my passion and skills in the technology field. Explore, discover, and connect! ✨",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev": "astro dev",
"build": "astro build"
},
"keywords": [
"astro"
],
"author": "@victorcasta",
"license": "MIT",
"devDependencies": {
"postcss-import": "^15.1.0",
"postcss-nesting": "^12.0.1",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.4",
"tailwindcss-debug-screens": "^2.2.1"
}
}