feat(create-turbo): create https://github.com/juliusmarminge/acme-corp
This commit is contained in:
36
tooling/tailwind/package.json
Normal file
36
tooling/tailwind/package.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"name": "@acme/tailwind-config",
|
||||
"version": "0.1.0",
|
||||
"main": "index.ts",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
"index.ts",
|
||||
"postcss.js"
|
||||
],
|
||||
"scripts": {
|
||||
"clean": "rm -rf .turbo node_modules",
|
||||
"lint": "eslint .",
|
||||
"format": "prettier --check \"**/*.{js,ts,json}\"",
|
||||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"autoprefixer": "^10.4.17",
|
||||
"postcss": "8.4.33",
|
||||
"tailwindcss": "3.4.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@acme/eslint-config": "^0.2.0",
|
||||
"@acme/prettier-config": "^0.1.0",
|
||||
"@acme/tsconfig": "^0.1.0",
|
||||
"eslint": "^8.56.0",
|
||||
"prettier": "^3.2.4",
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"root": true,
|
||||
"extends": [
|
||||
"@acme/eslint-config/base"
|
||||
]
|
||||
},
|
||||
"prettier": "@acme/prettier-config"
|
||||
}
|
||||
Reference in New Issue
Block a user