refactor to turbo

This commit is contained in:
Jorrin
2024-02-03 20:33:27 +01:00
parent fc5c60f85b
commit 28467cdf24
113 changed files with 3744 additions and 8508 deletions

View File

@@ -0,0 +1,24 @@
{
"name": "@movie-web/prettier-config",
"private": true,
"version": "0.1.0",
"type": "module",
"exports": {
".": "./index.js"
},
"scripts": {
"clean": "rm -rf .turbo node_modules",
"format": "prettier --check . --ignore-path ../../.gitignore",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.10"
},
"devDependencies": {
"@movie-web/tsconfig": "workspace:^0.1.0",
"typescript": "^5.3.3"
},
"prettier": "@movie-web/prettier-config"
}