We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a3c59c commit 0464c5eCopy full SHA for 0464c5e
packages/dbml-playground/package.json
@@ -27,7 +27,7 @@
27
"vue-router": "^4.3.0"
28
},
29
"devDependencies": {
30
- "@rushstack/eslint-patch": "^1.8.0",
+ "@rushstack/eslint-patch": "^1.8.0",
31
"@tsconfig/node20": "^20.1.4",
32
"@types/jsdom": "^21.1.6",
33
"@types/node": "^20.12.5",
@@ -37,11 +37,14 @@
37
"@vue/eslint-config-typescript": "^12.0.0",
38
"@vue/test-utils": "^2.4.5",
39
"@vue/tsconfig": "^0.5.1",
40
+ "autoprefixer": "^10.4.19",
41
"eslint": "^8.57.0",
42
"eslint-plugin-vue": "^9.23.0",
43
"jsdom": "^24.0.0",
44
"npm-run-all2": "^6.1.2",
45
"prettier": "^3.2.5",
46
+ "postcss": "^8.4.38",
47
+ "tailwindcss": "^3.4.4",
48
"typescript": "~5.4.0",
49
"vite": "^5.2.8",
50
"vite-plugin-vue-devtools": "^7.0.25",
0 commit comments