-
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.2",
"@types/eslint": "^9.6.1",
"@types/node": "^22.10.1",
"@types/prettier": "^2.7.3",
"astro": "^5.0.0",
"eslint": "^9.16.0",
"eslint-plugin-astro": "^1.3.1",
"kleur": "^4.1.5",
"prettier": "^3.4.1",
"prettier-plugin-astro": "^0.14.1",
"typescript": "^5.7.2",
"typescript-eslint": "^8.17.0"
},
"packageManager": "[email protected]",
"dependencies": {
"@11ty/eleventy-fetch": "^5.0.1",
"@astrojs/check": "^0.9.4",
"@astrojs/db": "~0.10.7",
"@astrojs/markdoc": "0.12.0",
"@types/eslint__js": "^8.42.3",
"@types/igdb-api-node": "^5.0.3",
"@typescript-eslint/parser": "^8.17.0",
"astro-capo": "^0.0.1",
"astro-expressive-code": "^0.38.3",
"dotenv": "^16.4.6",
"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.9",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.15",
"tiny-decode": "^0.1.3",
"tsx": "^4.19.2",
"ultrahtml": "^1.5.3",
"vercel": "^39.1.2"
}
}