Files
uni-stack__uniwind/package.json
T
Burak Emre Görmek dcdf730f09 feat(web): add Vite support (#182)
* feat(web): add vite support

* chore: format

* fix: add missing css functions

* chore: remove postcss

* chore: make export default

* fix: make sure the plugin work under the workspace

* fix: exclude react-native in optimizeDeps to resolve correctly

* chore: add vite example

* chore: import uniwind in app.css

* chore: update dependencies

* chore: vite example add min height

* chore: simplify dirname for esm

* fix: support custom-variants

* chore: normalizePath for potential windows issue

* fix: prevent listeners from resetting in dev build

* fix: reinit themes

* chore: minor corrections

---------

Co-authored-by: Hubert Bieszczad <brentlokk@gmail.com>
2025-12-05 12:01:49 +01:00

48 lines
1.3 KiB
JSON

{
"name": "uniwind-monorepo",
"private": true,
"scripts": {
"prepare": "husky",
"build": "turbo build",
"check:typescript": "turbo check:typescript",
"dev": "turbo dev",
"lint": "turbo lint",
"check:format": "dprint check",
"precommit": "turbo precommit",
"test": "turbo test",
"format": "dprint fmt",
"circular:check": "turbo circular:check",
"postinstall": "git update-index --assume-unchanged packages/uniwind/uniwind.css"
},
"workspaces": {
"packages": [
"packages/*",
"apps/*"
],
"catalog": {
"typescript": "5.9.3",
"@types/bun": "1.3.2",
"@types/react": "19.1.10",
"@types/react-dom": "19.1.10",
"react": "19.1.0",
"react-dom": "19.1.0",
"expo": "54.0.23",
"react-native": "0.81.5",
"react-native-web": "0.21.2",
"tailwindcss": "4.1.17"
}
},
"devDependencies": {
"typescript": "catalog:",
"dprint": "0.50.2",
"eslint": "9.39.1",
"eslint-config-codemask": "2.2.1",
"husky": "9.1.7",
"turbo": "2.6.1"
},
"packageManager": "bun@1.3.2",
"trustedDependencies": [
"@tailwindcss/oxide"
]
}