-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 752 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 752 Bytes
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
{
"name": "portfolio",
"version": "1.0.0",
"description": "Personal portfolio",
"author": "pabramber01",
"license": "SEE LICENSE IN LICENSE",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write ."
},
"dependencies": {
"@tailwindcss/vite": "^4.1.17",
"astro": "^5.16.0",
"tailwindcss": "^4.1.14",
"tsparticles": "^2.12.0",
"tsparticles-engine": "^2.12.0",
"typewriter-effect": "^2.22.0"
},
"devDependencies": {
"prettier": "^3.6.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-classnames": "^0.7.9",
"prettier-plugin-merge": "^0.7.4",
"prettier-plugin-tailwindcss": "^0.7.1"
}
}