mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-21 15:36:50 -05:00
* @types/node (^22.19.10 → ^22.19.15) * baseline-browser-mapping (^2.9.19 → ^2.10.0) * eslint (^9.39.2 → ^9.39.3) * lage (^2.14.17 → ^2.14.19) * lint-staged (^16.2.7 → ^16.3.2) * minimatch (^10.1.2 → ^10.2.4) * oxlint (^1.47.0 → ^1.51.0) * rollup-plugin-visualizer (^6.0.5 → ^6.0.11) * @chromatic-com/storybook (^5.0.0 → ^5.0.1) * @storybook/addon-a11y (^10.2.7 → ^10.2.16) * @storybook/addon-docs (^10.2.7 → ^10.2.16) * @storybook/react-vite (^10.2.7 → ^10.2.16) * eslint-plugin-storybook (^10.2.7 → ^10.2.16) * storybook (^10.2.7 → ^10.2.16) * @codemirror/autocomplete (^6.20.0 → ^6.20.1) * @codemirror/lang-javascript (^6.2.4 → ^6.2.5) * @codemirror/language (^6.12.1 → ^6.12.2) * @rolldown/plugin-babel (~0.1.7 → ~0.1.8) * @swc/core (^1.15.11 → ^1.15.18) * @swc/helpers (^0.5.18 → ^0.5.19) * @tanstack/react-query (^5.90.20 → ^5.90.21) * @uiw/react-codemirror (^4.25.4 → ^4.25.7) * hyperformula (^3.1.1 → ^3.2.0) * i18next (^25.8.4 → ^25.8.14) * i18next-parser (^9.3.0 → ^9.4.0) * react-i18next (^16.5.4 → ^16.5.6) * react-virtualized-auto-sizer (^2.0.2 → ^2.0.3) * fs-extra (^11.3.3 → ^11.3.4) * @r74tech/docusaurus-plugin-panzoom (^2.4.0 → ^2.4.2) * lru-cache (^11.2.5 → ^11.2.6) * nodemon (^3.1.11 → ^3.1.14) * eslint-plugin-perfectionist (^4.15.1 → ^5.6.0) * downshift (9.0.10 → 9.3.2) * react-router (7.13.0 → 7.13.1) * @easyops-cn/docusaurus-search-local (^0.52.3 → ^0.55.1) * peggy (5.0.6 → 5.1.0) * @types/supertest (^6.0.3 → ^7.2.0) * note
71 lines
2.4 KiB
JSON
71 lines
2.4 KiB
JSON
{
|
|
"name": "@actual-app/components",
|
|
"version": "0.0.1",
|
|
"license": "MIT",
|
|
"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.15.1",
|
|
"usehooks-ts": "^3.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@chromatic-com/storybook": "^5.0.1",
|
|
"@storybook/addon-a11y": "^10.2.16",
|
|
"@storybook/addon-docs": "^10.2.16",
|
|
"@storybook/react-vite": "^10.2.16",
|
|
"@svgr/cli": "^8.1.0",
|
|
"@types/react": "^19.2.14",
|
|
"@typescript/native-preview": "^7.0.0-dev.20260309.1",
|
|
"@vitejs/plugin-react": "^6.0.0",
|
|
"eslint-plugin-storybook": "^10.2.16",
|
|
"react": "19.2.4",
|
|
"react-dom": "19.2.4",
|
|
"storybook": "^10.2.16",
|
|
"vite": "^8.0.0",
|
|
"vitest": "^4.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=19.2",
|
|
"react-dom": ">=19.2"
|
|
}
|
|
}
|