2024-04-03 00:09:47 +02:00
|
|
|
{
|
2024-06-12 18:12:54 +02:00
|
|
|
"name": "shulkerscript-docs",
|
2024-04-03 00:09:47 +02:00
|
|
|
"type": "module",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"scripts": {
|
2024-06-24 12:06:42 +02:00
|
|
|
"dev": "pnpm build-wasm && astro dev",
|
|
|
|
"start": "pnpm build-wasm && astro dev",
|
|
|
|
"build-wasm": "cargo build --manifest-path ./src/wasm/webcompiler/Cargo.toml --release --target wasm32-unknown-unknown --target-dir ./target_rust && wasm-bindgen --target web --out-dir ./src/wasm/webcompiler/pkg/ --out-name webcompiler ./target_rust/wasm32-unknown-unknown/release/webcompiler.wasm",
|
|
|
|
"build": "pnpm build-wasm && astro check && astro build",
|
2024-04-03 00:09:47 +02:00
|
|
|
"preview": "astro preview",
|
|
|
|
"astro": "astro"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@astrojs/check": "^0.5.10",
|
2024-06-20 15:43:14 +02:00
|
|
|
"@astrojs/react": "^3.6.0",
|
2024-06-12 18:12:54 +02:00
|
|
|
"@astrojs/starlight": "^0.24.2",
|
2024-06-20 15:43:14 +02:00
|
|
|
"@emotion/react": "^11.11.4",
|
|
|
|
"@emotion/styled": "^11.11.5",
|
2024-06-22 14:36:30 +02:00
|
|
|
"@lorenzo_lewis/starlight-utils": "^0.1.1",
|
2024-06-20 15:43:14 +02:00
|
|
|
"@monaco-editor/react": "^4.6.0",
|
|
|
|
"@mui/icons-material": "^5.15.20",
|
|
|
|
"@mui/material": "^5.15.20",
|
2024-06-20 20:11:00 +02:00
|
|
|
"@shikijs/monaco": "^1.7.0",
|
2024-06-20 15:43:14 +02:00
|
|
|
"@types/react": "^18.3.3",
|
|
|
|
"@types/react-dom": "^18.3.0",
|
2024-06-12 18:12:54 +02:00
|
|
|
"astro": "^4.10.2",
|
2024-06-20 15:43:14 +02:00
|
|
|
"react": "^18.3.1",
|
|
|
|
"react-dom": "^18.3.1",
|
2024-06-20 20:40:59 +02:00
|
|
|
"react-icons": "^5.2.1",
|
2024-06-12 18:12:54 +02:00
|
|
|
"sharp": "^0.32.6",
|
2024-06-20 20:11:00 +02:00
|
|
|
"shiki": "^1.7.0",
|
2024-04-03 00:09:47 +02:00
|
|
|
"starlight-links-validator": "^0.7.1",
|
2024-06-20 20:11:00 +02:00
|
|
|
"tm-themes": "^1.4.3",
|
2024-06-21 08:07:38 +02:00
|
|
|
"typescript": "^5.4.5",
|
|
|
|
"use-immer": "^0.10.0"
|
2024-06-20 15:43:14 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"sass": "^1.77.6"
|
2024-04-03 00:09:47 +02:00
|
|
|
}
|
|
|
|
}
|