-
Notifications
You must be signed in to change notification settings - Fork 108
/
package.json
43 lines (43 loc) · 1.24 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
{
"name": "fabric-astro-7",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check --tsconfig ./tsconfig.json && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.0.3",
"@astrojs/react": "^4.1.2",
"@astrojs/starlight": "^0.30.3",
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/state": "^6.4.1",
"@types/jsdom": "^21.1.6",
"@types/react": "^18.2.65",
"@types/react-dom": "^18.2.22",
"astro": "^5.1.1",
"codemirror": "^6.0.1",
"fabric": "^6.5.3",
"prettier": "^3.4.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-load-script": "^0.0.6",
"thememirror": "^2.0.1",
"typedoc": "^0.27.6",
"typedoc-plugin-markdown": "^4.4.0",
"typedoc-plugin-no-inherit": "^1.5.0",
"typescript": "^5.4.2"
},
"engines": {
"node": "^18.17.1 || ^20.3.0"
},
"packageManager": "[email protected]+sha512.0e9d42e92bd2318408ed81eaff2da5f78baf23ee7d12a6eed44a6e2901d0f29d7ab715d1b918ade601f72e769a824d9a5c322383f22bbbda5dd396e79de2a077",
"devDependencies": {
"starlight-typedoc": "^0.18.0"
}
}