-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
95 lines (95 loc) · 2.39 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "wax-dummy-market",
"version": "2.2.5",
"proxy": "http://127.0.0.1:5000/",
"private": true,
"main": "index.js",
"browser": {
"fs": false,
"path": false,
"os": false
},
"node": {
"fs": "empty"
},
"dependencies": {
"@emotion/react": "11.4.1",
"@emotion/styled": "11.3.0",
"@eosdacio/ual-wax": "1.5.1",
"@google/model-viewer": "^1.6.0",
"@headlessui/react": "^1.4.1",
"@material-ui/core": "4.12.3",
"@material-ui/lab": "4.0.0-alpha.60",
"@popperjs/core": "^2.10.0",
"axios": "^0.24.0",
"classnames": "^2.3.1",
"core-js": "3.16.2",
"eosjs": "^22.1.0",
"express": "4.17.1",
"gsap": "^3.8.0",
"http-proxy-middleware": "2.0.1",
"long": "4.0.0",
"moment": "2.29.1",
"next": "11.1.0",
"react": "17.0.2",
"react-async": "10.0.1",
"react-bootstrap": "1.6.1",
"react-cookie-consent": "6.3.0",
"react-counter-input": "0.2.1",
"react-countup": "^4.3.3",
"react-csv": "^2.0.3",
"react-dom": "17.0.2",
"react-dropdown": "1.9.2",
"react-i18next": "11.7.0",
"react-lazy-load": "3.1.13",
"react-markdown": "7.0.1",
"react-overlays": "^5.1.1",
"react-query": "3.21.0",
"react-render-as-image": "1.1.1",
"react-share": "4.4.0",
"react-tooltip": "4.2.10",
"regenerator-runtime": "^0.13.9",
"sass": "1.38.0",
"superagent": "*",
"swiper": "^7.0.3",
"ual-anchor": "^1.0.9",
"ual-reactjs-renderer": "^0.3.1",
"yarn": "1.22.11"
},
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/plugin-transform-runtime": "^7.15.0",
"@tailwindcss/aspect-ratio": "^0.2.1",
"autoprefixer": "^10.3.2",
"babel-eslint": "10.1.0",
"eslint": "7.32.0",
"eslint-config-react-app": "6.0.0",
"eslint-plugin-flowtype": "5.9.0",
"eslint-plugin-import": "2.24.1",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.24.0",
"eslint-plugin-react-hooks": "4.2.0",
"postcss": "^8.3.6",
"tailwindcss": "^2.2.7"
}
}