inline responsive module styles

This commit is contained in:
ManishMadan2882
2024-02-28 19:31:36 +05:30
parent 5d578d4b3b
commit 192ce468b7
6 changed files with 7600 additions and 65 deletions

View File

@@ -3,7 +3,7 @@
"private": false,
"description": "docsgpt-widget",
"homepage": "https://github.com/arc53/DocsGPT#readme",
"version": "0.2.6",
"version": "0.3.6",
"type": "module",
"main": "dist/index.umd.js",
"module": "dist/index.es.js",
@@ -36,6 +36,8 @@
"@radix-ui/react-slot": "^1.0.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"i": "^0.3.7",
"npm": "^10.4.0",
"postcss-cli": "^11.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
@@ -44,7 +46,8 @@
"remark-gfm": "^4.0.0",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"vite-plugin-dts": "^3.7.3"
"vite-plugin-dts": "^3.7.3",
"vite-plugin-tailwind": "^0.0.4"
},
"devDependencies": {
"@types/node": "^20.11.20",
@@ -55,12 +58,18 @@
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.17",
"cssnano": "^6.0.5",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"postcss": "^8.4.35",
"postcss-cssnext": "^3.1.1",
"postcss-nested": "^6.0.1",
"postcss-simple-vars": "^7.0.1",
"rollup-plugin-postcss": "^4.0.2",
"tailwindcss": "^3.4.1",
"typescript": "^5.2.2",
"vite": "^5.1.0"
"vite": "^5.1.0",
"vite-plugin-scope-tailwind": "^1.1.10"
}
}