-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.08 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
{
"name": "box-ui-elements-monorepo-demo",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"build": "turbo run build",
"start": "turbo run start"
},
"keywords": [],
"author": "Greg Wong <[email protected]>",
"license": "ISC",
"description": "",
"workspaces": [
"apps/*",
"packages/*"
],
"private": true,
"packageManager": "[email protected]",
"dependencies": {
"@ariakit/react": "0.4.5",
"@box/blueprint-web": "^7.30.1",
"@box/blueprint-web-assets": "^4.21.0",
"@box/box-ai-content-answers": "^0.57.1",
"@box/cldr-data": ">=34.2.0",
"@box/metadata-editor": "^0.65.0",
"@box/react-virtualized": "9.22.3-rc-box.9",
"@hapi/address": "^2.1.4",
"axios": "^0.25.0",
"box-annotations": "^4.1.1-beta.5",
"box-ui-elements": "^22.0.0",
"classnames": "^2.5.1",
"color": "^3.1.2",
"draft-js": "^0.11.7",
"filesize": "^4.1.2",
"form-serialize": "^0.7.2",
"formik": "^2.0.0",
"highlight.js": "^11.10.0",
"ilib-tree-node": "^1.2.0",
"immutable": "^3.7.4",
"intl-messageformat": "^7.8.4",
"js-sha1": "0.6.0",
"jsuri": "^1.3.1",
"lodash": "^4.17.5",
"message-accumulator": "^2.1.1",
"mousetrap": "^1.6.3",
"pikaday": "^1.8.2",
"prettier": "^3.3.3",
"query-string": "5.1.1",
"react": "^18.2.0",
"react-animate-height": "^3.2.3",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.6",
"react-immutable-proptypes": "^2.1.0",
"react-intl": "6.4.2",
"react-measure": "^2.5.2",
"react-modal": "^3.16.1",
"react-popper": "1.3.4",
"react-process-string": "^1.2.0",
"react-responsive": "^10.0.0",
"react-router-dom": "5.3.4",
"react-scrollbars-custom": "^4.0.21",
"react-tether": "^1.0.5",
"react-textarea-autosize": "^8.5.3",
"regenerator-runtime": "^0.13.2",
"remarkable": "^2.0.1",
"sanitize-html": "^1.21.1",
"sass": "1.34.1",
"scroll-into-view-if-needed": "^2.2.20",
"tabbable": "1.1.2",
"uuid": "^8.3.2"
},
"devDependencies": {
"turbo": "^2.3.0"
}
}