-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
112 lines (112 loc) · 3.46 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"name": "alg-tus-ricora-com",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --ignore-path .gitignore --write . --cache",
"format:check": "prettier --ignore-path .gitignore --check . --cache",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"textlint": "textlint ./src/content/",
"textlint:fix": "textlint --fix ./src/content/",
"test": "bun test"
},
"dependencies": {
"@ark-ui/solid": "^2.0.0",
"@astrojs/mdx": "3.1.9",
"@astrojs/sitemap": "^3.0.5",
"@astrojs/solid-js": "4.4.4",
"@astrojs/tailwind": "5.1.5",
"@nanostores/solid": "^0.5.0",
"@solid-primitives/keyboard": "^1.2.6",
"@tailwindcss/typography": "^0.5.10",
"@xterm/addon-fit": "^0.10.0",
"@xterm/xterm": "^5.4.0",
"astro": "4.16.18",
"bowser": "^2.11.0",
"budoux": "^0.6.1",
"cowsay": "^1.6.0",
"nanostores": "^0.11.0",
"satori": "^0.12.0",
"sharp": "^0.33.1",
"solid-js": "^1.8.7",
"string-argv": "^0.3.2",
"tailwindcss": "^3.4.0"
},
"devDependencies": {
"@astrojs/check": "0.9.4",
"@eslint/eslintrc": "^3.0.0",
"@eslint/js": "^9.0.0",
"@iconify/iconify": "^3.1.1",
"@park-ui/tailwind-plugin": "^0.20.0",
"@radix-ui/colors": "^3.0.0",
"@types/bun": "^1.0.0",
"@types/dompurify": "^3.0.5",
"@types/eslint": "^8.56.0",
"@types/eslint-config-prettier": "^6.11.3",
"@types/eslint__eslintrc": "^2.1.1",
"@types/eslint__js": "^8.42.3",
"@types/hast": "3.0.4",
"@types/jsdom": "^21.1.6",
"@types/lint-staged": "^13.3.0",
"@types/mdast": "4.0.4",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"astro-eslint-parser": "^1.0.0",
"cssnano": "^7.0.0",
"danger": "^12.0.0",
"dedent": "^1.5.1",
"esbuild": "^0.24.0",
"eslint": "^9.0.0",
"eslint-config-flat-gitignore": "^0.3.0",
"eslint-config-prettier": "^9.1.0",
"eslint-define-config": "^2.0.0",
"eslint-plugin-astro": "^1.0.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-tailwindcss": "^3.14.3",
"globals": "^15.0.0",
"hast-util-from-html": "^2.0.1",
"hast-util-select": "^6.0.2",
"hast-util-to-html": "^9.0.0",
"isomorphic-dompurify": "^2.3.0",
"jsdom": "^25.0.0",
"katex": "^0.16.9",
"lefthook": "^1.6.16",
"mdast-util-to-hast": "13.2.0",
"pagefind": "^1.0.4",
"postcss-load-config": "^5.0.2",
"prettier": "^3.1.1",
"prettier-plugin-astro": "^0.14.0",
"prettier-plugin-tailwindcss": "^0.6.0",
"punycode": "^2.3.1",
"rehype-custom-code": "^0.5.0",
"rehype-katex": "7.0.1",
"rehype-stringify": "^10.0.0",
"remark-math": "^6.0.0",
"remark-meta-string": "^0.2.0",
"remark-parse": "11.0.0",
"remark-rehype": "11.1.1",
"remark-stringify": "11.0.0",
"shikiji": "^0.10.0",
"sirv": "^3.0.0",
"tailwind-merge": "^2.2.0",
"tailwind-variants": "^0.3.0",
"tailwindcss-animate": "^1.0.7",
"textlint": "^14.0.3",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-plugin-mdx": "^1.0.1",
"textlint-rule-preset-ja-technical-writing": "^10.0.1",
"typescript": "^5.3.3",
"unfurl.js": "^6.3.2",
"unified": "11.0.5",
"unist-util-inspect": "^8.0.0",
"unist-util-visit": "^5.0.0",
"vite": "^5.0.10",
"vite-tsconfig-paths": "^5.0.0"
}
}