36 lines
897 B
JSON
36 lines
897 B
JSON
{
|
|
"name": "@magic-civ/guide-engine",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "./src/index.ts",
|
|
"scripts": {
|
|
"test": "vitest run",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@lilith/ui-feedback": "^1.4.0",
|
|
"@lilith/ui-layout": "^1.3.0",
|
|
"@lilith/ui-primitives": "^1.2.16",
|
|
"@lilith/ui-style-effects": "^1.1.0",
|
|
"@lilith/ui-typography": "^1.1.7",
|
|
"@magic-civ/engine-ts": "workspace:*",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"styled-components": "^6.0.0",
|
|
"three": "^0.183.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.5.0",
|
|
"@types/react": "^19.0.0",
|
|
"@types/three": "^0.183.1",
|
|
"@vitejs/plugin-react": "^4.0.0",
|
|
"typescript": "^5.7.0",
|
|
"vite": "^6.0.0",
|
|
"vitest": "^4.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^19.0.0",
|
|
"react-router-dom": "^7.0.0"
|
|
}
|
|
}
|