Loading package-lock.json +6278 −7743 File changed.Preview size limit exceeded, changes collapsed. Show changes package.json +23 −3 Original line number Diff line number Diff line Loading @@ -25,14 +25,34 @@ "license": "ISC", "devDependencies": { "@tsconfig/recommended": "^1.0.8", "@tsconfig/vite-react": "^3.4.0", "@types/react": "^19.0.2", "@types/react-dom": "^19.0.2", "@typescript-eslint/eslint-plugin": "^8.19.0", "@typescript-eslint/parser": "^8.19.0", "@vitejs/plugin-react": "^4.3.4", "autoprefixer": "^10.4.20", "dotenv": "^16.4.7", "eslint": "^8.57.1", "eslint-config-react-app": "^7.0.1", "eslint-plugin-react-hooks": "^5.1.0", "nodemon": "^3.1.9", "prettier": "^3.4.2", "tailwindcss": "^3.4.17", "ts-node": "^10.9.1", "tsx": "^4.10.5", "typescript": "^5.7.2" "tsx": "^4.19.2", "typescript": "^5.7.2", "vite": "^6.0.6", "vite-plugin-simple-html": "^0.2.0" }, "dependencies": { "@quixo3/prisma-session-store": "^3.1.13" "@fortawesome/fontawesome-svg-core": "^6.7.2", "@fortawesome/free-brands-svg-icons": "^6.7.2", "@fortawesome/react-fontawesome": "^0.2.2", "@quixo3/prisma-session-store": "^3.1.13", "next-themes": "^0.4.4", "react": "^18.3.1", "react-dom": "^18.3.1", "react-toastify": "^11.0.2" } } packages/admin/package.json +5 −21 Original line number Diff line number Diff line Loading @@ -10,34 +10,18 @@ "preview": "vite preview" }, "dependencies": { "@fortawesome/fontawesome-svg-core": "^6.5.1", "@fortawesome/free-solid-svg-icons": "^6.7.2", "@fortawesome/react-fontawesome": "^0.2.0", "@nextui-org/react": "^2.2.9", "framer-motion": "^11.0.5", "localforage": "^1.10.0", "match-sorter": "^6.3.4", "next-themes": "^0.2.1", "react": "^18.2.0", "react-apexcharts": "^1.4.1", "react-dom": "^18.2.0", "react-router-dom": "^6.22.1", "react-toastify": "^10.0.5", "sort-by": "^1.2.0" "react-apexcharts": "^1.7.0", "react-router-dom": "^6.28.1", "sort-by": "^0.0.2" }, "devDependencies": { "@types/react": "^18.2.56", "@types/react-dom": "^18.2.19", "@typescript-eslint/eslint-plugin": "^7.0.2", "@typescript-eslint/parser": "^7.0.2", "@vitejs/plugin-react": "^4.2.1", "autoprefixer": "^10.4.17", "eslint": "^8.56.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.5", "eslint-plugin-react-refresh": "^0.4.16", "postcss": "^8.4.35", "tailwindcss": "^3.4.1", "typescript": "^5.7.2", "vite": "^5.1.4" "typescript": "^5.7.2" } } packages/admin/src/components/ChartTest.tsx +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ const options: Props["options"] = { chart: { type: "area", animations: { easing: "linear", // easing: "linear", speed: 300, }, sparkline: { Loading packages/client/package.json +3 −22 Original line number Diff line number Diff line Loading @@ -20,43 +20,24 @@ "@bugsnag/browser-performance": "^2.7.0", "@bugsnag/js": "^7.25.0", "@bugsnag/plugin-react": "^7.25.0", "@fortawesome/fontawesome-svg-core": "^6.5.1", "@fortawesome/free-brands-svg-icons": "^6.5.2", "@fortawesome/free-solid-svg-icons": "^6.7.2", "@fortawesome/react-fontawesome": "^0.2.0", "@icons-pack/react-simple-icons": "^9.6.0", "@icons-pack/react-simple-icons": "^9.7.0", "@nextui-org/react": "^2.2.9", "@sc07-canvas/lib": "^1.0.0", "@theme-toggles/react": "^4.1.0", "@typescript-eslint/parser": "^7.1.0", "eventemitter3": "^5.0.1", "framer-motion": "^11.3.2", "lodash.throttle": "^4.1.1", "next-themes": "^0.3.0", "prop-types": "^15.8.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-toastify": "^10.0.5", "react-zoom-pan-pinch": "^3.4.1", "socket.io-client": "^4.7.4" "socket.io-client": "^4.8.1" }, "devDependencies": { "@tsconfig/vite-react": "^3.0.0", "@types/grecaptcha": "^3.0.9", "@types/lodash.throttle": "^4.1.9", "@types/react": "^18.2.48", "@types/react-dom": "^18.2.18", "@types/socket.io-client": "^3.0.0", "@vitejs/plugin-react": "^4.2.1", "autoprefixer": "^10.4.17", "eslint": "^8.56.0", "eslint-config-react-app": "^7.0.1", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "postcss": "^8.4.35", "sass": "^1.70.0", "tailwindcss": "^3.4.1", "vite": "^5.1.1", "vite-plugin-simple-html": "^0.1.2" "sass": "^1.83.0" } } Loading
package-lock.json +6278 −7743 File changed.Preview size limit exceeded, changes collapsed. Show changes
package.json +23 −3 Original line number Diff line number Diff line Loading @@ -25,14 +25,34 @@ "license": "ISC", "devDependencies": { "@tsconfig/recommended": "^1.0.8", "@tsconfig/vite-react": "^3.4.0", "@types/react": "^19.0.2", "@types/react-dom": "^19.0.2", "@typescript-eslint/eslint-plugin": "^8.19.0", "@typescript-eslint/parser": "^8.19.0", "@vitejs/plugin-react": "^4.3.4", "autoprefixer": "^10.4.20", "dotenv": "^16.4.7", "eslint": "^8.57.1", "eslint-config-react-app": "^7.0.1", "eslint-plugin-react-hooks": "^5.1.0", "nodemon": "^3.1.9", "prettier": "^3.4.2", "tailwindcss": "^3.4.17", "ts-node": "^10.9.1", "tsx": "^4.10.5", "typescript": "^5.7.2" "tsx": "^4.19.2", "typescript": "^5.7.2", "vite": "^6.0.6", "vite-plugin-simple-html": "^0.2.0" }, "dependencies": { "@quixo3/prisma-session-store": "^3.1.13" "@fortawesome/fontawesome-svg-core": "^6.7.2", "@fortawesome/free-brands-svg-icons": "^6.7.2", "@fortawesome/react-fontawesome": "^0.2.2", "@quixo3/prisma-session-store": "^3.1.13", "next-themes": "^0.4.4", "react": "^18.3.1", "react-dom": "^18.3.1", "react-toastify": "^11.0.2" } }
packages/admin/package.json +5 −21 Original line number Diff line number Diff line Loading @@ -10,34 +10,18 @@ "preview": "vite preview" }, "dependencies": { "@fortawesome/fontawesome-svg-core": "^6.5.1", "@fortawesome/free-solid-svg-icons": "^6.7.2", "@fortawesome/react-fontawesome": "^0.2.0", "@nextui-org/react": "^2.2.9", "framer-motion": "^11.0.5", "localforage": "^1.10.0", "match-sorter": "^6.3.4", "next-themes": "^0.2.1", "react": "^18.2.0", "react-apexcharts": "^1.4.1", "react-dom": "^18.2.0", "react-router-dom": "^6.22.1", "react-toastify": "^10.0.5", "sort-by": "^1.2.0" "react-apexcharts": "^1.7.0", "react-router-dom": "^6.28.1", "sort-by": "^0.0.2" }, "devDependencies": { "@types/react": "^18.2.56", "@types/react-dom": "^18.2.19", "@typescript-eslint/eslint-plugin": "^7.0.2", "@typescript-eslint/parser": "^7.0.2", "@vitejs/plugin-react": "^4.2.1", "autoprefixer": "^10.4.17", "eslint": "^8.56.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.5", "eslint-plugin-react-refresh": "^0.4.16", "postcss": "^8.4.35", "tailwindcss": "^3.4.1", "typescript": "^5.7.2", "vite": "^5.1.4" "typescript": "^5.7.2" } }
packages/admin/src/components/ChartTest.tsx +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ const options: Props["options"] = { chart: { type: "area", animations: { easing: "linear", // easing: "linear", speed: 300, }, sparkline: { Loading
packages/client/package.json +3 −22 Original line number Diff line number Diff line Loading @@ -20,43 +20,24 @@ "@bugsnag/browser-performance": "^2.7.0", "@bugsnag/js": "^7.25.0", "@bugsnag/plugin-react": "^7.25.0", "@fortawesome/fontawesome-svg-core": "^6.5.1", "@fortawesome/free-brands-svg-icons": "^6.5.2", "@fortawesome/free-solid-svg-icons": "^6.7.2", "@fortawesome/react-fontawesome": "^0.2.0", "@icons-pack/react-simple-icons": "^9.6.0", "@icons-pack/react-simple-icons": "^9.7.0", "@nextui-org/react": "^2.2.9", "@sc07-canvas/lib": "^1.0.0", "@theme-toggles/react": "^4.1.0", "@typescript-eslint/parser": "^7.1.0", "eventemitter3": "^5.0.1", "framer-motion": "^11.3.2", "lodash.throttle": "^4.1.1", "next-themes": "^0.3.0", "prop-types": "^15.8.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-toastify": "^10.0.5", "react-zoom-pan-pinch": "^3.4.1", "socket.io-client": "^4.7.4" "socket.io-client": "^4.8.1" }, "devDependencies": { "@tsconfig/vite-react": "^3.0.0", "@types/grecaptcha": "^3.0.9", "@types/lodash.throttle": "^4.1.9", "@types/react": "^18.2.48", "@types/react-dom": "^18.2.18", "@types/socket.io-client": "^3.0.0", "@vitejs/plugin-react": "^4.2.1", "autoprefixer": "^10.4.17", "eslint": "^8.56.0", "eslint-config-react-app": "^7.0.1", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "postcss": "^8.4.35", "sass": "^1.70.0", "tailwindcss": "^3.4.1", "vite": "^5.1.1", "vite-plugin-simple-html": "^0.1.2" "sass": "^1.83.0" } }