-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
74 lines (74 loc) · 2.09 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "nordlys",
"type": "module",
"version": "2.0.1",
"description": "A minimal Astro blog theme",
"author": "FjellOverflow",
"license": "GPL-3.0-only",
"homepage": "https://github.com/FjellOverflow/nordlys",
"repository": {
"type": "git",
"url": "https://github.com/FjellOverflow/nordlys.git"
},
"bugs": {
"url": "https://github.com/FjellOverflow/nordlys/issues"
},
"keywords": [
"astro",
"blog",
"template",
"theme",
"tailwindcss"
],
"scripts": {
"dev": "astro dev",
"lint": "eslint . && stylelint src",
"check": "pnpm lint && astro check",
"build": "astro build",
"preview": "pnpm build && astro preview",
"release": "pnpm check && commit-and-tag-version --sign",
"postbuild": "pagefind --site dist"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.0.3",
"@astrojs/rss": "^4.0.10",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.4",
"@fontsource/ibm-plex-sans": "^5.1.0",
"@iconify-json/tabler": "^1.2.13",
"@iconify/tailwind": "^1.2.0",
"@resvg/resvg-js": "^2.6.2",
"@tailwindcss/typography": "^0.5.15",
"astro": "^5.1.1",
"mdast-util-to-string": "^4.0.0",
"medium-zoom": "^1.1.0",
"pagefind": "^1.3.0",
"reading-time": "^1.5.0",
"satori": "^0.11.3",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.17"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@typescript-eslint/parser": "^8.18.1",
"commit-and-tag-version": "^12.5.0",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.14.0",
"postcss-html": "^1.7.0",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"stylelint": "^16.12.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-recommended": "^14.0.1",
"type-fest": "^4.30.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.1"
},
"packageManager": "[email protected]"
}