-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 725 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 725 Bytes
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
{
"name": "bet-site",
"type": "module",
"version": "2.0.2",
"scripts": {
"start": "astro dev",
"dev": "astro dev --host",
"build": "astro build"
},
"dependencies": {
"@astrojs/alpinejs": "^0.4.0",
"@astrojs/mdx": "^3.1.2",
"@astrojs/react": "^4.3.1",
"@napi-rs/canvas": "^0.1.88",
"@types/alpinejs": "^3.13.10",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"alpinejs": "^3.14.0",
"astro": "^4.10.0",
"astro-spa": "^1.3.9",
"get-canvas-context": "^1.0.2",
"quill": "^2.0.2",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"turndown": "^7.2.2"
},
"devDependencies": {
"sass": "^1.77.4",
"vite-plugin-md": "^0.21.5"
}
}