57 lines
1.5 KiB
JSON
57 lines
1.5 KiB
JSON
{
|
|
"name": "@codex/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.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview",
|
|
"format": "prettier --write ./src"
|
|
},
|
|
"keywords": [
|
|
"Codex",
|
|
"Javascript",
|
|
"Components",
|
|
"UI",
|
|
"React"
|
|
],
|
|
"dependencies": {
|
|
"@tanstack/react-query": "^5.51.15",
|
|
"@tanstack/react-router": "^1.45.7",
|
|
"classnames": "^2.5.1",
|
|
"idb-keyval": "^6.2.1",
|
|
"lucide-react": "^0.424.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"@codex/sdk-js": "@codex/marketplace-ui#master",
|
|
"@codex/marketplace-ui-components": "@codex/marketplace-ui-components#master"
|
|
},
|
|
"devDependencies": {
|
|
"@tanstack/router-devtools": "^1.45.7",
|
|
"@tanstack/router-plugin": "^1.45.7",
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@typescript-eslint/eslint-plugin": "^7.15.0",
|
|
"@typescript-eslint/parser": "^7.15.0",
|
|
"@vitejs/plugin-react": "^4.3.1",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
"eslint-plugin-react-refresh": "^0.4.7",
|
|
"prettier": "^3.3.3",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^5.3.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"author": "Codex team",
|
|
"readme": "README.md",
|
|
"license": "MIT"
|
|
}
|