-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 808 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 808 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
30
{
"name": "portfolio",
"type": "module",
"version": "2.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.5.10",
"@astrojs/vue": "^4.3.0",
"@fortawesome/fontawesome-free": "^6.5.2",
"@tailwindcss/typography": "^0.5.13",
"astro": "^4.9.2",
"marked": "^12.0.2",
"postcss": "^8.4.38",
"preact": "^10.22.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"vue": "^3.4.27"
},
"devDependencies": {
"@astrojs/preact": "^3.3.0",
"@astrojs/tailwind": "^5.1.0",
"autoprefixer": "^10.5.2"
}
}