27 lines
667 B
JSON
27 lines
667 B
JSON
{
|
|
"name": "bimr-web",
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"test": "playwright test"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.58.2",
|
|
"vite": "^5.0.0",
|
|
"vite-plugin-top-level-await": "^1.4.0",
|
|
"vite-plugin-wasm": "^3.3.0"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/lang-json": "^6.0.2",
|
|
"@codemirror/lang-python": "^6.2.1",
|
|
"@codemirror/language": "^6.12.2",
|
|
"@codemirror/state": "^6.6.0",
|
|
"@codemirror/theme-one-dark": "^6.1.3",
|
|
"@codemirror/view": "^6.40.0",
|
|
"codemirror": "^6.0.2",
|
|
"three": "^0.183.2"
|
|
}
|
|
}
|