add tailwindcss support
Showing
.gitignore
0 → 100644
| ... | ... | @@ -10,17 +10,20 @@ |
| "tauri": "tauri" | ||
| }, | ||
| "dependencies": { | ||
| "react": "^18.2.0", | ||
| "react-dom": "^18.2.0", | ||
| "@tauri-apps/api": ">=2.0.0-rc.0", | ||
| "@tauri-apps/plugin-shell": ">=2.0.0-rc.0" | ||
| "@tauri-apps/plugin-shell": ">=2.0.0-rc.0", | ||
| "react": "^18.2.0", | ||
| "react-dom": "^18.2.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@tauri-apps/cli": ">=2.0.0-rc.0", | ||
| "@types/react": "^18.2.15", | ||
| "@types/react-dom": "^18.2.7", | ||
| "@vitejs/plugin-react": "^4.2.1", | ||
| "autoprefixer": "^10.4.20", | ||
| "postcss": "^8.4.41", | ||
| "tailwindcss": "^3.4.10", | ||
| "typescript": "^5.2.2", | ||
| "vite": "^5.3.1", | ||
| "@tauri-apps/cli": ">=2.0.0-rc.0" | ||
| "vite": "^5.3.1" | ||
| } | ||
| } |
postcss.config.js
0 → 100644
src-tauri/.cargo/config.toml
0 → 100644
src-tauri/Cargo.lock
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
tailwind.config.js
0 → 100644
yarn.lock
0 → 100644
Please
register
or
sign in
to comment