-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 996 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
36
37
{
"private": true,
"scripts": {
"dev": "next dev -p 3000",
"build": "next build",
"start": "next start -p 80",
"lint": "next lint"
},
"dependencies": {
"@dcspark/cardano-multiplatform-lib-browser": "^3.1.0",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/material": "^5.10.6",
"@mui/x-date-pickers": "^5.0.2",
"@types/node": "^18.11.0",
"@types/react": "^18.0.21",
"bootstrap-icons": "^1.9.1",
"date-fns": "^2.29.3",
"easy-peasy": "^5.0.4",
"lucid-cardano": "^0.6.0",
"mongoose": "^6.6.1",
"next": "^12.1.6",
"next-auth": "^4.18.7",
"next-http-proxy-middleware": "^1.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-loading-skeleton": "^3.1.0",
"react-notifications-component": "^4.0.1",
"react-number-format": "^5.1.0",
"react-router-dom": "^6.4.2",
"sass": "^1.52.1",
"typescript": "4.8.4"
},
"devDependencies": {
"prettier": "^2.5.1"
}
}