-
Notifications
You must be signed in to change notification settings - Fork 625
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.29 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.29 KB
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
{
"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.6",
"@astrojs/mdx": "^4.3.13",
"@astrojs/react": "^4.4.2",
"@astrojs/sitemap": "^3.7.0",
"@astrojs/starlight": "^0.37.6",
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/state": "^6.4.1",
"@types/jsdom": "^21.1.6",
"@types/node": "^24.3.0",
"@types/react": "^18.x",
"@types/react-dom": "^18.x",
"astro": "^5.17.3",
"canvas": "^3.2.0",
"codemirror": "^6.0.1",
"fabric": "^7.0.0-rc1",
"jsdom": "^26.1.0",
"prettier": "^3.4.2",
"react": "19.2",
"react-dom": "19.2",
"starlight-typedoc": "^0.21.4",
"thememirror": "^2.0.1",
"typedoc-plugin-no-inherit": "^1.6.1",
"typescript": "^5.4.2"
},
"engines": {
"node": "^20.3.0 || ^22.16.0 || ^24.8.0"
},
"packageManager": "npm@10.8.1+sha512.0e9d42e92bd2318408ed81eaff2da5f78baf23ee7d12a6eed44a6e2901d0f29d7ab715d1b918ade601f72e769a824d9a5c322383f22bbbda5dd396e79de2a077",
"devDependencies": {
"typedoc": "^0.28.11",
"typedoc-plugin-markdown": "^4.7.0"
}
}