Files
web/libs/base-ui/package.json
Brendan from DeFi 58babadf41 Feat/update sprig (#572)
* moved Sprig integration from apps/web to libs

* deleted unused Sprig integration code from apps/web

* refactored useSprig hook to take configurable environmentId parameter

* Integrated Sprig into base-docs

* refactored sprig domains CSP to be hardcoded in apps

* Refactored base-docs Sprig integration to address import statement issues and supported sprig domains in CSP

* updated yarn dependencies

* refactored the base-docs Sprig integration to be on the layout Root instead of the index page

* Deleted eslintrc file
2024-06-18 14:50:24 -04:00

20 lines
436 B
JSON

{
"name": "base-ui",
"version": "0.1.1",
"description": "",
"keywords": [],
"types": "./index.ts",
"main": "./index.ts",
"dependencies": {
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-select": "^1.2.1",
"@sprig-technologies/sprig-browser": "^2.29.0",
"classnames": "^2.3.2",
"clsx": "^1.2.1",
"next": "*",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intl": "^6.2.1"
}
}