mirror of
https://github.com/placeholder-soft/web.git
synced 2026-01-12 17:02:57 +08:00
* Added Amplitude Experiments Initialization to initCCA * create useVariant hook to pull experimental variants * refactored useVariant to create simpler interface * linted * automated defaultDeploymentKey logic * added defaultDeploymentKey for prod env * Created ExperimentsContext for web app * added more specificity to amplitude domains for CSP * additional properties on eventData * added amplitude deployment keys to constants * deleted unused useVariant hook * refactored experiment initialization in initCCA * refactored Experiments context * refactored usage of Experiments provider * refactored ampDeploymentKey logic * removed experiment initialization from initCCA * restored index page to prior state * refactored initCCA to pull constants into dedicated file * created Experiments context in base-docs * implemented experiments context in base-docs Root * moved Experiments context to libs * updated Experiments context integration in base-web * fixed import statement * deleted unused context in favor of shared version in libs * implemented shared experiments context * moved Experiments context to be innermost context provider in base-web * removed unused imports from initCCA * refactored Amplitude Experiments package into libs * fixed yarn issue * added type declaration for * refactored window type declaration
21 lines
486 B
JSON
21 lines
486 B
JSON
{
|
|
"name": "base-ui",
|
|
"version": "0.1.1",
|
|
"description": "",
|
|
"keywords": [],
|
|
"types": "./index.ts",
|
|
"main": "./index.ts",
|
|
"dependencies": {
|
|
"@amplitude/experiment-js-client": "^1.11.0",
|
|
"@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"
|
|
}
|
|
}
|