76 lines
2.1 KiB
JSON
76 lines
2.1 KiB
JSON
{
|
|
"name": "@codex-storage/marketplace-ui-components",
|
|
"description": "Marketplace UI components for Codex decentralized storage network.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/codex-storage/codex-marketplace-ui-components"
|
|
},
|
|
"version": "0.0.26",
|
|
"type": "module",
|
|
"scripts": {
|
|
"prepack": "npm run build",
|
|
"build": "tsc --p ./tsconfig.build.json && vite build",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "npx http-server ./storybook-static",
|
|
"format": "prettier --write ./src",
|
|
"compile": "tsc --noEmit",
|
|
"storybook": "storybook dev -p 6006",
|
|
"prepublishOnly": "npm run build",
|
|
"build-storybook": "storybook build"
|
|
},
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"keywords": [
|
|
"Codex",
|
|
"Javascript",
|
|
"Storybook",
|
|
"Components",
|
|
"UI",
|
|
"React"
|
|
],
|
|
"dependencies": {
|
|
"lucide-react": "^0.453.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@codex-storage/sdk-js": ">=0.0.7",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@chromatic-com/storybook": "^2.0.2",
|
|
"@storybook/addon-essentials": "^8.2.9",
|
|
"@storybook/addon-interactions": "^8.2.9",
|
|
"@storybook/addon-links": "^8.2.9",
|
|
"@storybook/addon-onboarding": "^8.2.9",
|
|
"@storybook/blocks": "^8.2.9",
|
|
"@storybook/react": "^8.2.9",
|
|
"@storybook/react-vite": "^8.2.9",
|
|
"@storybook/test": "^8.2.9",
|
|
"@typescript-eslint/eslint-plugin": "^8.6.0",
|
|
"@typescript-eslint/parser": "^8.0.0",
|
|
"@vitejs/plugin-react": "^4.3.1",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
"eslint-plugin-react-refresh": "^0.4.7",
|
|
"glob": "^9.3.5",
|
|
"prettier": "^3.3.3",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"storybook": "^8.2.9",
|
|
"typescript": "5.5.2",
|
|
"vite-plugin-dts": "^4.0.3",
|
|
"vite-plugin-lib-inject-css": "^2.1.1"
|
|
},
|
|
"sideEffects": [
|
|
"**/*.css"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"author": "Codex team",
|
|
"readme": "README.md",
|
|
"license": "MIT"
|
|
} |