Skip to content
package.json 685 B
Newer Older
Grant's avatar
Grant committed
{
  "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",
Grant's avatar
Grant committed
    "@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": "^7.1.1"
Grant's avatar
Grant committed
  },
  "devDependencies": {
    "eslint-plugin-react-refresh": "^0.4.16",
Grant's avatar
Grant committed
    "postcss": "^8.4.35",
    "typescript": "^5.7.2"