-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.52 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
{
"name": "nextjs-sentinel",
"description": "FIXME",
"type": "module",
"version": "0.0.1",
"private": false,
"scripts": {
"astro": "astro",
"build": "astro build",
"dev": "astro dev",
"format": "prettier --write '**/*.{astro,js,jsx,ts,tsx,json,md}'",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.astro",
"lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx,.astro --fix",
"migrate": "tsx src/scripts/migrate.ts",
"preview": "astro preview",
"start": "astro dev",
"test": "pnpm run typecheck && pnpm run lint && pnpm run build",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@astrojs/netlify": "^5.5.3",
"@astrojs/tailwind": "^5.1.1",
"@libsql/client": "^0.3.5",
"@octokit/rest": "^21.0.2",
"astro": "^4.15.12",
"daisyui": "^3.9.2",
"date-fns": "^2.30.0",
"openai": "^4.0.0"
},
"devDependencies": {
"@netlify/functions": "^2.8.2",
"@types/node": "^22.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-astro": "^0.34.0",
"eslint-plugin-prettier": "^5.0.0",
"prettier": "^3.0.0",
"prettier-plugin-astro": "^0.11.0",
"tailwindcss": "^3.3.3",
"tsx": "^3.12.7",
"typescript": "^5.0.0"
},
"engines": {
"node": ">=22.9.0"
},
"packageManager": "[email protected]+sha512.88c9c3864450350e65a33587ab801acf946d7c814ed1134da4a924f6df5a2120fd36b46aab68f7cd1d413149112d53c7db3a4136624cfd00ff1846a0c6cef48a"
}