-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.33 KB
/
package.json
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
{
"name": "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": "^5.5.2",
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.0",
"@mui/lab": "6.0.0-beta.22",
"@mui/material": "6.3.1",
"@types/node": "^22.10.5",
"@types/react-dom": "19.0.2",
"@vitejs/plugin-react": "4.3.4",
"@zip.js/zip.js": "2.7.54",
"history": "5.3.0",
"i18next-browser-languagedetector": "8.0.2",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-i18next": "15.4.0",
"react-router": "7.1.1",
"react-router-dom": "7.1.1",
"typescript": "^5.7.2",
"vite": "6.0.7",
"vite-plugin-commonjs": "0.10.4"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.29.1",
"@rollup/rollup-linux-x64-musl": "4.29.1"
}
}