mirror of
https://github.com/fallout2-ce/fallout2-ce-ems.git
synced 2026-07-27 16:47:27 -07:00
41 lines
1.3 KiB
JSON
41 lines
1.3 KiB
JSON
{
|
|
"name": "fallout-ems-runner",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "vite --mode development --force --port 8086",
|
|
"build": "tsc && vite build --mode production --emptyOutDir",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"codegen:fallout2ce-module-type": "npx -p typescript tsc src/assets/fallout2ce/fallout2-ce.js --lib esnext,dom --module commonjs --esModuleInterop --declaration --allowJs --emitDeclarationOnly --outDir src/assets/fallout2ce/"
|
|
},
|
|
"author": "roman@turch.in",
|
|
"license": "ISC",
|
|
"type": "module",
|
|
"description": "",
|
|
"devDependencies": {
|
|
"@ant-design/colors": "7.2.0",
|
|
"@ant-design/icons": "6.0.0",
|
|
"@emotion/react": "11.14.0",
|
|
"@emotion/styled": "11.14.0",
|
|
"@mui/lab": "7.0.0-beta.12",
|
|
"@mui/material": "7.1.0",
|
|
"@types/node": "22.15.8",
|
|
"@types/react-dom": "19.1.3",
|
|
"@vitejs/plugin-react": "1.3.2",
|
|
"@zip.js/zip.js": "2.7.60",
|
|
"history": "5.3.0",
|
|
"i18next-browser-languagedetector": "8.1.0",
|
|
"react": "19.1.0",
|
|
"react-dom": "19.1.0",
|
|
"react-i18next": "15.5.1",
|
|
"react-router": "7.5.3",
|
|
"react-router-dom": "7.5.3",
|
|
"typescript": "5.8.3",
|
|
"vite": "6.3.5",
|
|
"vite-plugin-commonjs": "0.10.4"
|
|
},
|
|
"optionalDependencies": {
|
|
"@rollup/rollup-linux-x64-gnu": "4.40.1",
|
|
"@rollup/rollup-linux-x64-musl": "4.40.1"
|
|
}
|
|
}
|