-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
96 lines (96 loc) · 3 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
{
"name": "classclock",
"version": "0.4.3",
"homepage": "https://web.classclock.app",
"author": {
"name": "Adrian Edwards",
"email": "adrian@adriancedwards.com",
"url": "https://www.adriancedwards.com"
},
"contributors": [
{
"name": "Nick DeGroot",
"url": "https://nickthegroot.com/"
}
],
"repository": "github:MoralCode/ClassClock",
"private": true,
"dependencies": {
"@auth0/auth0-react": "^1.9.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.1.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@fullcalendar/core": "^5.11.0",
"@fullcalendar/daygrid": "^5.11.0",
"@fullcalendar/interaction": "^5.11.0",
"@fullcalendar/react": "^5.11.1",
"@sentry/react": "^7.37.1",
"@sentry/tracing": "^7.37.1",
"date-fns": "^1.30.1",
"lodash.find": "^4.6.0",
"luxon": "^1.25.0",
"react": "^16.8.6",
"react-admin": "^4.2.2",
"react-dom": "^16.8.6",
"react-redux": "^7.1.0",
"react-scripts": "^5.0.0",
"redux": "^4.0.1",
"redux-first-routing": "^0.3.0",
"redux-persist": "^5.10.0",
"redux-thunk": "^2.3.0",
"ts-jest": "^28.0.7",
"typescript": "^3.6.4",
"universal-router": "^8.2.0"
},
"scripts": {
"start": "react-scripts start",
"start:prod": "react-scripts build; serve -l tcp://0.0.0.0:3000 -s build",
"build": "react-scripts build",
"test": "react-scripts test --verbose=true",
"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"
]
},
"devDependencies": {
"@types/fetch-mock": "^7.3.2",
"@types/jest": "^28.1.6",
"@types/lodash.find": "^4.6.6",
"@types/luxon": "^1.25.0",
"@types/node": "^12.7.3",
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"@types/react-redux": "^7.1.0",
"@types/react-test-renderer": "^16.9.0",
"@types/redux-logger": "^3.0.7",
"@types/redux-mock-store": "^1.0.3",
"fetch-mock": "^8.1.0",
"mockdate": "^2.0.5",
"prettier": "1.18.2",
"react-test-renderer": "16.8.6",
"redux-logger": "^3.0.6",
"redux-mock-store": "^1.5.4",
"tslint": "^5.18.0",
"tslint-config-prettier": "^1.18.0",
"tslint-react": "^4.0.0"
},
"resolutions": {
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.2"
},
"packageManager": "yarn@4.5.0"
}