mirror of
https://github.com/cssgunc/compass.git
synced 2025-04-17 17:30:17 -04:00
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "compass",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"prettier": "npx prettier --write \"**/*.{js,jsx,ts,tsx,json,css,scss,md}\""
|
|
},
|
|
"dependencies": {
|
|
"@heroicons/react": "^2.2.0",
|
|
"@supabase/ssr": "^0.5.2",
|
|
"@supabase/supabase-js": "^2.42.3",
|
|
"@tanstack/match-sorter-utils": "^8.15.1",
|
|
"@tanstack/react-table": "^8.15.0",
|
|
"bufferutil": "^4.0.8",
|
|
"next": "14.2.18",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1",
|
|
"utf-8-validate": "^6.0.3",
|
|
"ws": "^8.16.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20",
|
|
"@types/react": "18.3.12",
|
|
"@types/react-dom": "18.3.1",
|
|
"autoprefixer": "^10",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "14.2.18",
|
|
"lint-staged": "^15.2.2",
|
|
"postcss": "^8",
|
|
"tailwindcss": "^3",
|
|
"typescript": "^5"
|
|
},
|
|
"overrides": {
|
|
"@types/react": "18.3.12",
|
|
"@types/react-dom": "18.3.1"
|
|
}
|
|
}
|