mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-09 08:48:15 +01:00
50 lines
2.0 KiB
JSON
50 lines
2.0 KiB
JSON
{
|
|
"name": "@trezor/suite-web",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"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/formatters": "workspace:*",
|
|
"@suite-common/sentry": "workspace:*",
|
|
"@suite-common/suite-types": "workspace:*",
|
|
"@trezor/connect": "workspace:*",
|
|
"@trezor/device-utils": "workspace:*",
|
|
"@trezor/suite": "workspace:*",
|
|
"react": "19.0.0",
|
|
"react-dom": "19.0.0",
|
|
"react-helmet-async": "^2.0.5",
|
|
"react-redux": "9.2.0",
|
|
"react-router": "^5.2.0",
|
|
"react-router-dom": "^5.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@suite-common/test-utils": "workspace:*",
|
|
"@suite-common/wallet-config": "workspace:*",
|
|
"@trezor/connect": "workspace:*",
|
|
"@trezor/e2e-utils": "workspace:*",
|
|
"@trezor/env-utils": "workspace:*",
|
|
"@trezor/eslint": "workspace:*",
|
|
"@trezor/protobuf": "workspace:*",
|
|
"@trezor/suite-analytics": "workspace:*",
|
|
"@trezor/transport": "workspace:*",
|
|
"@trezor/trezor-user-env-link": "workspace:*",
|
|
"@trezor/utils": "workspace:*",
|
|
"@types/react": "^19.0.0",
|
|
"@types/react-dom": "^19.0.0",
|
|
"@types/react-router": "^5.1.20",
|
|
"@types/react-router-dom": "^5.1.7",
|
|
"rimraf": "^6.0.1",
|
|
"stylelint": "^16.17.0",
|
|
"tsx": "^4.20.3"
|
|
}
|
|
}
|