-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.78 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
{
"name": "turtis",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"@openzeppelin/contracts": "^4.4.1",
"@openzeppelin/test-helpers": "^0.5.10",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@truffle/hdwallet-provider": "^2.0.0",
"axios": "^0.26.0",
"bignumber.js": "^9.0.2",
"chai": "^4.3.4",
"cors": "^2.8.5",
"fs": "^0.0.1-security",
"images": "^3.2.3",
"mobx": "^6.3.12",
"mobx-react-lite": "^3.2.3",
"mongodb": "^4.3.0",
"mongoose": "^6.1.6",
"multer": "^1.4.4",
"next": "^12.0.7",
"next-auth": "^4.1.2",
"nft.storage": "^5.2.0",
"node-fetch": "2.6.1",
"node-gyp": "^8.4.1",
"phaser": "^3.55.2",
"prettier": "^2.3.2",
"prettier-plugin-solidity": "^1.0.0-beta.17",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-notifications-component": "^3.4.1",
"react-router-dom": "^6.2.1",
"short-unique-id": "^4.4.4",
"solhint": "^3.3.6",
"truffle": "^5.4.0",
"truffle-assertions": "^0.9.2",
"truffle-plugin-verify": "^0.5.11",
"validator": "^13.7.0",
"web3": "^1.6.0",
"web3-eth-contract": "1.6.0"
},
"devDependencies": {
"@types/node": "16.11.6",
"@types/react": "17.0.33",
"autoprefixer": "^10.4.0",
"dotenv": "^11.0.0",
"eslint": "7",
"eslint-config-next": "12.0.2",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.2",
"typescript": "4.4.4"
}
}