mirror of
https://github.com/meshtastic/web.git
synced 2026-07-31 15:06:27 -04:00
Bumps [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite) from 4.3.2 to 4.3.3. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.3/packages/@tailwindcss-vite) --- updated-dependencies: - dependency-name: "@tailwindcss/vite" dependency-version: 4.3.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Hunter Thornsberry <hunter@hunterthornsberry.com>
77 lines
2.0 KiB
JSON
77 lines
2.0 KiB
JSON
{
|
|
"name": "@meshtastic/ui",
|
|
"version": "0.1.0",
|
|
"license": "GPL-3.0-only",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/meshtastic/web.git"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"!dist/**/*.test.*"
|
|
],
|
|
"type": "module",
|
|
"sideEffects": [
|
|
"**/*.css"
|
|
],
|
|
"main": "./dist/index.js",
|
|
"module": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
},
|
|
"./theme/default.css": "./dist/theme/default.css"
|
|
},
|
|
"scripts": {
|
|
"start": "npm run dev",
|
|
"dev": "vite dev",
|
|
"watch": "vite build --watch",
|
|
"build": "vite build && publint",
|
|
"typecheck": "tsc -p tsconfig.json --noEmit",
|
|
"preview": "vite preview",
|
|
"lint": "eslint . --max-warnings 0",
|
|
"lint:fix": "npm run lint -- --fix",
|
|
"format": "prettier --check .",
|
|
"format:fix": "prettier --write .",
|
|
"test": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-collapsible": "^1.1.16",
|
|
"@radix-ui/react-dialog": "^1.1.19",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.20",
|
|
"@radix-ui/react-separator": "^1.1.11",
|
|
"@radix-ui/react-slot": "^1.3.0",
|
|
"@radix-ui/react-tooltip": "^1.2.12",
|
|
"@tanstack/react-router": "^1.170.17",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"lucide-react": "^1.24.0",
|
|
"tailwind-merge": "^3.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.3.3",
|
|
"@tailwindcss/vite": "^4.3.3",
|
|
"@types/react": "^19.2.17",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^6.0.3",
|
|
"publint": "^0.3.21",
|
|
"tailwindcss": "^4.3.3",
|
|
"tw-animate-css": "^1.4.0",
|
|
"typescript": "^7.0.2",
|
|
"vite": "^8.1.4",
|
|
"vite-plugin-dts": "^5.0.3",
|
|
"vite-plugin-static-copy": "^4.1.1",
|
|
"vitest": "^4.1.10"
|
|
},
|
|
"peerDependencies": {
|
|
"@radix-ui/react-slot": ">=1.0.2",
|
|
"class-variance-authority": ">=0.7.0",
|
|
"react": ">=19",
|
|
"react-dom": ">=19",
|
|
"tailwind-merge": ">=2.5.0",
|
|
"tailwindcss": "^4.1.7"
|
|
}
|
|
}
|