Files
Sankofa/package.json

100 lines
3.1 KiB
JSON
Raw Normal View History

{
"name": "phoenix-sankofa-cloud",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"type-check": "tsc --noEmit",
"format": "prettier --write \"**/*.{ts,tsx,md,json}\"",
"format:check": "prettier --check \"**/*.{ts,tsx,md,json}\"",
"test": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest --coverage",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"test:all": "npm run test:coverage && npm run test:e2e",
"prepare": "husky install"
},
"dependencies": {
"@apollo/client": "^3.9.0",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@hookform/resolvers": "^3.3.4",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.0.7",
"@react-three/drei": "^9.105.0",
"@react-three/fiber": "^8.16.0",
"@tanstack/react-query": "^5.28.0",
"@tanstack/react-table": "^8.14.0",
"@tanstack/react-virtual": "^3.0.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"echarts": "^5.5.0",
"echarts-for-react": "^3.0.2",
"framer-motion": "^11.0.0",
"graphql": "^16.8.1",
"graphql-tag": "^2.12.6",
"graphql-ws": "^5.16.2",
"html2canvas": "^1.4.1",
"jspdf": "^2.5.1",
"lucide-react": "^0.378.0",
"mapbox-gl": "^3.0.0",
"next": "^14.2.0",
"postprocessing": "^6.36.0",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"react-hook-form": "^7.49.3",
"react-map-gl": "^7.1.0",
"reactflow": "^11.11.0",
"tailwind-merge": "^2.3.0",
"three": "^0.162.0",
"xlsx": "^0.18.5",
"zod": "^3.22.4",
"zustand": "^4.5.0"
},
"devDependencies": {
"@sentry/nextjs": "^7.91.0",
"@tanstack/react-query-devtools": "^5.28.0",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"@types/node": "^20.12.0",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@types/three": "^0.162.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.2.0",
"@vitest/ui": "^1.2.0",
"autoprefixer": "^10.4.0",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"husky": "^8.0.3",
"jsdom": "^23.0.1",
"lint-staged": "^15.2.0",
"postcss": "^8.4.0",
"prettier": "^3.2.0",
"prettier-plugin-tailwindcss": "^0.5.0",
"@playwright/test": "^1.40.0",
"tailwindcss": "^3.4.0",
"typescript": "^5.4.0",
"vitest": "^1.2.0"
}
}