diff --git a/package.json b/package.json index 1e40ad1..1d89d05 100644 --- a/package.json +++ b/package.json @@ -21,10 +21,7 @@ "dev": "storybook dev -p 6006", "build": "tsc && vite build", "build-storybook": "storybook build", - "lint": "eslint . --report-unused-disable-directives --max-warnings 0", - "preview": "vite preview", "format": "prettier --write \"src/**/*.{ts,tsx,css}\"", - "prepare": "npm run build", "storybook": "storybook dev -p 6006" }, "dependencies": { @@ -46,11 +43,8 @@ "@types/react": "^18.2.56", "@types/react-dom": "^18.2.19", "@vitejs/plugin-react": "^4.2.1", - "autoprefixer": "^10.4.18", - "postcss": "^8.4.35", "prettier": "^3.4.2", "storybook": "^7.6.17", - "tailwindcss": "^3.4.1", "typescript": "^5.2.2", "vite": "^5.1.4", "vite-plugin-dts": "^3.7.3" diff --git a/postcss.config.js b/postcss.config.js deleted file mode 100644 index 2aa7205..0000000 --- a/postcss.config.js +++ /dev/null @@ -1,6 +0,0 @@ -export default { - plugins: { - tailwindcss: {}, - autoprefixer: {}, - }, -}; diff --git a/tailwind.config.js b/tailwind.config.js deleted file mode 100644 index 6f54ecd..0000000 --- a/tailwind.config.js +++ /dev/null @@ -1,10 +0,0 @@ -/** @type {import('tailwindcss').Config} */ -export default { - content: [ - "./src/**/*.{js,ts,jsx,tsx}", - ], - theme: { - extend: {}, - }, - plugins: [], -} \ No newline at end of file