-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
56 lines (56 loc) · 1.64 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": "neohome",
"type": "module",
"version": "0.0.1",
"workspaces": [
"neohome-rs"
],
"scripts": {
"dev": "make -C neohome-rs TARGET=build:debug && astro dev",
"build": "make -C neohome-rs && astro check && astro build"
},
"devDependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/mdx": "^3.1.5",
"@astrojs/react": "^3.6.0",
"@astrojs/tailwind": "^5.1.0",
"@eslint/js": "^9.6.0",
"@fontsource/geist-sans": "^5.0.3",
"@maxmmyron/rehype-section-headings": "^1.3.0",
"@mdx-js/language-server": "^0.4.10",
"@napi-rs/cli": "^2.17.0",
"@resvg/resvg-js": "^2.6.2",
"@tabler/icons": "^3.10.0",
"@tabler/icons-react": "^3.10.0",
"@types/eslint__js": "^8.42.3",
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/sanitize-html": "^2.11.0",
"@types/three": "^0.170.0",
"@typescript-eslint/parser": "^7.16.0",
"astro": "^4.10.1",
"eslint": "^8.57.0",
"eslint-plugin-astro": "^1.2.3",
"eslint-plugin-jsx-a11y": "^6.9.0",
"hast-util-from-html": "^2.0.1",
"less": "^4.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rehype": "^13.0.1",
"remark": "^15.0.1",
"remark-github-blockquote-alert": "^1.2.1",
"remark-lesetid": "^1.2.0",
"remark-mark-highlight": "^0.1.1",
"sanitize-html": "^2.13.0",
"satori": "^0.10.14",
"three": "^0.171.0",
"typescript": "^5.4.5",
"typescript-eslint": "^7.16.0",
"unified": "^11.0.5",
"unist-builder": "^4.0.0",
"unist-util-visit": "^5.0.0",
"vite-plugin-arraybuffer": "^0.0.8",
"vite-plugin-glsl": "^1.3.1"
}
}