-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 840 Bytes
/
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
{
"name": "orchestrator",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@inrupt/solid-client-authn-browser": "1.12.2",
"@inrupt/solid-ui-react": "2.8.0",
"@mui/icons-material": "^5.10.14",
"@mui/lab": "^5.0.0-alpha.108",
"@mui/material": "^5.10.14",
"date-fns": "^2.29.3",
"ical.js": "^1.5.0",
"lodash": "^4.17.21",
"luxon": "^3.1.0",
"md5": "^2.3.0",
"next": "12.2.3",
"notistack": "^2.0.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"rrule": "^2.7.1",
"ts-node": "^10.9.1"
},
"devDependencies": {
"eslint": "8.21.0",
"eslint-config-next": "12.2.3"
}
}