-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.08 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": "lonelyteapot",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.2.1",
"@astrojs/partytown": "^2.0.1",
"@astrojs/tailwind": "^5.0.2",
"@fontsource/montserrat": "^5.0.14",
"@fontsource/work-sans": "^5.0.14",
"@rollup/plugin-yaml": "^4.1.2",
"astro": "^3.3.2",
"astro-icon": "^1.0.0-next.2",
"astro-seo": "^0.8.0",
"sharp": "^0.32.6",
"svgo": "^3.0.2",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2"
},
"devDependencies": {
"@iconify-json/bxl": "^1.1.7",
"@iconify-json/devicon": "^1.1.15",
"@iconify-json/ic": "^1.1.14",
"@iconify-json/logos": "^1.1.37",
"@iconify-json/material-symbols": "^1.1.60",
"@iconify-json/mdi": "^1.1.54",
"@iconify-json/skill-icons": "^1.1.3",
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.0",
"prettier-plugin-tailwindcss": "^0.5.6",
"sass": "^1.69.4"
}
}