47 lines
1.5 KiB
JSON
47 lines
1.5 KiB
JSON
{
|
|
"name": "shulkerscript-docs",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "pnpm build-wasm && astro dev",
|
|
"start": "pnpm build-wasm && astro dev",
|
|
"build-wasm": "wasm-pack build --release --no-pack ./src/wasm/webcompiler -- --features wee_alloc",
|
|
"build": "pnpm build-wasm && astro check && astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.9.4",
|
|
"@astrojs/react": "^4.3.0",
|
|
"@astrojs/starlight": "^0.35.2",
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/styled": "^11.14.1",
|
|
"@lorenzo_lewis/starlight-utils": "^0.3.2",
|
|
"@monaco-editor/react": "^4.7.0",
|
|
"@mui/icons-material": "^7.3.0",
|
|
"@mui/material": "^7.3.0",
|
|
"@shikijs/monaco": "^3.9.2",
|
|
"@types/mdast": "^4.0.4",
|
|
"@types/react": "^19.1.9",
|
|
"@types/react-dom": "^19.1.7",
|
|
"@types/unist": "^3.0.3",
|
|
"astro": "^5.12.8",
|
|
"react": "^19.1.1",
|
|
"react-dom": "^19.1.1",
|
|
"react-icons": "^5.5.0",
|
|
"sharp": "^0.34.3",
|
|
"shiki": "^3.9.2",
|
|
"starlight-links-validator": "^0.17.0",
|
|
"tm-themes": "^1.10.7",
|
|
"typescript": "^5.9.2",
|
|
"unified": "^11.0.5",
|
|
"unist-util-visit": "^5.0.0",
|
|
"use-immer": "^0.11.0",
|
|
"vite-plugin-wasm": "^3.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"sass": "^1.90.0"
|
|
},
|
|
"packageManager": "pnpm@9.7.0"
|
|
}
|