base con autenticacion, registro, modulo encuestas
This commit is contained in:
49
package.json
Normal file
49
package.json
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"name": "fondemi",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"add:api": "pnpm add --filter=api",
|
||||
"add:web": "pnpm add --filter=web",
|
||||
"build": "turbo build",
|
||||
"changeset": "changeset",
|
||||
"clear:modules": "npx npkill",
|
||||
"commit": "cz",
|
||||
"dev": "turbo dev",
|
||||
"dev:api": "pnpm dev --filter=api",
|
||||
"dev:web": "pnpm dev --filter=web",
|
||||
"format": "prettier . --write",
|
||||
"format:check": "prettier . --check",
|
||||
"lint": "turbo lint",
|
||||
"prepare": "husky",
|
||||
"start": "turbo start",
|
||||
"test": "turbo test"
|
||||
},
|
||||
"config": {
|
||||
"commitizen": {
|
||||
"path": "cz-conventional-changelog"
|
||||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
"@changesets/cli": "^2.27.10",
|
||||
"@commitlint/config-conventional": "^19.6.0",
|
||||
"@types/node": "^22.0.0",
|
||||
"commitizen": "^4.3.1",
|
||||
"cz-conventional-changelog": "^3.3.0",
|
||||
"husky": "^9.1.7",
|
||||
"lint-staged": "^15.2.11",
|
||||
"prettier": "^3.5.0",
|
||||
"prettier-plugin-css-order": "^2.1.2",
|
||||
"prettier-plugin-organize-imports": "^4.1.0",
|
||||
"prettier-plugin-packagejson": "^2.5.6",
|
||||
"prettier-plugin-tailwindcss": "^0.6.9",
|
||||
"turbo": "^2.4.2",
|
||||
"typescript": "5.7.3",
|
||||
"zod": "^3.24.1"
|
||||
},
|
||||
"packageManager": "pnpm@10.4.1",
|
||||
"engines": {
|
||||
"node": ">=20"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user