mirror of
https://github.com/actualbudget/actual.git
synced 2026-05-07 20:38:54 -05:00
* typescript (^5.9.3 -> ^6.0.2) * eslint-plugin-perfectionist (^5.6.0 → ^5.8.0) * @types/node (^22.19.15 → ^22.19.17) * @typescript/native-preview (^7.0.0-dev.20260309.1 → ^7.0.0-dev.20260404.1) * eslint (^9.39.3 → ^9.39.4) * lage (^2.14.19 → ^2.15.5) * lint-staged (^16.3.2 → ^16.4.0) * minimatch (^10.2.4 → ^10.2.5) * vitest (^4.1.0 → ^4.1.2) * better-sqlite3 (^12.6.2 → ^12.8.0) * commander (^13.0.0 → ^13.1.0) * cosmiconfig (^9.0.0 → ^9.0.1) * @chromatic-com/storybook (^5.0.1 → ^5.1.1) * @storybook/addon-a11y (^10.2.16 → ^10.3.4) * @storybook/addon-docs (^10.2.16 → ^10.3.4) * @storybook/react-vite (^10.2.16 → ^10.3.4) * eslint-plugin-storybook (^10.2.16 → ^10.3.4) * storybook (^10.2.16 → ^10.3.4) * @codemirror/language (^6.12.2 → ^6.12.3) * @react-aria/interactions (^3.27.0 → ^3.27.1) * @swc/core (^1.15.18 → ^1.15.24) * @swc/helpers (^0.5.19 → ^0.5.21) * @tanstack/react-query (^5.90.21 → ^5.96.2) * @uiw/react-codemirror (^4.25.7 → ^4.25.9) * @vitejs/plugin-basic-ssl (^2.2.0 → ^2.3.0) * i18next (^25.8.14 → ^25.10.10) * lru-cache (^11.2.6 → ^11.2.7) * react-grid-layout (^2.2.2 → ^2.2.3) * react-i18next (^16.5.6 → ^16.6.6) * rolldown (^1.0.0-rc.12 → ^1.0.0-rc.13) * sass (^1.97.3 → ^1.99.0) * adm-zip (^0.5.16 → ^0.5.17) * csv-parse (^6.1.0 → ^6.2.1) * csv-stringify (^6.6.0 → ^6.7.0) * jest-diff (^30.2.0 → ^30.3.0) * express-rate-limit (^8.3.0 → ^8.3.2) * upgrade yarn to 4.13.0 * react-aria-components (^1.15.1 → ^1.16.0) * @vitejs/plugin-react (^6.0.0 → ^6.0.1) * @codemirror/state (^6.5.4 → ^6.6.0), @codemirror/view (^6.38.7 → ^6.41.0) * react-aria (^3.46.0 → ^3.47.0) * react-error-boundary (^6.0.3 → ^6.1.1) * recharts (^3.7.0 → ^3.8.1) * fast-check (4.5.3 → ^4.6.0) * rollup-plugin-visualizer (^6.0.11 → ^7.0.1) * commander (^13.1.0 → ^14.0.3) * note * coderabbit feedback, and a test for good measure * typescript (^5.9.3 -> ^6.0.2) * @playwright/test (1.58.2 -> 1.59.1) * yarn dedupe
75 lines
2.5 KiB
JSON
75 lines
2.5 KiB
JSON
{
|
|
"name": "@actual-app/components",
|
|
"version": "0.0.1",
|
|
"license": "MIT",
|
|
"imports": {
|
|
"#tokens": "./src/tokens.ts"
|
|
},
|
|
"exports": {
|
|
"./hooks/*": "./src/hooks/*.ts",
|
|
"./icons/logo": "./src/icons/logo/index.ts",
|
|
"./icons/v0": "./src/icons/v0/index.ts",
|
|
"./icons/v1": "./src/icons/v1/index.ts",
|
|
"./icons/v2": "./src/icons/v2/index.ts",
|
|
"./icons/AnimatedLoading": "./src/icons/AnimatedLoading.tsx",
|
|
"./icons/Loading": "./src/icons/Loading.tsx",
|
|
"./aligned-text": "./src/AlignedText.tsx",
|
|
"./block": "./src/Block.tsx",
|
|
"./button": "./src/Button.tsx",
|
|
"./card": "./src/Card.tsx",
|
|
"./form-error": "./src/FormError.tsx",
|
|
"./initial-focus": "./src/InitialFocus.ts",
|
|
"./inline-field": "./src/InlineField.tsx",
|
|
"./input": "./src/Input.tsx",
|
|
"./label": "./src/Label.tsx",
|
|
"./menu": "./src/Menu.tsx",
|
|
"./paragraph": "./src/Paragraph.tsx",
|
|
"./popover": "./src/Popover.tsx",
|
|
"./select": "./src/Select.tsx",
|
|
"./space-between": "./src/SpaceBetween.tsx",
|
|
"./styles": "./src/styles.ts",
|
|
"./text": "./src/Text.tsx",
|
|
"./text-one-line": "./src/TextOneLine.tsx",
|
|
"./theme": "./src/theme.ts",
|
|
"./tokens": "./src/tokens.ts",
|
|
"./toggle": "./src/Toggle.tsx",
|
|
"./tooltip": "./src/Tooltip.tsx",
|
|
"./view": "./src/View.tsx",
|
|
"./color-picker": "./src/ColorPicker.tsx"
|
|
},
|
|
"scripts": {
|
|
"generate:icons": "rm src/icons/*/*.tsx; cd src/icons && svgr --template template.ts --index-template index-template.ts --typescript --expand-props start -d . .",
|
|
"test": "npm-run-all -cp 'test:*'",
|
|
"test:web": "ENV=web vitest --run -c vitest.web.config.ts",
|
|
"start:storybook": "storybook dev -p 6006",
|
|
"build:storybook": "storybook build",
|
|
"typecheck": "tsgo -b"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/css": "^11.13.5",
|
|
"react-aria-components": "^1.16.0",
|
|
"usehooks-ts": "^3.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@chromatic-com/storybook": "^5.1.1",
|
|
"@storybook/addon-a11y": "^10.3.4",
|
|
"@storybook/addon-docs": "^10.3.4",
|
|
"@storybook/react-vite": "^10.3.4",
|
|
"@svgr/babel-plugin-add-jsx-attribute": "^8.0.0",
|
|
"@svgr/cli": "^8.1.0",
|
|
"@types/react": "^19.2.14",
|
|
"@typescript/native-preview": "^7.0.0-dev.20260404.1",
|
|
"@vitejs/plugin-react": "^6.0.1",
|
|
"eslint-plugin-storybook": "^10.3.4",
|
|
"react": "19.2.4",
|
|
"react-dom": "19.2.4",
|
|
"storybook": "^10.3.4",
|
|
"vite": "^8.0.5",
|
|
"vitest": "^4.1.2"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=19.2",
|
|
"react-dom": ">=19.2"
|
|
}
|
|
}
|