-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
executable file
·81 lines (81 loc) · 2.18 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
{
"name": "react-router-auth",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/react-hooks": "^3.1.5",
"@rpldy/upload-button": "^0.10.0",
"@rpldy/uploady": "^0.10.0",
"@tanstack/react-table": "^8.10.6",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"@types/jest": "^28.1.8",
"@types/node": "^20.8.7",
"@types/react": "^16.14.50",
"@types/react-dom": "^18.2.14",
"apollo-boost": "^0.4.9",
"apollo-cache-inmemory": "^1.6.6",
"apollo-link": "^1.2.14",
"apollo-link-context": "^1.0.20",
"apollo-link-http": "^1.5.17",
"apollo-utilities": "^1.3.4",
"bcryptjs": "^2.4.3",
"color-convert": "^2.0.1",
"emailjs-com": "^2.6.3",
"formik": "^2.1.6",
"graphql": "^14.7.0",
"jspdf": "^2.4.0",
"jspdf-autotable": "^3.5.20",
"lodash": "^4.17.20",
"match-sorter": "^4.2.1",
"namor": "^2.0.2",
"papaparse": "^5.3.2",
"query-string": "^6.13.2",
"react": "^16.13.1",
"react-accessible-accordion": "^3.3.3",
"react-apollo": "^3.1.5",
"react-confirm-alert": "^2.6.2",
"react-dom": "^16.13.1",
"react-google-recaptcha": "^2.1.0",
"react-image-gallery": "^1.2.8",
"react-router-dom": "^5.2.0",
"react-simple-keyboard": "^2.4.23",
"react-table": "^7.5.1",
"react-table-plugins": "^1.3.2",
"react-toastify": "^5.5.0",
"route": "^0.2.5",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.88.2",
"styled-components": "^5.2.0",
"typescript": "^4.9.5",
"xlsx": "^0.18.5",
"yup": "^0.28.5"
},
"devDependencies": {
"react-error-overlay": "^6.0.9",
"react-scripts": "^4.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"homepage": "http://thecolrc.org/"
}