-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.09 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
{
"name": "human-lib-integration",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/cache": "latest",
"@emotion/react": "latest",
"@emotion/server": "latest",
"@emotion/styled": "latest",
"@io-orkes/conductor-javascript": "^1.2.0",
"@jsonforms/core": "^3.0.0",
"@jsonforms/material-renderers": "^3.0.0",
"@jsonforms/react": "^3.0.0",
"@mui/icons-material": "latest",
"@mui/lab": "^5.0.0-alpha.114",
"@mui/material": "latest",
"@mui/x-date-pickers": "^5.0.6",
"@next/font": "latest",
"@types/date-fns": "^2.6.0",
"@types/js-cookie": "^3.0.3",
"@types/lodash": "^4.14.195",
"@types/node": "18.14.6",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"date-fns": "^2.30.0",
"eslint": "8.35.0",
"eslint-config-next": "13.2.3",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"next": "13.2.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "4.9.5"
}
}