mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 17:33:26 +00:00
25 lines
603 B
JSON
25 lines
603 B
JSON
{
|
|
"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"
|
|
}
|