-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.04 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.04 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
{
"name": "trick-frontend",
"version": "0.1.0",
"private": true,
"homepage": "https://tricknfts.com",
"dependencies": {
"@biconomy/mexa": "^2.0.31",
"@tim-soft/react-spring-web": "^9.0.0-beta.36",
"@walletconnect/web3-provider": "^1.7.1",
"axios": "^0.23.0",
"bootstrap": "^5.1.1",
"cra-template": "1.1.2",
"elegant-icons": "0.0.1",
"emailjs-com": "^3.2.0",
"et-line": "^1.0.1",
"ethers": "^5.5.1",
"filepond": "^4.30.3",
"filepond-plugin-image-exif-orientation": "^1.0.11",
"filepond-plugin-image-preview": "^4.6.11",
"font-awesome": "^4.7.0",
"i18next": "^21.6.0",
"jwt-decode": "^3.1.2",
"react": "^17.0.2",
"react-awesome-reveal": "^3.8.1",
"react-blockies": "^1.4.1",
"react-bootstrap": "^1.6.3",
"react-cool-onclickoutside": "^1.6.2",
"react-dom": "^17.0.2",
"react-filepond": "^7.1.1",
"react-i18next": "^11.15.0",
"react-photo-gallery": "^8.0.0",
"react-pose": "^4.0.10",
"react-redux": "^7.2.5",
"react-router-dom": "^6.0.2",
"react-scripts": "4.0.3",
"react-select": "^4.3.1",
"react-slick": "^0.28.1",
"react-socks": "^2.2.0",
"react-spring-lightbox": "^1.6.0",
"react-toastify": "^8.1.0",
"react-transition-group": "^4.4.2",
"react-tsparticles": "^1.34.0",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"sass": "^1.39.2",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.1",
"typesafe-actions": "^5.1.0",
"uuid": "^8.3.2",
"web-vitals": "^2.1.0",
"web3": "^1.7.0",
"web3modal": "^1.9.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts 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"
]
}
}