mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-03 14:06:25 +01:00
42 lines
1.6 KiB
JSON
42 lines
1.6 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": "yarn rimraf ./build && yarn workspace @trezor/suite-build run dev:web",
|
|
"dev:vite": "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",
|
|
"preview": "vite preview -c ./preview.vite.config.mts --outDir ./build --mode production",
|
|
"build:preview": "yarn build && yarn preview"
|
|
},
|
|
"dependencies": {
|
|
"@sentry/browser": "10.38.0",
|
|
"@suite-common/suite-types": "workspace:*",
|
|
"@trezor/connect": "workspace:*",
|
|
"@trezor/suite": "workspace:*",
|
|
"core-js": "^3.48.0",
|
|
"history": "^5.3.0",
|
|
"react": "19.1.0",
|
|
"react-dom": "19.1.0",
|
|
"react-redux": "9.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@suite/sentry": "workspace:*",
|
|
"@trezor/connect": "workspace:*",
|
|
"@trezor/eslint": "workspace:*",
|
|
"@types/react": "19.1.6",
|
|
"@types/react-dom": "19.1.6",
|
|
"postcss-styled-syntax": "^0.7.1",
|
|
"rimraf": "^6.0.1",
|
|
"stylelint": "^16.17.0",
|
|
"stylelint-config-standard": "^38.0.0",
|
|
"tsx": "^4.21.0",
|
|
"vite": "^7.2.4"
|
|
}
|
|
}
|