added community version

This commit is contained in:
2025-10-24 23:52:57 +02:00
parent 05fa87c638
commit 5e7c5aabfb
12 changed files with 17913 additions and 2328 deletions

View File

@@ -12,28 +12,47 @@
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.126",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.1",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react-router-dom": "^5.3.3",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-router-dom": "^7.9.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.8.0",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4"
},
"scripts": {
"dev": "vite",
"build": "tsc --noEmit && vite build",
"build:community": "vite build",
"build:commercial": "git submodule update --init --recursive && ENABLE_PRO=true vite build",
"preview": "vite preview"
"start": "react-scripts start",
"start:pro": "set REACT_APP_ENABLE_PRO=true&& react-scripts start",
"build": "react-scripts build",
"build:community": "react-scripts build",
"build:commercial": "set REACT_APP_ENABLE_PRO=true && react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"type-check": "tsc --noEmit",
"dev": "react-scripts start",
"dev:pro": "set REACT_APP_ENABLE_PRO=true && react-scripts start"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/node": "^20.0.0",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.3.3",
"vite": "^5.0.8"
"http-proxy-middleware": "^3.0.5",
"react-scripts": "^5.0.1"
}
}
}