-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.65 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.65 KB
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
{
"name": "prototype-hds-libraries",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "storybook dev -p 6006",
"test": "vitest"
},
"dependencies": {
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@chromatic-com/storybook": "^3.2.3",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-interactions": "^8.4.7",
"@storybook/addon-onboarding": "^8.4.7",
"@storybook/blocks": "^8.4.7",
"@storybook/react": "^8.4.7",
"@storybook/react-vite": "^8.4.7",
"@storybook/test": "^8.4.7",
"@testing-library/jest-dom": "6.4.6",
"@testing-library/react": "14.3.1",
"@testing-library/user-event": "14.5.2",
"@types/node": "^22.10.2",
"@vitejs/plugin-react": "4.3.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prettier": "5.1.2",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-refresh": "0.4.5",
"eslint-plugin-storybook": "^0.11.1",
"eslint-plugin-testing-library": "6.2.0",
"happy-dom": "15.11.7",
"jsdom": "24.1.0",
"prettier": "3.1.1",
"prop-types": "^15.8.1",
"rimraf": "^6.0.1",
"sass": "1.69.5",
"storybook": "^8.4.7",
"typescript": "^5.7.2",
"vite": "5.2.12",
"vite-plugin-lib-inject-css": "^2.2.0",
"vitest": "1.6.0"
},
"workspaces": [
"packages/radix-prototype",
"packages/headless-ui-prototype",
"packages/ariakit-prototype",
"packages/react-aria-prototype"
]
}