-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.15 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "react-paginator-root",
"type": "module",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"start": "storybook dev -p 6006",
"build": "bun --filter='*' run build",
"lint": "bun --filter='*' run lint",
"test:unit": "bun --filter='*' run test:unit",
"test:ts": "bun --filter='*' run test:ts",
"test": "bun run lint && bun run test:ts && bun run test:unit",
"validate": "bun run test && bun run build"
},
"repository": "git@github.com:vtaits/react-paginator.git",
"author": "Vadim Taits",
"license": "MIT",
"devDependencies": {
"@storybook/addon-essentials": "^8.5.3",
"@storybook/addon-interactions": "^8.5.3",
"@storybook/addon-links": "^8.5.3",
"@storybook/blocks": "^8.5.3",
"@storybook/builder-vite": "^8.5.3",
"@storybook/react": "^8.5.3",
"@storybook/react-vite": "^8.5.3",
"@storybook/testing-library": "^0.2.2",
"cross-env": "^7.0.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"rimraf": "^6.0.1",
"storybook": "^8.5.3",
"typescript": "^5.7.3",
"vite": "^6.0.11",
"@types/bun": "latest"
},
"packageManager": "pnpm@10.2.0"
}