80 lines
2.2 KiB
JSON
Raw Normal View History

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