ghost-lite/package.json
Uncle Fatso a7833d9a5b
initial version
Signed-off-by: Uncle Fatso <uncle.fatso@ghostchain.io>
2025-07-22 12:55:56 +03:00

72 lines
2.5 KiB
JSON

{
"name": "ghost-lite",
"version": "0.0.18",
"description": "Web application for Ghost and Casper chain.",
"author": "Uncle f4ts0 <f4ts0@ghostchain.io>",
"maintainers": [
"Uncle f4ts0 <fatso@ghostchain.io>",
"Uncle 57r3tch <stretch@ghostchain.io>",
"Uncle 5t1nky <stinky@ghostchain.io>"
],
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"check": "tsc --noEmit",
"build": "pnpm lint && pnpm check && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"clean": "rm -rf dist",
"deep-clean": "pnpm clean && rm -rf node_modules",
"preview": "vite preview"
},
"dependencies": {
"@picocss/pico": "^2.0.6",
"@polkadot-api/metadata-builders": "~0.13.0",
"@polkadot-api/observable-client": "~0.8.6",
"@polkadot-api/substrate-bindings": "~0.15.0",
"@polkadot-api/substrate-client": "~0.3.0",
"@polkadot-api/utils": "~0.1.2",
"@polkadot-api/view-builder": "~0.4.3",
"@polkadot-labs/hdkd-helpers": "^0.0.11",
"@radix-ui/react-accordion": "^1.2.3",
"@radix-ui/react-select": "^2.1.6",
"@radix-ui/react-slot": "^1.1.2",
"@substrate/connect-discovery": "^0.2.2",
"@substrate/light-client-extension-helpers": "^2.7.6",
"@zag-js/react": "^0.48.0",
"@zag-js/select": "^0.48.0",
"@zag-js/toast": "^0.48.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.468.0",
"polkadot-api": "^1.15.0",
"react": "^18.3.1",
"react-dom": "^18.2.0",
"react-ga4": "^2.1.0",
"react-icons": "^5.5.0",
"react-router-dom": "^7.7.0",
"rxjs": "^7.8.1",
"swr": "^2.2.5",
"tailwind-merge": "^3.3.1",
"typescript": "^5.6.2"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.11",
"@total-typescript/tsconfig": "^1.0.4",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.2.25",
"@typescript-eslint/parser": "^7.11.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.21",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-import": "^2.29.0",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.11",
"tailwindcss-animate": "^1.0.7",
"vite": "^5.3.4",
"vite-tsconfig-paths": "^5.1.4"
}
}