* chore(docs): Generated UI Reference * fixed props typing + added new alert page * updated ui dependencies --------- Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
75 lines
1.9 KiB
JSON
75 lines
1.9 KiB
JSON
{
|
|
"name": "docs-ui",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"main": "./dist/cjs/index.js",
|
|
"types": "./dist/cjs/index.d.ts",
|
|
"module": "./dist/esm/index.js",
|
|
"exports": {
|
|
".": {
|
|
"require": {
|
|
"types": "./dist/cjs/index.d.ts",
|
|
"default": "./dist/cjs/index.js"
|
|
},
|
|
"import": {
|
|
"types": "./dist/esm/index.d.ts",
|
|
"default": "./dist/esm/index.js"
|
|
}
|
|
}
|
|
},
|
|
"sideEffects": false,
|
|
"files": [
|
|
"dist/**"
|
|
],
|
|
"scripts": {
|
|
"build": "yarn clean && yarn build:js:cjs && yarn build:js:esm",
|
|
"build:js:cjs": "tsc --project tsconfig.cjs.json && tsc-alias -p tsconfig.cjs.json",
|
|
"build:js:esm": "tsc --project tsconfig.esm.json && tsc-alias -p tsconfig.esm.json",
|
|
"clean": "rimraf dist",
|
|
"dev": "yarn build:js:cjs && yarn build:js:esm"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.0",
|
|
"@types/react-dom": "^18.2.0",
|
|
"@types/react-google-recaptcha": "^2.1.6",
|
|
"clsx": "^2.0.0",
|
|
"cpy-cli": "^5.0.0",
|
|
"eslint-config-docs": "*",
|
|
"next": "latest",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"rimraf": "^5.0.1",
|
|
"tailwind": "*",
|
|
"tailwindcss": "^3.3.3",
|
|
"tsc-alias": "^1.8.7",
|
|
"tsup": "^5.10.1",
|
|
"typescript": "^5.1.6"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": "^18.2.0",
|
|
"@types/react-dom": "^18.2.0",
|
|
"next": "*",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"dependencies": {
|
|
"@medusajs/icons": "^1.2.0",
|
|
"@medusajs/ui": "^2.4.1",
|
|
"@octokit/request": "^8.1.1",
|
|
"@react-hook/resize-observer": "^1.2.6",
|
|
"@segment/analytics-next": "^1.55.0",
|
|
"algoliasearch": "^4.20.0",
|
|
"prism-react-renderer": "2.3.1",
|
|
"react-google-recaptcha": "^3.1.0",
|
|
"react-instantsearch": "^7.0.3",
|
|
"react-markdown": "^8.0.7",
|
|
"react-tooltip": "^5.21.3",
|
|
"react-transition-group": "^4.4.5",
|
|
"react-uuid": "^2.0.0"
|
|
}
|
|
}
|