UNPKG

@fairmint/canton-node-sdk

Version:
57 lines (56 loc) 1.53 kB
{ "name": "@lfdecentralizedtrust/splice-common-frontend-utils", "version": "0.1.0", "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "dependencies": { "@js-temporal/polyfill": "^0.4.4", "web-vitals": "4.2.4", "zod": "3.19.1" }, "devDependencies": { "@tanstack/eslint-plugin-query": "5.72.2", "@trivago/prettier-plugin-sort-imports": "5.2.2", "@types/node": "22.14.0", "@types/react": "18.3.12", "@types/react-dom": "18.3.6", "eslint": "9.24.0", "eslint-config-prettier": "10.1.1", "prettier": "3.5.3", "typescript": "5.8.3", "typescript-eslint": "^8.30.1" }, "exports": { ".": "./lib/index.js", "./*": "./lib/*.js" }, "main": "lib/index.js", "peerDependencies": { "@mui/icons-material": "^7.3.4", "@mui/material": "^7.3.4", "react": "18.3.1", "react-dom": "18.3.1" }, "private": true, "scripts": { "build": "tsc", "check": "npm run format:check && npm run lint:check", "fix": "npm run format:fix && npm run lint:fix", "format:check": "prettier --check -- src", "format:fix": "prettier --write -- src", "lint:check": "eslint --ignore-pattern src/com/* --max-warnings=0 -- src", "lint:fix": "eslint --ignore-pattern src/com/* --fix --max-warnings=0 -- src", "start": "tsc --watch" }, "types": "lib/index.d.ts" }