-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 879 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 879 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
31
32
33
34
{
"name": "jsheroes-website",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"sync": "astro sync",
"prettier": "prettier --write ."
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"astro": "^4.2.6",
"prettier": "^3.2.4",
"prettier-plugin-astro": "^0.13.0"
},
"dependencies": {
"@astro-community/astro-embed-youtube": "^0.4.4",
"@astrojs/mdx": "^2.1.0",
"@astrojs/tailwind": "^5.1.0",
"@fontsource/sora": "^5.2.8",
"@iconify-json/mdi": "^1.2.2",
"@vercel/analytics": "^1.6.1",
"astro-icon": "^1.1.5",
"astro-tooltips": "^0.6.2",
"chart.js": "^4.4.1",
"prettier-plugin-tailwindcss": "^0.5.11",
"sharp": "^0.34.3",
"tailwindcss": "^3.4.1"
}
}