generated from onwidget/astrowind
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 1 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
{
"name": "nearshare-web",
"description": "Source of nearshare.shortdev.de",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier -w .",
"lint:eslint": "eslint . --ext .js,.ts,.astro"
},
"devDependencies": {
"@astrojs/partytown": "^1.2.2",
"@astrojs/rss": "^2.4.3",
"@astrojs/sitemap": "^1.3.1",
"@astrojs/tailwind": "^5.0.2",
"@astrolib/seo": "^0.6.0",
"@fontsource/inter": "^4.5.15",
"@tailwindcss/typography": "^0.5.9",
"astro": "^3.4.0",
"astro-compress": "^2.2.0",
"astro-icon": "^1.0.1",
"limax": "2.1.0",
"mdast-util-to-string": "^3.2.0",
"reading-time": "^1.5.0",
"sharp": "^0.32.1",
"svgo": "2.8.0",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.4"
},
"engines": {
"node": ">=16.12.0"
},
"dependencies": {
"@iconify-json/fluent": "^1.1.45",
"@iconify-json/tabler": "^1.1.102"
}
}