Skip to content

Commit

Permalink
make next as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Aug 14, 2023
1 parent 0616d55 commit 8df4adb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/third-parties/package.json
Expand Up @@ -11,22 +11,21 @@
],
"license": "MIT",
"scripts": {
"release": "rm -rf dist && tsc -d -p tsconfig.json",
"build": "pnpm release",
"build": "rm -rf dist && tsc -d -p tsconfig.json",
"prepublishOnly": "cd ../../ && turbo run build",
"update-third-parties": "rm -rf src/**/index.tsx && node scripts/update-third-parties",
"dev": "tsc -d -w -p tsconfig.json",
"typescript": "tsec --noEmit -p tsconfig.json"
},
"dependencies": {
"next": "^13.0.0",
"third-party-capital": "1.0.17"
},
"devDependencies": {
"outdent": "0.8.0",
"prettier": "2.5.1"
},
"peerDependencies": {
"next": "^13.0.0",
"react": "^18.2.0"
}
}

0 comments on commit 8df4adb

Please sign in to comment.