@it-corp/vpbank-spotlight
Version:
Command center components for react and VPbank components
101 lines (100 loc) • 2.75 kB
JSON
{
"name": "@it-corp/vpbank-spotlight",
"version": "0.1.2",
"description": "Command center components for react and VPbank components",
"license": "MIT",
"author": "IT-CORP",
"keywords": [
"command-center",
"components",
"frontend",
"library",
"next",
"nextjs",
"react",
"search",
"ui",
"ui-kit"
],
"sideEffects": false,
"main": "./cjs/index.cjs",
"module": "./esm/index.mjs",
"types": "./lib/index.d.ts",
"exports": {
".": {
"import": {
"types": "./lib/index.d.mts",
"default": "./esm/index.mjs"
},
"require": {
"types": "./lib/index.d.ts",
"default": "./cjs/index.cjs"
}
},
"./styles.css": "./styles.css",
"./styles.layer.css": "./styles.layer.css"
},
"scripts": {
"build": "esno scripts/rollup",
"setup": "esno scripts/docgen",
"clean": "rimraf --glob {esm,cjs,lib,dist} *.tsbuildinfo styles.css styles.layer.css styles"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"peerDependencies": {
"@it-corp/vpbank-core": "^0.1.1",
"@it-corp/vpbank-hooks": "^0.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"dependencies": {
"@it-corp/vpbank-store": "^0.0.1",
"@floating-ui/react": "^0.26.9",
"@tabler/icons-react": "2.40.0",
"@types/rimraf": "3.0.2",
"clsx": "2.1.0",
"react-number-format": "^5.3.1",
"react-remove-scroll": "^2.5.7",
"react-textarea-autosize": "8.5.3",
"react-virtuoso": "4.6.2",
"rimraf": "5.0.5",
"type-fest": "^4.12.0"
},
"devDependencies": {
"@it-corp/vpbank-tests-core": "^0.0.1",
"@it-corp/vpbank-core": "^0.1.1",
"@it-corp/vpbank-hooks": "^0.1.1",
"@babel/core": "^7.23.3",
"@rollup/plugin-alias": "^5.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@testing-library/dom": "9.3.3",
"@testing-library/jest-dom": "6.1.4",
"@testing-library/react": "14.1.0",
"@testing-library/user-event": "14.5.1",
"@types/fs-extra": "11.0.4",
"@types/jest": "^29.5.8",
"@types/node": "^20.11.30",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"@types/yargs": "17.0.31",
"babel-loader": "^9.1.3",
"esno": "4.0.0",
"execa": "^8.0.1",
"fast-glob": "3.3.2",
"fs-extra": "11.1.1",
"hash-css-selector": "^1.0.0",
"jest": "^29.7.0",
"mantine-docgen-script": "^1.3.1",
"postcss": "8.4.31",
"postcss-preset-mantine": "1.13.0",
"rollup": "^4.4.1",
"rollup-plugin-banner2": "^1.2.2",
"rollup-plugin-esbuild": "^6.1.0",
"rollup-plugin-postcss": "^4.0.2",
"typescript": "5.3.3",
"yargs": "17.7.2"
}
}