mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
38 lines
1019 B
JSON
38 lines
1019 B
JSON
{
|
|
"name": "god-mode",
|
|
"description": "Admin UI for Plane",
|
|
"version": "0.26.0",
|
|
"license": "AGPL-3.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "react-router build",
|
|
"dev": "react-router dev",
|
|
"start": "react-router-serve ./build/server/index.js",
|
|
"typecheck": "react-router typegen && tsc",
|
|
"lint": "eslint . --ext .ts,.tsx",
|
|
"lint:errors": "eslint . --ext .ts,.tsx --quiet"
|
|
},
|
|
"dependencies": {
|
|
"@react-router/node": "^7.5.3",
|
|
"@react-router/serve": "^7.5.3",
|
|
"isbot": "^5.1.27",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-router": "^7.5.3"
|
|
},
|
|
"devDependencies": {
|
|
"@plane/eslint-config": "*",
|
|
"@plane/tailwind-config": "*",
|
|
"@plane/typescript-config": "*",
|
|
"@react-router/dev": "^7.5.3",
|
|
"@tailwindcss/vite": "^4.1.4",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19.1.2",
|
|
"@types/react-dom": "^19.1.2",
|
|
"typescript": "5.3.3",
|
|
"vite": "^6.3.3",
|
|
"vite-tsconfig-paths": "^5.1.4"
|
|
}
|
|
}
|