@numl-react/navigation-bar
Version:
The navigationbar component is used to display the primary navigation in the sidebar. Navigation Bar includes a list of links that wants to move between page.
56 lines (55 loc) • 1.32 kB
JSON
{
"name": "@numl-react/navigation-bar",
"version": "0.0.37",
"description": "The navigationbar component is used to display the primary navigation in the sidebar. Navigation Bar includes a list of links that wants to move between page.",
"keywords": [
"navigationbar",
"design",
"system",
"react",
"numl-react",
"components",
"numl",
"uikit",
"fast-development"
],
"author": "Numl.Design Team",
"license": "MIT",
"homepage": "https://github.com/numldesign/numl-react#readme",
"scripts": {
"prebuild": "rimraf dist && rimraf types",
"postbuild": "yarn build:types",
"build": "vite build",
"build:types": "npx tsc -b --verbose"
},
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"types": "types/index.d.ts",
"typings": "types/index.d.ts",
"files": [
"dist",
"types",
"index.js",
"CHANGELOG.md"
],
"exports": {
".": {
"require": "./index.ts",
"default": "./index.ts"
}
},
"sideEffects": false,
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/numldesign/numl-react.git"
},
"bugs": {
"url": "https://github.com/numldesign/numl-react/issues"
},
"dependencies": {
"@numl-react/core": "^0.0.37"
}
}