Skip to content

Commit

Permalink
chore: fix dependencies and workspace problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Shurtu-gal committed Aug 3, 2023
1 parent 8a12b9c commit a987cbc
Show file tree
Hide file tree
Showing 3 changed files with 727 additions and 352 deletions.
16 changes: 15 additions & 1 deletion apps/studio-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,23 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/node": "20.4.6",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.14",
"eslint": "8.46.0",
"eslint-config-next": "13.4.12",
"next": "13.4.12",
"postcss": "8.4.27",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.3.3",
"typescript": "5.1.6"
}
}
Loading

0 comments on commit a987cbc

Please sign in to comment.