mirror of
https://github.com/placeholder-soft/web.git
synced 2026-06-16 09:54:18 +08:00
* 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
20 lines
436 B
JSON
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"
|
|
}
|
|
}
|