mirror of
https://github.com/cssgunc/compass.git
synced 2025-04-10 06:10:17 -04:00
29 lines
575 B
JSON
29 lines
575 B
JSON
{
|
|
"name": "compass",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@heroicons/react": "^2.1.1",
|
|
"next": "^13.5.6",
|
|
"react": "^18",
|
|
"react-dom": "^18"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"autoprefixer": "^10",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "13.5.6",
|
|
"postcss": "^8",
|
|
"tailwindcss": "^3",
|
|
"typescript": "^5"
|
|
}
|
|
}
|