-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
142 lines (142 loc) · 4.59 KB
/
package.json
File metadata and controls
142 lines (142 loc) · 4.59 KB
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
{
"name": "insurechain",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"nx": "nx",
"start": "nx serve",
"start:prod": "cross-env NODE_ENV=prod nx serve",
"build": "nx build",
"test": "nx test",
"db:up:dev": "docker-compose up",
"db:migrate:prod": "dotenv -e .env.production -- prisma migrate deploy",
"db:migrate:dev": "dotenv -e .env.development -- prisma migrate dev",
"db:reset:dev": "dotenv -e .env.development -- prisma migrate reset --preview-feature",
"prepare": "husky install",
"db:studio:prod": "dotenv -e .env.production -- prisma studio",
"db:studio:dev": "dotenv -e .env.development -- prisma studio",
"db:seed:dev": "dotenv -e .env.development prisma db seed",
"db:seed:prod": "dotenv -e .env.production prisma db seed",
"sc:compile": "node libs/blockchain/src/lib/scripts/compile.js",
"hh:start": "concurrently --kill-others-on-fail \"npm run hh:network\" \"wait-on http://127.0.0.1:8545/ && npm run hh:deploy\"",
"hh:network": "hardhat node",
"hh:deploy": "hardhat run scripts/deploy.ts --network localhost",
"hh:compile": "hardhat compile",
"hh:test": "REPORT_GAS=true hardhat test"
},
"private": true,
"dependencies": {
"@dinero.js/currencies": "^2.0.0-alpha.14",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.13",
"@mui/x-date-pickers": "^6.4.0",
"@nestjs/axios": "^3.0.0",
"@nestjs/common": "10.2.4",
"@nestjs/config": "^3.0.1",
"@nestjs/core": "10.2.4",
"@nestjs/jwt": "^10.1.1",
"@nestjs/passport": "^10.0.1",
"@nestjs/platform-express": "10.2.4",
"@nestjs/swagger": "7.1.10",
"@nestjs/terminus": "^10.0.1",
"@prisma/client": "^4.2.1",
"@swc/helpers": "~0.5.0",
"@tanstack/react-query": "^4.29.3",
"axios": "^1.3.5",
"camelcase-keys": "^8.0.2",
"dayjs": "^1.11.7",
"dinero.js": "^2.0.0-alpha.14",
"ethers": "^6.7.1",
"lottie-react": "^2.4.0",
"next": "13.4.1",
"next-auth": "^4.21.1",
"passport": "^0.6.0",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"react": "18.2.0",
"react-canvas-confetti": "^1.4.0",
"react-dom": "18.2.0",
"react-error-boundary": "^4.0.11",
"react-hook-form": "^7.43.9",
"react-lottie-player": "^1.5.4",
"react-toastify": "^9.1.3",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.0.0",
"siwe": "^2.1.4",
"snakecase-keys": "^5.4.5",
"swagger-ui-express": "^4.5.0",
"tslib": "^2.3.0",
"usehooks-ts": "^2.9.1",
"viem": "^1.10.1",
"wagmi": "^1.4.0",
"zustand": "^4.3.8"
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@nestjs/schematics": "10.0.2",
"@nestjs/testing": "10.2.4",
"@nomicfoundation/hardhat-ethers": "^3.0.4",
"@nomicfoundation/hardhat-toolbox": "^3.0.0",
"@nrwl/webpack": "^16.7.4",
"@nx/cypress": "16.7.4",
"@nx/eslint-plugin": "16.7.4",
"@nx/jest": "16.7.4",
"@nx/js": "16.7.4",
"@nx/linter": "16.7.4",
"@nx/nest": "16.7.4",
"@nx/next": "16.7.4",
"@nx/node": "16.7.4",
"@nx/react": "16.7.4",
"@nx/workspace": "16.7.4",
"@swc/cli": "~0.1.62",
"@swc/core": "~1.3.51",
"@swc/jest": "0.2.20",
"@testing-library/react": "14.0.0",
"@types/fs-extra": "^11.0.2",
"@types/jest": "29.4.4",
"@types/node": "18.14.2",
"@types/passport-jwt": "^3.0.6",
"@types/passport-local": "^1.0.34",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"babel-jest": "^29.4.1",
"class-transformer": "^0.5.1",
"class-validator": "^0.13.2",
"cross-env": "^7.0.3",
"cypress": "12.17.4",
"cypress-plugin-api": "^2.11.0",
"eslint": "8.46.0",
"eslint-config-next": "13.4.1",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "2.14.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"fs-extra": "^11.1.1",
"ganache": "^7.7.2",
"hardhat": "^2.17.2",
"husky": "^8.0.0",
"jest": "29.4.3",
"jest-environment-jsdom": "29.4.3",
"jest-environment-node": "^29.4.1",
"jest-mock-extended": "^3.0.5",
"nx": "16.7.4",
"nx-cloud": "16.3.0",
"prettier": "^2.6.2",
"prisma": "^4.5.0",
"solc": "^0.8.17",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.1.6",
"wait-on": "^6.0.1"
},
"prisma": {
"seed": "ts-node prisma/seed.ts"
}
}