Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
forbidals
/
student_panel
:
package.json
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
{ "name": "eschool-sass-web", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev --turbopack", "build": "next build --turbopack", "start": "NODE_ENV=production NODE_PORT=8004 node server.js", "lint": "eslint", "prepare": "husky" }, "dependencies": { "@radix-ui/react-accordion": "^1.2.12", "@radix-ui/react-dialog": "^1.1.15", "@radix-ui/react-dropdown-menu": "^2.1.16", "@radix-ui/react-label": "^2.1.8", "@radix-ui/react-select": "^2.2.6", "@radix-ui/react-slot": "^1.2.4", "@radix-ui/react-tabs": "^1.1.13", "@reduxjs/toolkit": "^2.11.2", "@tanstack/react-query": "^5.90.16", "@tanstack/react-query-devtools": "^5.91.2", "axios": "^1.13.2", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "date-fns": "^4.1.0", "embla-carousel-autoplay": "^8.6.0", "embla-carousel-react": "^8.6.0", "firebase": "^12.7.0", "jspdf": "^4.1.0", "lucide-react": "^0.544.0", "next": "^15.5.9", "next-themes": "^0.4.6", "nprogress": "^0.2.0", "react": "^19.2.3", "react-circular-progressbar": "^2.2.0", "react-day-picker": "^9.13.0", "react-dom": "^19.2.3", "react-icons": "^5.5.0", "react-redux": "^9.2.0", "react-timer-hook": "^4.0.5", "recharts": "^3.6.0", "sonner": "^2.0.7", "tailwind-merge": "^3.4.0" }, "devDependencies": { "@eslint/eslintrc": "^3.3.0", "@tailwindcss/postcss": "^4.1.18", "@types/node": "^20.19.27", "@types/nprogress": "^0.2.3", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", "ajv": "^8.18.0", "eslint": "^9.21.0", "eslint-config-next": "^15.1.7", "husky": "^9.1.7", "tailwindcss": "^4.1.18", "tw-animate-css": "^1.4.0", "typescript": "^5.9.3" } }