Files
trezor-suite/packages/suite-web/package.json
2025-10-01 11:12:21 +02:00

40 lines
1.5 KiB
JSON

{
"name": "@trezor/suite-web",
"version": "1.0.0",
"private": true,
"scripts": {
"depcheck": "yarn g:depcheck",
"type-check": "yarn g:tsc --build tsconfig.json",
"type-check:watch": "yarn type-check -- --watch",
"lint:styles": "npx stylelint './src/**/*{.ts,.tsx}' --cache --config ../../.stylelintrc",
"dev": "CROWDIN_IN_ENABLED=true yarn rimraf ./build && yarn workspace @trezor/suite-build run dev:web",
"dev:vite": "CROWDIN_IN_ENABLED=true PROJECT=web yarn rimraf ./build && yarn workspace @trezor/suite-build run dev:web:vite",
"analyze": "ANALYZE=true yarn build",
"build": "yarn rimraf ./build && yarn workspace @trezor/suite-build run build:web"
},
"dependencies": {
"@sentry/browser": "^8.47.0",
"@suite-common/sentry": "workspace:*",
"@suite-common/suite-types": "workspace:*",
"@trezor/connect": "workspace:*",
"@trezor/suite": "workspace:*",
"core-js": "^3.45.1",
"history": "^5.3.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-redux": "9.2.0"
},
"devDependencies": {
"@trezor/connect": "workspace:*",
"@trezor/eslint": "workspace:*",
"@trezor/suite-local-first-storage": "workspace:*",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"postcss-styled-syntax": "^0.7.1",
"rimraf": "^6.0.1",
"stylelint": "^16.17.0",
"stylelint-config-standard": "^38.0.0",
"tsx": "^4.20.3"
}
}