@apptane/react-ui-side-panel
Version:
Side panel component in Apptane React UI framework
73 lines • 2.1 kB
JSON
{
"name": "@apptane/react-ui-side-panel",
"description": "Side panel component in Apptane React UI framework",
"license": "Apache-2.0",
"version": "2.0.2",
"homepage": "https://github.com/apptane/react-ui/tree/master/packages/side-panel#readme",
"author": "Oleg Grodzevich <oleg@apptane.com>",
"keywords": [
"apptane",
"ui",
"react",
"panel",
"side-pane",
"slide"
],
"repository": {
"type": "git",
"url": "git+https://github.com/apptane/react-ui.git",
"directory": "packages/side-panel"
},
"bugs": {
"url": "https://github.com/apptane/react-ui/issues"
},
"sideEffects": false,
"type": "module",
"types": "dist/types/index.d.ts",
"exports": "./dist/index.js",
"devExports": {
".": "./index.ts"
},
"engines": {
"node": ">=14.16"
},
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"react": "17.0.2",
"react-dom": "17.0.2"
},
"dependencies": {
"@apptane/react-ui-behaviors": "^2.0.2",
"@apptane/react-ui-button": "^2.0.2",
"@apptane/react-ui-core": "^2.0.2",
"@apptane/react-ui-pane": "^2.0.2",
"@apptane/react-ui-theme": "^2.0.2",
"@babel/runtime": "7.17.2",
"@emotion/core": "11.0.0",
"@emotion/react": "11.8.1",
"@types/prop-types": "15.7.4",
"@types/react": "17.0.39",
"prop-types": "15.8.1"
},
"scripts": {
"prebuild": "rimraf dist",
"clean": "rimraf dist",
"clean-modules": "rimraf node_modules",
"build": "concurrently pnpm:build:*",
"lint": "concurrently pnpm:lint:*",
"build:esm": "cross-env BABEL_ENV=esm babel src --root-mode upward --extensions .ts,.tsx -d dist --source-maps",
"build:types": "tsc --emitDeclarationOnly --declaration --declarationDir dist/types",
"lint:src": "eslint src --ext .ts,.tsx --config ../../.eslintrc.yml",
"lint:types": "tsc --noEmit"
},
"readme": "# @apptane/react-ui-side-panel\n\nSide panel component in the Apptane React UI framework.\n"
}