-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
71 lines (71 loc) · 2 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
{
"name": "yours",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/ziptalk/YOURS_BE.git",
"author": "Minjae Kang <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "nodemon",
"build": "tsc && node dist",
"buildOnly": "tsc"
},
"dependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^1.0.3",
"@nomicfoundation/hardhat-network-helpers": "^1.0.6",
"@nomicfoundation/hardhat-toolbox": "^2.0.1",
"@openzeppelin/contracts": "^4.8.1",
"@prisma/client": "^4.8.0",
"@sentry/node": "^7.43.0",
"@sentry/tracing": "^7.43.0",
"@types/crypto-js": "^4.1.1",
"aws-sdk": "^2.1291.0",
"axios": "^1.2.1",
"chai": "^4.3.6",
"cors": "^2.8.5",
"crypto-js": "^4.1.1",
"ejs": "^3.1.8",
"ethers": "^5.7.1",
"express": "^4.18.2",
"express-validator": "^6.14.2",
"hardhat": "^2.11.2",
"helmet": "^6.0.1",
"ipfs-http-client": "^56.0.2",
"jsonwebtoken": "^9.0.0",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"multer-s3": "^3.0.1",
"nodemailer": "^6.9.0",
"prisma": "^4.8.0",
"redis": "^4.5.1",
"ts-node": "^10.9.1",
"web3": "^1.8.1",
"winston": "^3.8.2",
"winston-daily-rotate-file": "^4.7.1",
"yarn": "^1.22.19"
},
"devDependencies": {
"@types/cors": "^2.8.13",
"@types/ejs": "^3.1.1",
"@types/express": "^4.17.15",
"@types/express-validator": "^3.0.0",
"@types/jsonwebtoken": "^9.0.0",
"@types/morgan": "^1.9.4",
"@types/multer": "^1.4.7",
"@types/multer-s3": "^3.0.0",
"@types/node": "^18.11.18",
"@types/nodemailer": "^6.4.7",
"@types/redis": "^4.0.11",
"@types/winston": "^2.4.4",
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.47.1",
"dotenv": "^16.0.3",
"eslint": "8.22.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"nodemon": "^2.0.20",
"prettier": "^2.8.1",
"tsc-hooks": "^1.1.1",
"typescript": "^4.9.4"
}
}