mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-02 13:35:10 +01:00
32 lines
1005 B
JSON
32 lines
1005 B
JSON
{
|
|
"name": "@trezor/analytics-docs",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build-data": "tsx ./scripts/buildData.ts",
|
|
"dev": "[ -f public/analytics.json ] || yarn build-data; vite",
|
|
"build": "yarn build-data && vite build",
|
|
"preview": "vite preview",
|
|
"type-check": "yarn g:tsc --build tsconfig.json",
|
|
"depcheck": "yarn g:depcheck"
|
|
},
|
|
"dependencies": {
|
|
"@suite-common/analytics": "workspace:*",
|
|
"@trezor/components": "workspace:*",
|
|
"@trezor/eslint": "workspace:*",
|
|
"@trezor/react-utils": "workspace:*",
|
|
"@trezor/theme": "workspace:*",
|
|
"@trezor/utils": "workspace:*",
|
|
"@vitejs/plugin-react": "^4.7.0",
|
|
"react": "19.1.0",
|
|
"react-dom": "19.1.0",
|
|
"styled-components": "^6.3.9",
|
|
"ts-morph": "^27.0.2",
|
|
"vite": "^7.3.1",
|
|
"vite-plugin-node-polyfills": "^0.25.0"
|
|
},
|
|
"devDependencies": {
|
|
"tsx": "^4.20.3"
|
|
}
|
|
}
|