-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
104 lines (104 loc) · 3.42 KB
/
package.json
File metadata and controls
104 lines (104 loc) · 3.42 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
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
94
95
96
97
98
99
100
101
102
103
104
{
"name": "ol-components",
"version": "0.0.0",
"private": true,
"scripts": {
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"exports": {
".": "./src/index.ts",
"./deprecated": "./src/components/deprecated/index.ts",
"./CarouselV2": "./src/components/CarouselV2/CarouselV2.tsx",
"./CarouselV2Vertical": "./src/components/CarouselV2/CarouselV2Vertical.tsx"
},
"sideEffects": false,
"dependencies": {
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.1",
"@ebay/nice-modal-react": "^1.2.13",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@floating-ui/react": "^0.27.16",
"@mui/base": "5.0.0-beta.70",
"@mui/lab": "6.0.0-dev.240424162023-9968b4889d",
"@mui/material": "^6.4.5",
"@mui/material-nextjs": "^6.4.3",
"@mui/system": "^6.4.3",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-popover": "^1.1.15",
"@remixicon/react": "^4.2.0",
"@testing-library/dom": "^10.4.0",
"@tiptap/core": "^3.13.0",
"@tiptap/extension-blockquote": "^3.13.0",
"@tiptap/extension-document": "^3.13.0",
"@tiptap/extension-heading": "^3.13.0",
"@tiptap/extension-highlight": "^3.13.0",
"@tiptap/extension-horizontal-rule": "^3.13.0",
"@tiptap/extension-image": "^3.13.0",
"@tiptap/extension-list": "^3.13.0",
"@tiptap/extension-subscript": "^3.13.0",
"@tiptap/extension-superscript": "^3.13.0",
"@tiptap/extension-text-align": "^3.13.0",
"@tiptap/extension-typography": "^3.13.0",
"@tiptap/extensions": "^3.13.0",
"@tiptap/pm": "^3.13.0",
"@tiptap/react": "^3.13.0",
"@tiptap/starter-kit": "^3.13.0",
"@types/react-dom": "^19.2.3",
"@types/tinycolor2": "^1.4.6",
"api": "workspace:*",
"classnames": "^2.5.1",
"embla-carousel-react": "^8.6.0",
"embla-carousel-wheel-gestures": "^8.0.2",
"lodash": "^4.17.21",
"lodash.throttle": "^4.1.1",
"material-ui-popup-state": "^5.1.0",
"next": "15.5.8",
"ol-test-utilities": "0.0.0",
"ol-utilities": "0.0.0",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-hotkeys-hook": "^5.2.1",
"react-select": "^5.7.7",
"react-share": "^5.0.3",
"react-slick": "^0.30.2",
"tiny-invariant": "^1.3.1",
"tinycolor2": "^1.6.0",
"validator": "^13.11.0",
"wheel-indicator": "^1.3.0"
},
"devDependencies": {
"@chromatic-com/storybook": "^3.2.7",
"@faker-js/faker": "^10.0.0",
"@storybook/addon-actions": "^8.2.9",
"@storybook/addon-essentials": "^8.2.9",
"@storybook/addon-interactions": "^8.2.9",
"@storybook/addon-links": "^8.2.9",
"@storybook/addon-mdx-gfm": "^8.2.9",
"@storybook/addon-onboarding": "^8.2.9",
"@storybook/addon-webpack5-compiler-swc": "^3.0.0",
"@storybook/blocks": "^8.2.9",
"@storybook/nextjs": "^8.2.9",
"@storybook/preview-api": "^8.2.9",
"@storybook/react": "^8.2.9",
"@storybook/test": "^8.2.9",
"@storybook/types": "^8.2.9",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.5.2",
"@types/lodash.throttle": "^4.1.9",
"@types/react-slick": "^0",
"dotenv": "^17.0.0",
"lodash": "^4.17.21",
"prop-types": "^15.8.1",
"sass": "^1.93.3",
"sass-embedded": "^1.93.3",
"storybook": "^8.2.9",
"typescript": "^5.5.4",
"webpack": "^5.94.0"
},
"peerDependencies": {
"@mitodl/smoot-design": "*"
}
}