-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2cd2d3b
commit acee38c
Showing
2 changed files
with
6,799 additions
and
5,543 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,87 +1,80 @@ | ||
{ | ||
"name": "react-trello-ts", | ||
"version": "2.1.0", | ||
"description": "Pluggable typesafe components to add a trello like kanban board to your application", | ||
"types": "./dist/index.d.ts", | ||
"main": "./dist/index.js", | ||
"exports": { | ||
".": { | ||
"require": "./dist/index.js", | ||
"import": "./dist/index.mjs" | ||
} | ||
}, | ||
"files": [ | ||
"dist", | ||
"README" | ||
], | ||
"scripts": { | ||
"prepublish": "pnpm build", | ||
"storybook": "storybook dev -p 6006", | ||
"storybook:no-open": "pnpm storybook --no-open", | ||
"test": "start-server-and-test storybook:no-open http://localhost:6006 test-storybook", | ||
"test-storybook": "test-storybook", | ||
"dev": "tsup --watch", | ||
"build": "tsup", | ||
"docs": "storybook build -o docs", | ||
"build-storybook": "storybook build -o storybook-build", | ||
"lint": "pnpm biome check .", | ||
"release": "pnpm build && pnpm changeset publish", | ||
"changeset": "changeset" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/KaiSpencer/react-trello-ts" | ||
}, | ||
"keywords": [ | ||
"react", | ||
"trello", | ||
"board", | ||
"typescript" | ||
], | ||
"author": "Kai Spencer", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/KaiSpencer/react-trello-ts/issues" | ||
}, | ||
"homepage": "https://github.com/KaiSpencer/react-trello-ts", | ||
"dependencies": { | ||
"autosize": "^4.0.4", | ||
"classnames": "^2.5.1", | ||
"immer": "^9.0.21", | ||
"react-popopo": "^2.1.9", | ||
"trello-smooth-dnd": "1.0.0", | ||
"uuid": "^9.0.1", | ||
"zustand": "^4.4.7" | ||
}, | ||
"devDependencies": { | ||
"@biomejs/biome": "1.4.1", | ||
"@changesets/cli": "^2.27.1", | ||
"@chromatic-com/storybook": "^1", | ||
"@storybook/addon-essentials": "^8.1.1", | ||
"@storybook/cli": "^8.1.1", | ||
"@storybook/core-events": "^8.1.1", | ||
"@storybook/react": "^8.1.1", | ||
"@storybook/react-vite": "^8.1.1", | ||
"@storybook/test-runner": "^0.18.1", | ||
"@types/node": "^18.19.4", | ||
"@types/react": "^16.14.55", | ||
"@types/react-dom": "^16.9.24", | ||
"@types/styled-components": "^5.1.34", | ||
"@types/uuid": "^8.3.4", | ||
"i18next": "^17.3.1", | ||
"playwright": "^1.40.1", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"react-i18next": "^10.13.2", | ||
"start-server-and-test": "^2.0.3", | ||
"storybook": "^8.1.1", | ||
"styled-components": "^5.3.11", | ||
"tsup": "^8.0.1", | ||
"typescript": "^5.3.3" | ||
}, | ||
"peerDependencies": { | ||
"react": ">=16.8.0 <=18", | ||
"react-dom": ">=16.8.0 <=18", | ||
"styled-components": ">= 4.0.3" | ||
} | ||
"name": "react-trello-ts", | ||
"version": "2.1.0", | ||
"description": "Pluggable typesafe components to add a trello like kanban board to your application", | ||
"types": "./dist/index.d.ts", | ||
"main": "./dist/index.js", | ||
"exports": { | ||
".": { | ||
"require": "./dist/index.js", | ||
"import": "./dist/index.mjs" | ||
} | ||
}, | ||
"files": ["dist", "README"], | ||
"scripts": { | ||
"prepublish": "pnpm build", | ||
"storybook": "storybook dev -p 6006", | ||
"storybook:no-open": "pnpm storybook --no-open", | ||
"test": "start-server-and-test storybook:no-open http://localhost:6006 test-storybook", | ||
"test-storybook": "test-storybook", | ||
"dev": "tsup --watch", | ||
"build": "tsup", | ||
"docs": "storybook build -o docs", | ||
"build-storybook": "storybook build -o storybook-build", | ||
"lint": "pnpm biome check .", | ||
"release": "pnpm build && pnpm changeset publish", | ||
"changeset": "changeset" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/KaiSpencer/react-trello-ts" | ||
}, | ||
"keywords": ["react", "trello", "board", "typescript"], | ||
"author": "Kai Spencer", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/KaiSpencer/react-trello-ts/issues" | ||
}, | ||
"homepage": "https://github.com/KaiSpencer/react-trello-ts", | ||
"dependencies": { | ||
"autosize": "^4.0.4", | ||
"classnames": "^2.5.1", | ||
"immer": "^9.0.21", | ||
"react-popopo": "^2.1.9", | ||
"trello-smooth-dnd": "1.0.0", | ||
"uuid": "^9.0.1", | ||
"zustand": "^4.4.7" | ||
}, | ||
"devDependencies": { | ||
"@biomejs/biome": "1.4.1", | ||
"@changesets/cli": "^2.27.1", | ||
"@chromatic-com/storybook": "^1", | ||
"@storybook/addon-essentials": "^8.1.1", | ||
"@storybook/cli": "^8.1.1", | ||
"@storybook/core-events": "^8.1.1", | ||
"@storybook/react": "^8.1.1", | ||
"@storybook/react-vite": "^8.1.1", | ||
"@storybook/test-runner": "^0.18.1", | ||
"@types/node": "^18.19.4", | ||
"@types/react": "^16.14.55", | ||
"@types/react-dom": "^16.9.24", | ||
"@types/styled-components": "^5.1.34", | ||
"@types/uuid": "^8.3.4", | ||
"i18next": "^17.3.1", | ||
"playwright": "^1.40.1", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"react-i18next": "^10.13.2", | ||
"start-server-and-test": "^2.0.3", | ||
"storybook": "^8.1.1", | ||
"styled-components": "^5.3.11", | ||
"tsup": "^8.0.1", | ||
"typescript": "^5.3.3" | ||
}, | ||
"peerDependencies": { | ||
"react": ">=16.8.0 <=18", | ||
"react-dom": ">=16.8.0 <=18", | ||
"styled-components": ">= 4.0.3" | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
Oops, something went wrong.