-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.48 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
{
"name": "analysis-dashboard",
"version": "0.1.0",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@otplib/core": "^12.0.1",
"@otplib/plugin-base32-enc-dec": "^12.0.1",
"@otplib/plugin-crypto-js": "^12.0.1",
"@otplib/preset-browser": "^12.0.1",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"bcrypt": "4.0.1",
"buffer": "^6.0.3",
"crypto-js": "4.0.0",
"d3": "^7.9.0",
"d3-sankey": "^0.12.3",
"papaparse": "^5.3.2",
"events": "^3.1.0",
"moment": "2.25.3",
"otplib": "^2.0.0",
"react": "latest",
"react-app-polyfill": "^3.0.0",
"react-dom": "latest",
"react-google-charts": "^4.0.1",
"react-icons": "^5.0.1",
"react-router-dom": "^6.22.3",
"url": "0.11.0"
},
"devDependencies": {
"formik": "^2.4.5",
"jsurl": "^0.1.5",
"moment": "^2.30.1",
"qrcode": "^1.5.3",
"react-scripts": "latest",
"sass": "^1.72.0",
"yup": "^1.4.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}