mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
35 lines
900 B
JSON
35 lines
900 B
JSON
{
|
|
"name": "glitchy-editor-ui",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"build:debug": "tsc -b && vite --config vite.config.debug.ts build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"dockview-react": "^1.17.2",
|
|
"eslint-plugin-react": "^7.37.2",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"use-immer": "^0.10.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.11.1",
|
|
"@types/react": "^18.3.10",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@vitejs/plugin-react": "^4.3.2",
|
|
"eslint": "^9.11.1",
|
|
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
|
|
"eslint-plugin-react-refresh": "^0.4.12",
|
|
"globals": "^15.9.0",
|
|
"typescript": "^5.5.3",
|
|
"typescript-eslint": "^8.7.0",
|
|
"vite": "^5.4.8",
|
|
"vite-plugin-eslint": "^1.8.1"
|
|
}
|
|
}
|