codex-marketplace-ui-compon.../package.json

76 lines
2.1 KiB
JSON
Raw Normal View History

2024-08-20 13:57:58 +00:00
{
"name": "@codex-storage/marketplace-ui-components",
2024-08-20 13:57:58 +00:00
"description": "Marketplace UI components for Codex decentralized storage network.",
"repository": {
"type": "git",
"url": "https://github.com/codex-storage/codex-marketplace-ui-components"
2024-08-20 13:57:58 +00:00
},
2024-10-08 13:29:46 +00:00
"version": "0.0.16",
2024-08-20 13:57:58 +00:00
"type": "module",
"scripts": {
2024-08-30 14:14:13 +00:00
"prepack": "npm run build",
"build": "tsc --p ./tsconfig.build.json && vite build",
2024-08-20 13:57:58 +00:00
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
2024-08-20 13:57:59 +00:00
"preview": "npx http-server ./storybook-static",
2024-08-20 13:57:58 +00:00
"format": "prettier --write ./src",
"compile": "tsc --noEmit",
2024-08-20 13:57:58 +00:00
"storybook": "storybook dev -p 6006",
"prepublishOnly": "npm run build",
2024-08-20 13:57:58 +00:00
"build-storybook": "storybook build"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
2024-08-20 13:57:58 +00:00
"keywords": [
"Codex",
"Javascript",
"Storybook",
"Components",
"UI",
"React"
],
"dependencies": {
2024-09-20 09:53:47 +00:00
"lucide-react": "^0.441.0"
},
"peerDependencies": {
2024-10-08 12:59:48 +00:00
"@codex-storage/sdk-js": "^0.0.6",
2024-08-20 13:57:58 +00:00
"react": "^18.3.1",
"react-dom": "^18.3.1"
2024-08-20 13:57:58 +00:00
},
"devDependencies": {
2024-09-20 09:53:47 +00:00
"@chromatic-com/storybook": "^2.0.2",
2024-08-20 13:57:58 +00:00
"@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",
2024-09-20 09:53:47 +00:00
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.0.0",
2024-08-28 08:01:29 +00:00
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.57.0",
2024-08-23 13:31:37 +00:00
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
2024-09-20 17:32:33 +00:00
"glob": "^9.3.5",
2024-08-20 13:57:58 +00:00
"prettier": "^3.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
2024-08-20 13:57:58 +00:00
"storybook": "^8.2.9",
2024-09-20 09:53:47 +00:00
"typescript": "5.5.2",
"vite-plugin-dts": "^4.0.3",
"vite-plugin-lib-inject-css": "^2.1.1"
2024-08-20 13:57:58 +00:00
},
"sideEffects": [
"**/*.css"
],
2024-08-20 13:57:58 +00:00
"engines": {
"node": ">=18"
},
"author": "Codex team",
"readme": "README.md",
"license": "MIT"
}