-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.46 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.46 KB
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
{
"name": "website",
"type": "module",
"version": "0.2.4",
"private": "true",
"author": "Code for Humans",
"scripts": {
"dev": "astro dev --host",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"version": "changeset version",
"release": "changeset publish",
"check": "eslint . --max-warnings 0",
"tag": "changeset tag",
"i18n:extract": "extract-messages"
},
"dependencies": {
"@astrojs/mdx": "^5.0.3",
"@astrojs/sitemap": "^3.7.2",
"@fontsource-variable/montserrat": "^5.2.8",
"@fontsource-variable/nunito": "^5.2.7",
"@nanostores/i18n": "^1.2.2",
"astro": "^6.1.5",
"astro-loader-i18n": "^0.11.1",
"astro-nanostores-i18n": "^0.5.1",
"limax": "^4.2.3",
"nanostores": "^1.2.0",
"sharp": "^0.34.5"
},
"devDependencies": {
"@changesets/cli": "^2.30.0",
"@eslint/js": "^10.0.1",
"@iconify/json": "^2.2.461",
"@openscript/unplugin-favicons": "^1.1.8",
"@typescript-eslint/parser": "8.59.1",
"astro-eslint-parser": "^1.4.0",
"eslint": "10.2.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-astro": "1.7.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.5.5",
"favicons": "^7.2.0",
"globals": "^17.5.0",
"jiti": "^2.6.1",
"prettier": "3.8.3",
"prettier-plugin-astro": "0.14.1",
"typescript-eslint": "^8.58.1",
"unplugin-icons": "^23.0.1"
},
"packageManager": "pnpm@10.33.2"
}