39 lines
956 B
JSON
39 lines
956 B
JSON
{
|
|
"name": "felia",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"workspaces": [
|
|
"apps/*",
|
|
"packages/**/*"
|
|
],
|
|
"scripts": {
|
|
"build": "turbo build",
|
|
"clean": "rm -rf node_modules",
|
|
"clean:workspaces": "turbo clean",
|
|
"db-generate": "turbo db-generate",
|
|
"db-push": "turbo db-push",
|
|
"dev": "turbo dev --parallel",
|
|
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
|
|
"lint": "turbo lint && manypkg check",
|
|
"type-check": "turbo type-check"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-custom": "workspace:*",
|
|
"prettier": "latest",
|
|
"turbo": "1.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@manypkg/cli": "^0.19.2",
|
|
"@typescript-eslint/eslint-plugin": "^5.43.0",
|
|
"@typescript-eslint/parser": "^5.43.0",
|
|
"eslint": "^8.28.0",
|
|
"prettier": "^2.7.1",
|
|
"prettier-plugin-tailwindcss": "^0.1.13",
|
|
"typescript": "^4.9.3"
|
|
},
|
|
"packageManager": "pnpm@7.14.0"
|
|
}
|