/ package.json
package.json
1 { 2 "name": "@codex-storage/marketplace-ui-components", 3 "description": "Marketplace UI components for Codex decentralized storage network.", 4 "repository": { 5 "type": "git", 6 "url": "https://github.com/codex-storage/codex-marketplace-ui-components" 7 }, 8 "version": "0.0.53", 9 "type": "module", 10 "scripts": { 11 "prepack": "npm run build", 12 "build": "tsc --p ./tsconfig.build.json && vite build", 13 "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", 14 "preview": "npx http-server ./storybook-static", 15 "format": "prettier --write ./src", 16 "compile": "tsc --noEmit", 17 "storybook": "storybook dev -p 6006", 18 "prepublishOnly": "npm run build", 19 "build-storybook": "storybook build", 20 "knip": "knip" 21 }, 22 "main": "dist/index.js", 23 "types": "dist/index.d.ts", 24 "files": [ 25 "dist" 26 ], 27 "keywords": [ 28 "Codex", 29 "Javascript", 30 "Storybook", 31 "Components", 32 "UI", 33 "React" 34 ], 35 "peerDependencies": { 36 "@codex-storage/sdk-js": ">=0.0.14", 37 "react": "^18.3.1", 38 "react-dom": "^18.3.1" 39 }, 40 "devDependencies": { 41 "@codex-storage/sdk-js": "0.1.1", 42 "@storybook/addon-essentials": "^8.2.9", 43 "@storybook/addon-interactions": "^8.2.9", 44 "@storybook/blocks": "^8.2.9", 45 "@storybook/react": "^8.2.9", 46 "@storybook/react-vite": "^8.2.9", 47 "@storybook/test": "^8.2.9", 48 "@svgr/plugin-svgo": "^8.1.0", 49 "@types/node": "^22.9.1", 50 "@typescript-eslint/eslint-plugin": "^8.6.0", 51 "@typescript-eslint/parser": "^8.0.0", 52 "@vitejs/plugin-react": "^4.3.1", 53 "eslint": "^8.57.0", 54 "eslint-plugin-react-hooks": "^4.6.2", 55 "eslint-plugin-react-refresh": "^0.4.7", 56 "glob": "^9.3.5", 57 "knip": "^5.37.2", 58 "postcss-nesting": "^13.0.1", 59 "prettier": "^3.3.3", 60 "react": "^18.3.1", 61 "react-dom": "^18.3.1", 62 "storybook": "^8.2.9", 63 "typescript": "^5.5.2", 64 "vite-plugin-dts": "^4.0.3", 65 "vite-plugin-lib-inject-css": "^2.1.1", 66 "vite-plugin-svgr": "^4.3.0" 67 }, 68 "sideEffects": [ 69 "**/*.css" 70 ], 71 "engines": { 72 "node": ">=18" 73 }, 74 "author": "Codex team", 75 "readme": "README.md", 76 "license": "MIT" 77 }