@resulbeser1/air-command-ui-components
Version:
UI Components for Air Command System
85 lines (84 loc) • 2.33 kB
JSON
{
"name": "@resulbeser1/air-command-ui-components",
"version": "1.0.0",
"description": "UI Components for Air Command System",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md"
],
"exports": {
".": {
"import": "./dist/index.es.js",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"test:ui": "vitest --ui",
"prepublishOnly": "npm run build",
"publish:npm": "npm publish --access public"
},
"keywords": [
"react",
"components",
"ui",
"air-command",
"obss"
],
"author": "OBSS",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/obss/air-command-ui-components.git"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"clsx": "^2.1.1",
"lucide-react": "^0.525.0"
},
"peerDependencies": {
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"devDependencies": {
"@chromatic-com/storybook": "^4.0.1",
"@rollup/plugin-commonjs": "^28.0.6",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-typescript": "^12.1.4",
"@storybook/addon-a11y": "^9.0.17",
"@storybook/addon-docs": "^9.0.17",
"@storybook/addon-vitest": "^9.0.17",
"@storybook/react-vite": "^9.0.17",
"@testing-library/jest-dom": "^6.6.4",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitest/browser": "^3.2.4",
"@vitest/coverage-v8": "^3.2.4",
"jsdom": "^26.1.0",
"playwright": "^1.54.1",
"postcss": "^8.5.6",
"rollup": "^4.45.1",
"rollup-plugin-dts": "^6.2.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"storybook": "^9.0.17",
"typescript": "^5.8.3",
"vitest": "^3.2.4"
}
}