-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
56 lines (56 loc) · 1.58 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
{
"name": "erika.florist",
"type": "module",
"version": "0.1.0",
"private": true,
"scripts": {
"astro": "astro",
"dev": "ASTRO_DATABASE_FILE=api/cataloguedb.db astro dev",
"dev:vercel": "vercel dev --listen 4321",
"build": "bash ./scripts/unshallowVercel.sh && ASTRO_DATABASE_FILE=api/cataloguedb.db astro build",
"preview": "astro preview",
"check": "astro check",
"lint": "eslint .",
"format": "prettier -w --cache . && prettier -w --cache **/*.astro",
"update-data": "tsx ./scripts/update-catalogue-info.ts --silent"
},
"devDependencies": {
"@astrojs/tailwind": "5.1.1",
"@types/eslint": "^9.6.1",
"@types/node": "^22.5.5",
"@types/prettier": "^2.7.3",
"astro": "5.0.0-beta.1",
"eslint": "^9.10.0",
"eslint-plugin-astro": "^1.2.4",
"kleur": "^4.1.5",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"typescript": "^5.6.2",
"typescript-eslint": "^8.6.0"
},
"packageManager": "[email protected]",
"dependencies": {
"@11ty/eleventy-fetch": "^4.0.1",
"@astrojs/check": "^0.9.3",
"@astrojs/db": "~0.10.7",
"@astrojs/markdoc": "0.11.4",
"@types/eslint__js": "^8.42.3",
"@types/igdb-api-node": "^5.0.3",
"@typescript-eslint/parser": "^8.6.0",
"astro-capo": "^0.0.1",
"astro-expressive-code": "^0.36.1",
"dotenv": "^16.4.5",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.3",
"icojs": "^0.19.4",
"igdb-api-node": "^5.0.2",
"linkedom": "^0.18.5",
"prettier-plugin-tailwindcss": "^0.6.6",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.12",
"tiny-decode": "^0.1.3",
"tsx": "^4.19.1",
"ultrahtml": "^1.5.3",
"vercel": "^37.4.2"
}
}