forked from ArouayAb/nft-marketplace
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.67 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
{
"name": "nft-marketplace",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start_local": "DEBUG=nft-marketplace:* node index.js",
"scss": "node-sass --watch src/client/scss -o src/client/public/assets/css",
"test": "echo \\\"Error: no src/test specified\\\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@faker-js/faker": "^6.3.1",
"@openzeppelin/contracts": "^4.6.0",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.2",
"browserify": "^17.0.0",
"buffer-from": "^1.1.2",
"connect-session-sequelize": "^7.1.3",
"cookie-parser": "^1.4.6",
"cookie-session": "^2.0.0",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"ejs": "^3.1.6",
"express": "^4.17.3",
"express-session": "^1.17.3",
"express-validator": "^6.14.0",
"googleapis": "^100.0.0",
"ipfs-http-client": "^56.0.3",
"mime": "^3.0.0",
"mime-types": "^2.1.35",
"morgan": "^1.10.0",
"multer": "^1.4.4",
"mysql2": "^2.3.3",
"nanoid": "^3.3.4",
"node-fetch": "^2.6.7",
"node-sass": "^7.0.1",
"nodemailer": "^6.7.5",
"pug": "^3.0.2",
"request": "^2.88.2",
"sequelize": "^6.17.0",
"sequelize-cli": "^6.4.1",
"sequelize-mig": "^3.1.3",
"short-uuid": "^4.2.0",
"socket.io": "^4.5.1",
"stache": "^0.1.0",
"uuid": "^8.3.2",
"watcher": "^1.2.0",
"web3": "^1.7.3",
"xoauth2": "^1.2.0"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.6",
"@nomiclabs/hardhat-ganache": "^2.0.1",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"chai": "^4.3.6",
"ethereum-waffle": "^3.4.4",
"ethers": "^5.6.6",
"hardhat": "^2.9.6"
}
}