@fairmint/canton-node-sdk
Version:
Canton Node SDK
75 lines (74 loc) • 2.41 kB
JSON
{
"name": "splitwell-frontend",
"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": {
"@daml/ledger": "file:../../../nix/vendored/daml-ledger-0.0.0.tgz",
"@daml/types": "file:../../../nix/vendored/daml-types-0.0.0.tgz",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^7.3.4",
"@mui/material": "^7.3.4",
"@tanstack/react-query": "5.72.2",
"@lfdecentralizedtrust/splice-common-frontend": "0.1.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-helmet-async": "^2.0.5",
"react-router-dom": "6.8.1",
"uuid": "9.0.0",
"web-vitals": "4.2.4"
},
"devDependencies": {
"@eslint/js": "^9.24.0",
"@lfdecentralizedtrust/splice-common-test-utils": "^0.1.0",
"@lfdecentralizedtrust/splice-common-test-vite-utils": "^0.1.0",
"@tanstack/eslint-plugin-query": "5.72.2",
"@tanstack/react-query-devtools": "5.72.2",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.4.3",
"@trivago/prettier-plugin-sort-imports": "5.2.2",
"@types/google-protobuf": "3.15.6",
"@types/node": "22.14.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.6",
"@types/uuid": "8.3.4",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "9.24.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"globals": "^16.0.0",
"happy-dom": "^20.0.0",
"prettier": "3.5.3",
"typescript": "5.8.3",
"typescript-eslint": "^8.30.1",
"vite": "^5.4.19",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.1.1"
},
"private": true,
"scripts": {
"build": "vite build",
"check": "npm run format:check && npm run lint:check",
"clean": "rm -rf node_modules",
"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",
"type:check": "tsc --noEmit",
"start": "vite --force",
"test": "PORT=0 vitest",
"test:sbt": "PORT=0 vitest --run"
}
}