{ "name": "@sc07-canvas/admin", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview" }, "dependencies": { "@fortawesome/free-solid-svg-icons": "^6.7.2", "@nextui-org/react": "^2.2.9", "framer-motion": "^11.0.5", "localforage": "^1.10.0", "match-sorter": "^8.0.0", "react-apexcharts": "^1.7.0", "react-router-dom": "^6.28.1", "sort-by": "^0.0.2" }, "devDependencies": { "eslint-plugin-react-refresh": "^0.4.16", "postcss": "^8.4.35", "typescript": "^5.7.2" } }