-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.17 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.17 KB
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
{
"name": "trove-react-web",
"version": "0.1.0",
"private": true,
"dependencies": {
"@auth0/auth0-react": "^2.2.4",
"@fortawesome/fontawesome-free": "^6.5.1",
"@fortawesome/fontawesome-svg-core": "^1.3.0-beta2",
"@fortawesome/free-solid-svg-icons": "^6.0.0-beta2",
"@fortawesome/react-fontawesome": "^0.1.16",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"@types/jest": "^26.0.24",
"@types/node": "^12.20.33",
"@types/react-dom": "^17.0.9",
"@types/uuid": "^8.3.1",
"axios": "^0.23.0",
"classnames": "^2.3.1",
"copy-to-clipboard": "^3.3.3",
"date-fns": "^2.25.0",
"react": "^17.0.2",
"react-classset": "0.0.2",
"react-dnd": "^14.0.4",
"react-dnd-html5-backend": "^14.0.2",
"react-dom": "^17.0.2",
"react-fontawesome": "^1.7.1",
"react-markdown": "^7.1.0",
"react-redux": "^7.2.5",
"react-router-dom": "^5.3.0",
"react-scripts": "4.0.3",
"react-tooltip": "^4.5.1",
"redux": "^4.1.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"typescript": "^4.4.4",
"use-breakpoint": "^3.0.7",
"uuid": "^8.3.2",
"web-vitals": "^1.1.2",
"xml2js": "^0.6.2",
"zustand": "^4.3.7"
},
"scripts": {
"start": "react-scripts start",
"start:local": "HOST=0.0.0.0 HTTPS=true SSL_CRT_FILE=~/certs/localhost.crt SSL_KEY_FILE=~/certs/localhost.key react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/classnames": "^2.3.1",
"@types/react": "^18.2.55",
"@types/react-redux": "^7.1.33",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"@types/react-tooltip": "^4.2.4",
"@types/redux": "^3.6.0",
"@types/xml2js": "^0.4.11"
}
}