-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.86 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
{
"name": "sample-ui-elements",
"version": "0.1.0",
"private": true,
"dependencies": {
"@hapi/address": "^2.0.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"axios": "^0.19.2",
"box-node-sdk": "^1.33.0",
"box-ui-elements": "^11.0.2",
"classnames": "^2.2.5",
"draft-js": "^0.10.1",
"express": "^4.17.1",
"filesize": "^4.1.2",
"form-serialize": "^0.7.2",
"formik": "^2.0.0",
"ilib-tree-node": "^1.2.0",
"immutable": "^3.7.4",
"jsuri": "^1.3.1",
"lodash": "^4.17.5",
"message-accumulator": "^2.1.1",
"mousetrap": "^1.6.3",
"node-sass": "^4.14.1",
"nodemon": "^2.0.4",
"pikaday": "^1.8.0",
"query-string": "5.1.1",
"react": "^16.13.1",
"react-animate-height": "^2.0.8",
"react-beautiful-dnd": "^9.0.2",
"react-dom": "^16.13.1",
"react-draggable": "^3.3.0",
"react-immutable-proptypes": "^2.1.0",
"react-intl": "^2.8.0",
"react-measure": "^2.3.0",
"react-modal": "^3.8.1",
"react-process-string": "^1.2.0",
"react-router-dom": "^5.0.0",
"react-scripts": "3.4.1",
"react-tether": "^1.0.0",
"react-textarea-autosize": "^7.1.0",
"react-virtualized": "^9.21.0",
"regenerator-runtime": "^0.13.2",
"scroll-into-view-if-needed": "^2.2.20",
"tabbable": "^1.1.2",
"uuid": "^3.3.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"proxy": "http://localhost:5000/"
}