-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
98 lines (98 loc) · 2.65 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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@date-io/date-fns": "^1.3.13",
"@fontsource/jetbrains-mono": "^4.5.3",
"@fontsource/open-sans": "^4.5.6",
"@fontsource/roboto": "^4.5.3",
"@fontsource/source-sans-pro": "^4.5.4",
"@hookform/resolvers": "^2.8.8",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.11.3-deprecations.1",
"@material-ui/pickers": "^3.3.10",
"@react-three/drei": "^8.18.10",
"@react-three/fiber": "^7.0.26",
"@reduxjs/toolkit": "^1.8.0",
"cleave.js": "^1.6.0",
"codemirror": "^5.65.2",
"country-list": "^2.2.0",
"date-fns": "^2.28.0",
"dompurify": "^2.3.6",
"lodash": "^4.17.21",
"marked": "^4.0.12",
"match-sorter": "^6.3.1",
"mui-datatables": "^3.8.5",
"overlayscrollbars": "^1.13.1",
"overlayscrollbars-react": "^0.2.3",
"prop-types": "^15.8.1",
"qrcode.react": "^2.0.0",
"react": "^17.0.2",
"react-codemirror2": "^7.2.1",
"react-dnd": "^11.1.3",
"react-dnd-html5-backend": "^11.1.3",
"react-dom": "^17.0.2",
"react-google-recaptcha": "^2.1.0",
"react-hook-form": "^7.28.1",
"react-lazyload": "^3.2.0",
"react-redux": "^7.2.6",
"react-rnd": "^10.3.5",
"react-scripts": "^5.0.0",
"react-sortable-tree": "^2.8.0",
"react-table": "^7.7.0",
"react-virtuoso": "^2.8.3",
"react-waypoint": "^10.1.0",
"react-window": "^1.8.6",
"remove-accents": "^0.4.2",
"seedrandom": "^3.0.5",
"shaka-player": "^3.1.6",
"source-map-explorer": "^2.5.2",
"styled-components": "^5.3.3",
"three": "^0.138.3",
"ua-parser-js": "^1.0.2",
"worker-loader": "^3.0.8",
"yup": "^0.32.11"
},
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app",
"rules": {
"no-unneeded-ternary": "warn"
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@faker-js/faker": "^6.0.0",
"deep-diff": "^1.0.2",
"madge": "^5.0.1",
"msw": "^0.39.2",
"workbox-core": "^6.5.1",
"workbox-expiration": "^6.5.1",
"workbox-precaching": "^6.5.1",
"workbox-routing": "^6.5.1",
"workbox-strategies": "^6.5.1",
"workbox-window": "^6.5.1"
},
"msw": {
"workerDirectory": "public"
}
}