65 lines
1.8 KiB
JSON
65 lines
1.8 KiB
JSON
{
|
|
"name": "@codex-storage/marketplace-ui",
|
|
"description": "Marketplace UI for Codex decentralized storage network.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/codex-storage/codex-marketplace-ui"
|
|
},
|
|
"version": "0.0.6",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host 127.0.0.1 --port 5173",
|
|
"compile": "tsc --noEmit",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview --host 127.0.0.1 --port 5173",
|
|
"format": "prettier --write ./src",
|
|
"test": "npx playwright test"
|
|
},
|
|
"keywords": [
|
|
"Codex",
|
|
"Javascript",
|
|
"Components",
|
|
"UI",
|
|
"React"
|
|
],
|
|
"dependencies": {
|
|
"@codex-storage/marketplace-ui-components": "^0.0.20",
|
|
"@codex-storage/sdk-js": "^0.0.8",
|
|
"@sentry/browser": "^8.32.0",
|
|
"@sentry/react": "^8.31.0",
|
|
"@tanstack/react-query": "^5.51.15",
|
|
"@tanstack/react-router": "^1.58.7",
|
|
"echarts": "^5.5.1",
|
|
"dotted-map": "^2.2.3",
|
|
"idb-keyval": "^6.2.1",
|
|
"lucide-react": "^0.445.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.48.0",
|
|
"@tanstack/router-devtools": "^1.58.7",
|
|
"@tanstack/router-plugin": "^1.58.4",
|
|
"@types/node": "^22.7.5",
|
|
"@types/react": "^18.3.8",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@typescript-eslint/eslint-plugin": "^8.7.0",
|
|
"@typescript-eslint/parser": "^8.7.0",
|
|
"@vitejs/plugin-react": "^4.3.1",
|
|
"dotenv": "^16.4.5",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
"eslint-plugin-react-refresh": "^0.4.12",
|
|
"prettier": "^3.3.3",
|
|
"sass-embedded": "^1.79.4",
|
|
"typescript": "5.5.4",
|
|
"vite": "^5.4.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"author": "Codex team",
|
|
"readme": "README.md",
|
|
"license": "MIT"
|
|
} |