-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
113 lines (113 loc) · 2.97 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"name": "boxwealthportaldemo",
"version": "1.0.0",
"private": true,
"dependencies": {
"@box/cldr-data": "^34.8.0",
"@box/react-virtualized": "9.22.3-rc-box.6",
"@hapi/address": "^2.1.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"ajv": "^8.12.0",
"axios": "^0.25.0",
"box-node-sdk": "^3.5.0",
"box-ui-elements": "20.0.0-beta.17",
"classnames": "^2.5.1",
"color": "^3.2.1",
"draft-js": "^0.10.5",
"feather-icons": "^4.29.0",
"filesize": "^4.2.1",
"form-serialize": "^0.7.2",
"formik": "^2.4.5",
"framer-motion": "^6.5.1",
"ilib-tree-node": "^1.3.2",
"immutable": "^3.8.2",
"intl-messageformat": "^7.8.4",
"js-sha1": "^0.6.0",
"jsuri": "^1.3.1",
"lodash": "^4.17.5",
"message-accumulator": "^2.2.3",
"moment": "^2.30.1",
"mousetrap": "^1.6.5",
"pikaday": "^1.8.2",
"query-string": "^5.1.1",
"react": "^17.0.2",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-animate-height": "^2.1.2",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^17.0.2",
"react-draggable": "^3.3.2",
"react-github-btn": "^1.4.0",
"react-immutable-proptypes": "^2.2.0",
"react-intl": "^2.9.0",
"react-measure": "^2.5.2",
"react-modal": "^3.16.1",
"react-popper": "^1.3.11",
"react-process-string": "^1.2.0",
"react-responsive": "^8.2.0",
"react-rnd": "^10.3.7",
"react-router-dom": "^5.3.4",
"react-scripts": "5.0.1",
"react-scrollbars-custom": "^4.1.1",
"react-slick": "^0.29.0",
"react-snap": "^1.23.0",
"react-tether": "^1.0.5",
"react-textarea-autosize": "^8.5.3",
"regenerator-runtime": "^0.13.11",
"sanitize-html": "^1.21.1",
"sass": "^1.34.1",
"scroll-into-view-if-needed": "^2.2.31",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.5",
"tabbable": "^1.1.3",
"tailwindcss": "^3.0.0",
"tailwindcss-scoped-preflight": "^2.1.0",
"twin.macro": "^3.0.0-rc.4",
"uuid": "^8.3.2",
"web-vitals": "^3.0.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"deploy": "yarn build && netlify deploy --prod --dir=build",
"postbuild": "react-snap"
},
"eslintConfig": {
"extends": "react-app",
"overrides": [
{
"files": [
"src/**/*.js"
],
"rules": {
"import/no-anonymous-default-export": "off"
}
}
]
},
"reactSnap": {
"puppeteerArgs": [
"--no-sandbox",
"--disable-setuid-sandbox"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"typescript": "^5.4.5"
},
"proxy": "http://localhost:3000"
}