Skip to content

Commit 0464c5e

Browse files
committed
chore: add tailwindcss
1 parent 4a3c59c commit 0464c5e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/dbml-playground/package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"vue-router": "^4.3.0"
2828
},
2929
"devDependencies": {
30-
"@rushstack/eslint-patch": "^1.8.0",
30+
"@rushstack/eslint-patch": "^1.8.0",
3131
"@tsconfig/node20": "^20.1.4",
3232
"@types/jsdom": "^21.1.6",
3333
"@types/node": "^20.12.5",
@@ -37,11 +37,14 @@
3737
"@vue/eslint-config-typescript": "^12.0.0",
3838
"@vue/test-utils": "^2.4.5",
3939
"@vue/tsconfig": "^0.5.1",
40+
"autoprefixer": "^10.4.19",
4041
"eslint": "^8.57.0",
4142
"eslint-plugin-vue": "^9.23.0",
4243
"jsdom": "^24.0.0",
4344
"npm-run-all2": "^6.1.2",
4445
"prettier": "^3.2.5",
46+
"postcss": "^8.4.38",
47+
"tailwindcss": "^3.4.4",
4548
"typescript": "~5.4.0",
4649
"vite": "^5.2.8",
4750
"vite-plugin-vue-devtools": "^7.0.25",

0 commit comments

Comments
 (0)