-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
93 lines (93 loc) · 2.87 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "@tabula/ui-kit",
"version": "1.0.0",
"private": true,
"description": "Reusable packages designed for Retable Inc. products",
"type": "module",
"keywords": [
"tabula.io",
"tomat.ai",
"ui-kit"
],
"homepage": "https://github.com/ReTable/ui-kit#readme",
"bugs": {
"url": "https://github.com/ReTable/ui-kit/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/ReTable/ui-kit.git"
},
"author": "Retable Inc.",
"license": "ISC",
"packageManager": "pnpm@9.14.2",
"engines": {
"node": "^20",
"pnpm": "^9"
},
"scripts": {
"build": "turbo build",
"build:docs": "turbo build:docs",
"build:watch": "turbo build:watch",
"docs:build": "storybook build --output-dir docs",
"docs:watch": "storybook dev -p 6006",
"lint": "NODE_OPTIONS=\"--max-old-space-size=8192\" eslint .",
"release": "changeset publish",
"scaffold:component": "plop component",
"scaffold:hook": "plop hook",
"scaffold:library": "plop library",
"test": "turbo test"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.10",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@commitlint/config-pnpm-scopes": "^19.5.0",
"@ngneat/falso": "^7.2.0",
"@storybook/addon-actions": "^7.6.16",
"@storybook/addon-essentials": "^7.6.16",
"@storybook/addon-interactions": "^7.6.16",
"@storybook/addon-links": "^7.6.16",
"@storybook/blocks": "^7.6.16",
"@storybook/manager-api": "^7.6.16",
"@storybook/react": "^7.6.16",
"@storybook/react-vite": "^7.6.16",
"@storybook/testing-library": "^0.2.2",
"@storybook/theming": "^7.6.16",
"@tabula/eslint-config": "^1.0.0",
"@tabula/forge": "^4.0.2",
"@tabula/prettier-config": "workspace:*",
"@tabula/typescript-config": "workspace:*",
"@tabula/vitest-config": "workspace:*",
"@testing-library/dom": "catalog:",
"@testing-library/jest-dom": "catalog:",
"@testing-library/react": "catalog:",
"@testing-library/user-event": "catalog:",
"@types/node": "^22.10.0",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"@types/react-test-renderer": "catalog:",
"@vanilla-extract/css": "catalog:",
"@vanilla-extract/css-utils": "catalog:",
"@vanilla-extract/dynamic": "catalog:",
"@vanilla-extract/vite-plugin": "^4.0.18",
"change-case": "^5.4.4",
"eslint": "9.13.0",
"execa": "^9.3.0",
"handlebars": "^4.7.8",
"happy-dom": "catalog:",
"lefthook": "^1.7.18",
"plop": "^4.0.1",
"prettier": "catalog:",
"prop-types": "^15.8.1",
"react": "catalog:",
"react-dom": "catalog:",
"react-test-renderer": "catalog:",
"storybook": "^7.6.16",
"tsx": "^4.19.1",
"turbo": "^2.3.3",
"typescript": "catalog:",
"vite": "^5.4.12",
"vitest": "catalog:"
}
}