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

78 lines
2.2 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-09-13 18:51:40 +00:00
"version": "0.0.3",
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-08-28 08:01:29 +00:00
"lucide-react": "^0.428.0"
},
"peerDependencies": {
2024-09-13 18:49:40 +00:00
"@codex-storage/sdk-js": "0.0.2",
2024-08-23 13:31:37 +00:00
"@tanstack/react-query": "^5.51.24",
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": {
"@chromatic-com/storybook": "^1.6.1",
"@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",
"@tanstack/react-query": "^5.51.24",
2024-08-23 13:31:37 +00:00
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.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",
"glob": "^7.2.3",
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",
"typescript": "^5.2.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"
}