-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.38 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
{
"name": "@kripod/fxhu",
"private": true,
"type": "module",
"scripts": {
"fetch:mnb": "tsx ./src/content/quoteRecords/_scrape.ts",
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"clean": "git clean --interactive -dx --exclude .env.local --exclude \".env.*.local\" --exclude node_modules/",
"lint": "pnpm run \"/^lint:(?!fix)/\"",
"lint:astro": "astro check",
"lint:format": "prettier --check .",
"lint:fix": "pnpm run \"/^lint:fix:/\"",
"lint:fix:format": "prettier --write ."
},
"dependencies": {
"@ariakit/react": "0.4.13",
"@astrojs/react": "3.6.2",
"@astrojs/starlight": "0.29.0",
"@astrojs/starlight-tailwind": "2.0.3",
"@astrojs/tailwind": "5.1.2",
"@leeoniya/ufuzzy": "1.0.14",
"astro": "4.16.10",
"clsx": "2.1.1",
"css-homogenizer": "4.1.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"sharp": "0.33.5",
"starlight-openapi": "0.8.1",
"tailwindcss": "3.4.14"
},
"devDependencies": {
"@astrojs/check": "0.9.4",
"@types/node": "22.9.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"prettier": "3.3.3",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "0.6.8",
"tsx": "4.19.2",
"typescript": "5.6.3",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz"
},
"packageManager": "pnpm@9.12.3"
}