add nextjs with approuter example
This commit is contained in:
parent
7c9dc72df1
commit
90317d71d3
18 changed files with 623 additions and 2040 deletions
|
@ -3,6 +3,7 @@
|
|||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"workspaces": [
|
||||
"examples/*",
|
||||
"packages/*"
|
||||
],
|
||||
"scripts": {
|
||||
|
@ -11,9 +12,8 @@
|
|||
"format": "prettier --write \"**/*.{ts,tsx,md}\""
|
||||
},
|
||||
"devDependencies": {
|
||||
"prettier": "latest",
|
||||
"turbo": "latest",
|
||||
"turboversion": "^0.1.0"
|
||||
"prettier": "3.0.3",
|
||||
"turbo": "1.10.13"
|
||||
},
|
||||
"engines": {
|
||||
"npm": ">=7.0.0",
|
||||
|
@ -23,6 +23,5 @@
|
|||
"singleQuote": true,
|
||||
"tabWidth": 2,
|
||||
"printWidth": 120
|
||||
},
|
||||
"packageManager": "yarn@1.22.5"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue