Skip to content

Commit

Permalink
feat: init
Browse files Browse the repository at this point in the history
  • Loading branch information
niyg-mw committed Dec 7, 2023
0 parents commit cec5a52
Show file tree
Hide file tree
Showing 3 changed files with 761 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.DS_Store
node_modules
.turbo
*.log
dist
dist-ssr
*.local
.env
.cache
server/dist
public/dist
18 changes: 18 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "pnpm-monorepo-mui",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"eslint": "^8.55.0",
"prettier": "^3.1.0",
"turbo": "^1.11.0"
},
"packageManager": "pnpm@8.9.0"
}
Loading

0 comments on commit cec5a52

Please sign in to comment.