Skip to content

Commit

Permalink
update site to renoun
Browse files Browse the repository at this point in the history
  • Loading branch information
souporserious committed Dec 6, 2024
1 parent 90cd2ff commit 3775408
Show file tree
Hide file tree
Showing 15 changed files with 4,574 additions and 10,894 deletions.
10,838 changes: 0 additions & 10,838 deletions package-lock.json

This file was deleted.

18 changes: 11 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,21 +70,25 @@
"sideEffects": false,
"scripts": {
"build": "tsc",
"dev": "npm run build -- --watch",
"build:site": "npm run build --workspaces",
"dev": "pnpm build -- --watch",
"build:site": "pnpm -F example build",
"test": "vitest",
"prepare": "npm run test -- run && npm run build"
"prepare": "pnpm test -- run && pnpm run build"
},
"peerDependencies": {
"react": ">=19.0.0"
},
"devDependencies": {
"@types/mdx": "^2.0.13",
"@types/node": "^20",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"prettier": "^3.4.2",
"typescript": "^5.7.2",
"vitest": "^2.1.8"
},
"workspaces": [
".",
"site"
]
"engines": {
"node": ">=20.0.0"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 3775408

Please sign in to comment.