You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nitropage/package.json

51 lines
1.3 KiB
JSON

{
"name": "nitropage-monorepo",
"version": "0.0.1",
"type": "module",
"description": "",
"private": true,
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"reformat": "prettier --write .",
"change": "changeset",
"build": "pnpm run -r --filter !starter build",
"release": "pnpm build && changeset publish",
"bump": "changeset version",
"push": "git push --follow-tags && git push --follow-tags lufrai"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@clack/prompts": "^0.7.0",
"@hapi/iron": "^7.0.1",
"@kobalte/core": "^0.12.2",
"@lufrai/quill": "2.0.0-dev.11",
"@node-rs/xxhash": "1.6.0",
"@paralleldrive/cuid2": "^2.2.2",
"bcrypt": "^5.1.1",
"chokidar": "^3.6.0",
"clsx": "^2.1.0",
"fela": "^12.2.1",
"file-type": "^19.0.0",
"globby": "^14.0.1",
"isobject": "^4.0.0",
"nitropage": "workspace:*",
"picocolors": "^1.0.0",
"prettier": "^3.2.5",
"sade": "^1.8.1",
"sharp": "^0.33.2",
"solid-js": "^1.8.15",
"tsup": "^8.0.2",
"typescript": "^5.3.3",
"zod": "^3.22.4"
},
"keywords": [],
"authors": [
"Katja Lutz <opensource@katjalutz.ch>"
],
"license": "Unlicense",
"prisma": {
"schema": "packages/starter/prisma/schema.prisma"
}
}