-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
97 lines (97 loc) · 2.54 KB
/
package.json
File metadata and controls
97 lines (97 loc) · 2.54 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
{
"name": "nftria",
"version": "0.1.0",
"homepage": ".",
"private": true,
"dependencies": {
"@glidejs/glide": "^3.5.2",
"@headlessui/react": "^1.4.3",
"@heroicons/react": "^1.0.5",
"@openzeppelin/contracts": "^4.6.0",
"@reduxjs/toolkit": "^1.8.0",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/line-clamp": "^0.3.1",
"@tailwindcss/typography": "^0.5.1",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@truffle/hdwallet-provider": "^2.0.9",
"@types/glidejs__glide": "^3.4.1",
"@types/jest": "^27.4.0",
"@types/node": "^16.11.21",
"@types/react": "17.0.38",
"@types/react-dom": "17.0.11",
"@types/react-router-dom": "^5.3.3",
"@types/redux-logger": "^3.0.9",
"@walletconnect/web3-provider": "^1.7.8",
"browserify-zlib": "^0.2.0",
"moralis": "1.8.0",
"next-tick": "^1.1.0",
"node-sass": "^7.0.1",
"process": "^0.11.10",
"rc-slider": "^9.7.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-moralis": "1.4.0",
"react-redux": "^7.2.6",
"react-router-dom": "5.2.0",
"react-scripts": "^5.0.1",
"react-tuby": "^0.1.17",
"react-unity-webgl": "8.8.0",
"react-use": "^17.3.2",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"stream-browserify": "^3.0.0",
"truffle": "^5.5.18",
"typescript": "^4.5.5",
"util": "^0.12.4",
"web-vitals": "^2.1.4",
"web3": "^1.7.3",
"webpack": "^5.73.0"
},
"scripts": {
"dev": "react-app-rewired start",
"start": "react-scripts start",
"build": "react-app-rewired build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"resolutions": {
"@types/react": "17.0.38",
"@types/react-dom": "17.0.11"
},
"devDependencies": {
"assert": "^2.0.0",
"autoprefixer": "^10.4.2",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"hardhat": "^2.9.9",
"https-browserify": "^1.0.0",
"os-browserify": "^0.3.0",
"postcss": "^8.4.5",
"react-app-rewired": "^2.2.1",
"stream-http": "^3.2.0",
"tailwindcss": "^3.0.15",
"url": "^0.11.0"
}
}