Skip to content

Commit

Permalink
moved tailwind and prettier to root for better install process
Browse files Browse the repository at this point in the history
  • Loading branch information
Smef committed Jun 7, 2024
1 parent 3e58e6b commit cbf8dec
Show file tree
Hide file tree
Showing 4 changed files with 2,877 additions and 3,820 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,7 @@
},
"dependencies": {
"@nuxt/kit": "^3.11.2",
"eslint-config-prettier": "^9.1.0",
"lodash-es": "^4.17.21",
"prettier": "^3.3.1",
"prettier-plugin-tailwindcss": "^0.6.2",
"zod": "^3.23.8"
},
"devDependencies": {
Expand All @@ -55,9 +52,15 @@
"@nuxt/schema": "^3.11.2",
"@nuxt/test-utils": "^3.12.1",
"@types/node": "^20.12.11",
"autoprefixer": "^10.4.19",
"changelogen": "^0.5.5",
"eslint": "^9.2.0",
"eslint-config-prettier": "^9.1.0",
"nuxt": "^3.11.2",
"postcss": "^8.4.38",
"prettier": "^3.3.1",
"prettier-plugin-tailwindcss": "^0.6.2",
"tailwindcss": "^3.4.4",
"typescript": "latest",
"vitest": "^1.6.0",
"vue-tsc": "^2.0.16"
Expand Down
8 changes: 0 additions & 8 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,5 @@
},
"dependencies": {
"nuxt": "^3.11.2"
},
"devDependencies": {
"autoprefixer": "^10.4.19",
"eslint-config-prettier": "^9.1.0",
"postcss": "^8.4.38",
"prettier": "^3.3.1",
"prettier-plugin-tailwindcss": "^0.6.2",
"tailwindcss": "^3.4.4"
}
}
Loading

0 comments on commit cbf8dec

Please sign in to comment.