-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.17 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
{
"name": "i3market-web-ri",
"version": "2.9.4",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@i3m/non-repudiation-library": "^2.5.7",
"@i3m/wallet-protocol": "^2.5.7",
"@i3m/wallet-protocol-api": "^2.5.7",
"@i3m/wallet-protocol-utils": "^2.5.7",
"@unparallel/connector-ri": "^1.3.7-alpha.7",
"bootstrap": "^4.6.1",
"connect-mongo": "^4.6.0",
"express-session": "^1.17.2",
"js-logger": "^1.6.1",
"jsonrepair": "^2.2.1",
"jwt-decode": "^3.1.2",
"moment": "^2.29.4",
"mongodb": "^4.4.1",
"next": "^12.3.4",
"next-connect": "^0.12.2",
"next-session": "^4.0.4",
"next-transpile-modules": "9.1.0",
"openid-client": "^5.1.3",
"passport": "^0.6.0",
"react": "^17.0.2",
"react-bootstrap": "^1.6.4",
"react-bootstrap-icons": "^1.7.2",
"react-dom": "^17.0.2",
"react-grid-layout": "^1.3.3",
"react-rating-stars-component": "^2.2.0",
"swr": "^0.5.7",
"uuid": "^8.3.2"
},
"devDependencies": {
"eslint": "7.29.0",
"eslint-config-next": "11.0.1",
"sass": "^1.49.7"
}
}