-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.75 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
{
"name": "rave-ui",
"version": "0.17.0",
"license": "MIT",
"author": "BjoernRave",
"main": "dist/src/index.js",
"files": ["dist"],
"scripts": {
"build": "tsc",
"test": "jest",
"prepare": "tsc",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"peerDependencies": {
"@emotion/react": ">=11.11.3",
"@emotion/styled": ">=11.11.0",
"@mui/icons-material": ">=5.13.7",
"@mui/material": ">=5.13.7",
"@mui/x-date-pickers-pro": ">=6.3.0",
"@tanstack/react-table": ">=8.9.3",
"date-fns": ">=2.30.0",
"react": ">=16",
"react-dom": ">=16",
"zod": ">=3.22.4",
"@hookform/resolvers": ">=3.9.0",
"react-hook-form": ">=7.53.0"
},
"dependencies": {
"@emotion/cache": "^11.11.0",
"react-dropzone": "14.2.3"
},
"devDependencies": {
"@biomejs/biome": "^1.9.2",
"@emotion/react": "11.11.1",
"@emotion/server": "11.11.0",
"@emotion/styled": "11.11.0",
"@mui/icons-material": "5.13.7",
"@mui/material": "5.13.7",
"@mui/x-date-pickers-pro": "6.3.0",
"@storybook/addon-actions": "^7.0.26",
"@storybook/addon-essentials": "^7.0.26",
"@storybook/addon-interactions": "^7.0.26",
"@storybook/addon-links": "^7.0.26",
"@storybook/builder-webpack5": "^7.0.26",
"@storybook/manager-webpack5": "^6.5.16",
"@storybook/react": "^7.0.26",
"@storybook/testing-library": "^0.2.0",
"@tsconfig/create-react-app": "^1.0.3",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.5",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"date-fns": "^2.30.0",
"jest": "^29.7.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ts-jest": "^29.1.1",
"typescript": "^5.6.2",
"zod": "^3.22.4"
}
}