forked from OneCommunityGlobal/HighestGoodNetworkApp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
115 lines (115 loc) · 3.58 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
114
115
{
"name": "hgnreactapp",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.27",
"@fortawesome/free-regular-svg-icons": "^5.12.1",
"@fortawesome/free-solid-svg-icons": "^5.12.1",
"@fortawesome/react-fontawesome": "^0.1.8",
"@sentry/browser": "^4.6.6",
"@tinymce/tinymce-react": "^3.6.0",
"@uiw/react-heat-map": "^1.3.3",
"@uiw/react-tooltip": "^4.9.1",
"acorn": ">=5.7.4",
"axios": "^0.21.2",
"bootstrap": "^4.5.3",
"classnames": "^2.2.6",
"d3": "^7.3.0",
"date-fns": "^2.14.0",
"diff": "^5.0.0",
"font-awesome": "^4.7.0",
"history": "^4.10.1",
"html-react-parser": "^1.0.0",
"html-to-pdfmake": "^2.0.6",
"jest": "26.6.0",
"jest-mock-axios": "^4.2.1",
"joi": "^14.0.6",
"js-levenshtein": "^1.1.6",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.21",
"moment": "^2.29.2",
"moment-timezone": "^0.5.33",
"nanoid": "^3.2.0",
"pdfmake": "^0.1.65",
"prop-types": "^15.7.2",
"react": "16.14.0",
"react-autosuggest": "^10.1.0",
"react-bootstrap": "^1.0.1",
"react-calendar": "^3.7.0",
"react-date-picker": "^8.4.0",
"react-datepicker": "^3.7.0",
"react-day-picker": "^7.4.8",
"react-dom": "^16.13.1",
"react-html-parser": "^2.0.2",
"react-icons": "^4.3.1",
"react-image": "^2.4.0",
"react-input-range": "^1.3.0",
"react-moment": "^1.1.1",
"react-multi-select-component": "^4.0.2",
"react-phone-input-2": "^2.14.0",
"react-redux": "^7.2.0",
"react-router-bootstrap": "^0.25.0",
"react-router-dom": "^5.2.0",
"react-router-hash-link": "^2.3.1",
"react-scripts": "^4.0.1",
"react-sticky": "^6.0.3",
"react-table": "^6.10.0",
"react-toastify": "^5.3.1",
"react-tooltip": "^4.2.10",
"reactjs-popup": "^2.0.5",
"reactstrap": "^8.4.1",
"read-excel-file": "^4.0.7",
"redux": "^4.0.5",
"redux-actions": "^2.6.5",
"redux-persist": "^5.10.0",
"redux-thunk": "^2.3.0",
"tinymce": "^5.10.7",
"websocket-extensions": ">=0.1.4"
},
"scripts": {
"prestart": "npm run test",
"start": "react-scripts start",
"build": "react-scripts build",
"lint": "eslint src --fix",
"test": "cross-env CI=true react-scripts test --env=jest-environment-jsdom-sixteen",
"test:watch": " react-scripts test --env=jest-environment-jsdom-sixteen",
"test:coverage": "cross-env CI=true react-scripts test --env=jest-environment-jsdom-sixteen --coverage",
"eject": "react-scripts eject",
"start:local": "react-scripts start"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@babel/helper-validator-identifier": "^7.12.11",
"@testing-library/jest-dom": "^5.11.3",
"@testing-library/react": "^10.4.3",
"@testing-library/user-event": "^12.0.14",
"babel-eslint": "^10.1.0",
"cross-env": "^5.2.1",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^5.1.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-testing-library": "^3.6.0",
"fetch-mock": "^9.10.1",
"jest-environment-jsdom-sixteen": "^1.0.3",
"msw": "^0.19.5",
"node-fetch": "^3.1.1",
"node-sass": "^8.0.0",
"prettier": "^1.19.1",
"redux-mock-store": "^1.5.4",
"sinon": "^7.3.2",
"surge": "^0.21.6"
}
}