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": "getchoos-website",
"type": "module",
"version": "0.0.1",
"private": true,
"repository": "https://github.com/getchoo/website.git",
"author": "getchoo",
"license": "MIT",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint",
"format": "prettier --write ."
},
"devDependencies": {
"@astrojs/check": "^0.5.3",
"@astrojs/mdx": "^2.1.1",
"@astrojs/sitemap": "^3.0.5",
"@astrojs/tailwind": "^5.1.0",
"@catppuccin/tailwindcss": "^0.1.6",
"@fontsource-variable/noto-sans": "^5.0.1",
"@fontsource/noto-sans-mono": "^5.0.18",
"@types/node": "^20.11.17",
"@typescript-eslint/parser": "^7.0.1",
"astro": "^4.3.6",
"eslint": "^8.56.0",
"eslint-plugin-mdx": "^3.1.5",
"execa": "^8.0.1",
"fsevents": "^2.3.3",
"prettier": "^3.2.5",
"prettier-eslint": "^16.3.0",
"sharp": "^0.33.2",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
},
"packageManager": "[email protected]+sha256.245fe901f8e7fa8782d7f17d32b6a83995e2ae03984cb5b62b8949bfdc27c7b5"
}
|