mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-02-20 00:33:07 +01:00
feat: implement requirement that checks the AGENTS.md to verify it has all the skills linked fix: add it to CI demonstrate failure fix: AI adressing the comments fix: remove unnecessary parseArgs, use node native fix: bit of refactoring, introduce DI to test stuff fix: remove fix implmentation its too messy and I ddo not want to commit AI slop fix: di for report test with console feat: requirements uses nx-afected fix: refactor the requre affectd so it is not a slop fix: esm saddness fix: ignore pacakges fix: affected correcty test: intentionlly break it fix: CI for affected fix: revert, 'nrwl/nx-set-shas@v4' shall do the job fix: CI trial & error fix: ai slop to verify fix: comments stripping fix: try default fetch fix: strip fix: backfix the testing errors fix: missing components link fix: missing depcheck for analytics-docs fix: review fix: move tests fix: new ignored package local skill
32 lines
1006 B
JSON
32 lines
1006 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.1.19",
|
|
"ts-morph": "^27.0.2",
|
|
"vite": "^7.2.4",
|
|
"vite-plugin-node-polyfills": "^0.24.0"
|
|
},
|
|
"devDependencies": {
|
|
"tsx": "^4.20.3"
|
|
}
|
|
}
|