* Move typescript version definition to pnpm-workspace. * Bump typescript to 5.9. * Minor fixes to satisfy the compiler. --------- Co-authored-by: Raúl Barroso <code@raulb.dev>
20 lines
507 B
JSON
20 lines
507 B
JSON
{
|
|
"name": "icons",
|
|
"main": "./src/icons/index.ts",
|
|
"scripts": {
|
|
"preinstall": "npx only-allow pnpm",
|
|
"build:icons": "build-icons --templateSrc=./scripts/exportTemplate.mjs --renderUniqueKey --iconFileExtension=.ts --exportFileName=index.ts",
|
|
"clean": "rimraf node_modules"
|
|
},
|
|
"dependencies": {
|
|
"typescript": "catalog:",
|
|
"@supabase/build-icons": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "catalog:"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "catalog:"
|
|
}
|
|
}
|