@noxedgebyvp/noxui
Version:
NoxUI is a comprehensive, enterprise-ready React UI component library designed for efficiency, scalability, and seamless user experiences. Built with performance and customization in mind, NoxUI offers a rich set of pre-designed components that follow mod
90 lines (89 loc) • 2.48 kB
JSON
{
"name": "@noxedgebyvp/noxui",
"version": "2.1.1",
"description": "NoxUI is a comprehensive, enterprise-ready React UI component library designed for efficiency, scalability, and seamless user experiences. Built with performance and customization in mind, NoxUI offers a rich set of pre-designed components that follow modern design principles, ensuring a consistent and elegant interface across applications.",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"exports": {
".": {
"import": "./dist/index.esm.js",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"scripts": {
"build": "rollup -c --bundleConfigAsCjs",
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"author": "Prince",
"license": "ISC",
"devDependencies": {
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@storybook/addon-essentials": "^7.6.17",
"@storybook/addon-interactions": "^7.6.17",
"@storybook/addon-links": "^7.6.17",
"@storybook/blocks": "^7.6.17",
"@storybook/react": "^7.6.17",
"@storybook/react-vite": "^7.6.17",
"@storybook/testing-library": "^0.2.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.0.0",
"postcss": "^8.5.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rollup": "^4.18.1",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"storybook": "^7.6.17",
"tslib": "^2.6.3",
"typescript": "^5.5.3",
"vite": "^5.1.4"
},
"dependencies": {
"@types/uuid": "^10.0.0",
"react-icons": "^5.2.1",
"uuid": "^10.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/VpIndexSer/NOXUI.git"
},
"keywords": [
"react",
"react-toast",
"notification",
"toast",
"react-component",
"push",
"alert",
"react-ui",
"component-library",
"design-system",
"typescript",
"enterprise-ui",
"customizable-ui",
"responsive",
"form-components",
"modal",
"table",
"grid",
"button",
"input",
"icon",
"form"
],
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
}
}