-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
87 lines (87 loc) · 2.79 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
{
"name": "mds",
"version": "3.1.10",
"description": "A MinIO Components Library",
"homepage": ".",
"license": "AGPL-3.0-or-later",
"main": "dist/esm/index.js",
"module": "dist/esm/index.js",
"types": "dist/mds.d.ts",
"type": "module",
"scripts": {
"build": "rm -rf dist && rollup -c && prettier --write dist",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build -o docs",
"test": "jest",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --write ."
},
"dependencies": {
"@emotion/css": "^11.13.5",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@storybook/addon-themes": "^8.4.7",
"@storybook/addons": "7.6.20",
"@storybook/client-api": "7.6.20",
"@storybook/test": "^8.4.7",
"@uiw/react-textarea-code-editor": "^3.1.0",
"detect-gpu": "^5.0.61",
"luxon": "^3.5.0",
"react-calendar": "^5.1.0",
"react-virtualized": "^9.22.5"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@chromatic-com/storybook": "^3.2.2",
"@eslint/js": "^9.17.0",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-typescript": "^12.1.1",
"@storybook/addon-actions": "^8.4.7",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-interactions": "^8.4.7",
"@storybook/addon-links": "^8.4.7",
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
"@storybook/react": "^8.4.7",
"@storybook/react-webpack5": "^8.4.7",
"@storybook/theming": "^8.4.7",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.13",
"@types/luxon": "^3.4.2",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.3",
"@types/react-virtualized": "^9.22.0",
"babel-loader": "^9.2.1",
"eslint": "^9.17.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"eslint-plugin-simple-import-sort": "^12.1.1",
"globals": "^15.13.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lodash": "^4.17.21",
"prettier": "^3.4.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"remark-gfm": "^4.0.0",
"rollup": "^4.28.1",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-import-css": "^3.5.8",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-rebase": "^4.1.1",
"rollup-plugin-terser": "^7.0.2",
"storybook": "^8.4.7",
"storybook-dark-mode": "^4.0.2",
"ts-jest": "^29.2.5",
"tslib": "^2.8.1",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.0"
},
"packageManager": "yarn@4.5.1"
}