forked from KNowledgeOnWebScale/knoodle
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.21 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
{
"name": "knoodle-react",
"version": "0.2.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": "^1.23.3",
"@inrupt/solid-client-authn-browser": "^1.12.2",
"@inrupt/solid-ui-react": "^2.8.0",
"@inrupt/vocab-common-rdf": "^1.0.5",
"@mui/icons-material": "^5.8.4",
"@mui/lab": "^5.0.0-alpha.105",
"@mui/material": "^5.10.11",
"@mui/x-date-pickers": "^5.0.0-beta.7",
"@prisma/client": "^4.3.1",
"@solid/community-server": "^5.0.0",
"calendar-link": "^2.2.0",
"date-fns": "^2.29.3",
"dayjs": "^1.11.4",
"ical.js": "^1.5.0",
"jsonld": "^6.0.0",
"lodash": "^4.17.21",
"luxon": "^2.5.0",
"md5": "^2.3.0",
"moment": "^2.29.4",
"n3": "^1.16.2",
"next": "12.2.3",
"notistack": "^2.0.8",
"react": "18.2.0",
"react-big-calendar": "^1.5.0",
"react-dom": "18.2.0",
"readable-web-to-node-stream": "^3.0.2",
"rrule": "^2.7.1"
},
"devDependencies": {
"eslint": "8.21.0",
"eslint-config-next": "12.2.3",
"prisma": "^4.3.1"
}
}