-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.05 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "cardano-nextjs-web3-skeleton",
"version": "1.1.0",
"repository": {
"type": "git",
"url": "https://github.com/jmagan/cardano-nextjs-web3-skeleton"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "node ./seed.js && jest"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.17",
"@chakra-ui/react": "^2.5.1",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@emurgo/cardano-message-signing-nodejs": "^1.0.1",
"@emurgo/cardano-serialization-lib-nodejs": "^11.3.0",
"@meshsdk/core": "^1.5.0",
"@meshsdk/react": "^1.1.5",
"@next/font": "13.1.6",
"@tanstack/react-table": "^8.7.9",
"cardano-web3-utils": "^1.0.8",
"eslint": "8.34.0",
"eslint-config-next": "13.1.6",
"framer-motion": "^9.0.4",
"i18n": "^0.15.1",
"mongoose": "^6.9.2",
"mongoose-paginate-v2": "^1.7.1",
"next": "13.1.6",
"next-auth": "^4.19.2",
"nodemailer": "^6.9.1",
"nodemailer-mailgun-transport": "^2.1.5",
"qs": "^6.11.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.7.1",
"request-ip": "^3.3.0",
"typescript": "4.9.5",
"uppercamelcase": "^3.0.0",
"uuid": "^9.0.0",
"validator": "^13.9.0",
"yup": "^1.0.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/cookie": "^0.5.1",
"@types/faker": "5.5.3",
"@types/i18n": "^0.13.6",
"@types/node": "18.13.0",
"@types/nodemailer": "^6.4.7",
"@types/nodemailer-mailgun-transport": "^1.4.3",
"@types/qs": "^6.9.7",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"@types/request-ip": "^0.0.37",
"@types/uppercamelcase": "^3.0.0",
"@types/uuid": "^9.0.0",
"@types/validator": "^13.7.12",
"cookie": "^0.5.0",
"dotenv": "^16.0.3",
"faker": "5.5.3",
"jest": "^29.4.3",
"jest-environment-jsdom": "^29.4.3",
"mongo-seeding": "^3.7.2",
"next-test-api-route-handler": "^3.1.8"
}
}