-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
95 lines (95 loc) · 2.68 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
{
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"cspell": {
"version": "0.2",
"ignorePaths": [],
"dictionaryDefinitions": [],
"dictionaries": [],
"words": [
"aspecto",
"browserslist",
"flexbugs",
"iconify",
"opentelemetry",
"reduxjs",
"slidedown",
"thinkwise"
],
"ignoreWords": [],
"import": []
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.3",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^13.5.0",
"alertifyjs": "^1.13.1",
"animate.css": "^4.1.1",
"date-fns": "^2.29.3",
"emoji-mart": "^3.0.1",
"merge": "^2.1.1",
"oidc-client": "^1.11.5",
"react": "^17.0.2",
"react-admin": "^3.19.12",
"react-alice-carousel": "^2.7.0",
"react-animated-cursor": "^2.2.0",
"react-animation-on-scroll": "^5.1.0",
"react-awesome-slider": "^4.1.0",
"react-dom": "^17.0.2",
"react-google-maps": "^9.4.5",
"react-google-maps-loader": "^4.3.1",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.43.6",
"react-icons": "^4.7.1",
"react-intl": "^5.25.1",
"react-pro-sidebar": "^0.7.1",
"react-redux": "^7.2.9",
"react-responsive": "^9.0.2",
"react-router-dom": "^6.8.2",
"react-scripts": "5.0.1",
"reactstrap": "^9.1.6",
"rimraf": "^3.0.2",
"socket.io-client": "^4.6.1",
"styled-components": "^5.3.9",
"typewriting-react": "^1.0.8",
"use-file-upload": "^1.0.11",
"web-vitals": "^2.1.4"
},
"devDependencies": {
"eslint": "^8.10.0",
"eslint-config-react-app": "^7.0.0",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.2",
"nan": "^2.15.0",
"typescript": "^4.6.2"
},
"wallaby": {
"slowTestThreshold": 200
},
"eslintConfig": {
"extends": "react-app"
},
"homepage": "",
"name": "twc",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"version": "0.1.0"
}