-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
107 lines (107 loc) · 3.27 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
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "bnb-chain-dev",
"version": "0.1.0",
"dependencies": {
"@algolia/autocomplete-core": "^1.7.1",
"@algolia/autocomplete-preset-algolia": "^1.7.1",
"@ethersproject/providers": "^5.7.1",
"@headlessui/react": "^1.6.6",
"@heroicons/react": "^1.0.6",
"@nextui-org/react": "^1.0.0-beta.10",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.4",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3modal/ethereum": "^2.0.0-alpha.6",
"@web3modal/react": "^2.0.0-alpha.6",
"@widgetbot/react-embed": "^1.4.1",
"algoliasearch": "^4.14.1",
"autoprefixer": "^10.4.7",
"axios": "^0.27.2",
"babel-plugin-styled-components": "^2.0.7",
"country-state-city": "^3.1.2",
"dompurify": "^2.4.1",
"dotenv": "^16.0.1",
"draft-convert": "^2.1.13",
"draft-js": "^0.10.0",
"draftjs-to-html": "^0.9.1",
"eslint": "^8.20.0",
"eslint-config-next": "12.2.2",
"eslint-config-prettier": "^8.5.0",
"ethers": "^5.7.1",
"fixpack": "^4.0.0",
"html-to-draftjs": "1.4.0",
"isomorphic-unfetch": "^3.1.0",
"js-cookie": "^3.0.1",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.4",
"mongoose": "^6.5.2",
"next": "^12.2.2",
"next-sitemap": "^v3.1.11",
"next-transpile-modules": "^9.0.0",
"nextjs-progressbar": "^0.0.16",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.12",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-circular-progressbar": "^2.1.0",
"react-datepicker": "^4.8.0",
"react-dom": "^18.2.0",
"react-draft-wysiwyg": "^1.15.0",
"react-html-parser": "^2.0.2",
"react-paginate": "^8.1.4",
"react-player": "^2.10.1",
"react-select": "^5.7.0",
"react-toastify": "^9.1.2",
"remark": "^14.0.2",
"remark-gfm": "^3.0.1",
"remark-html": "^15.0.1",
"remark-prism": "^1.3.6",
"sass": "^1.56.2",
"swr": "^1.3.0",
"tailwindcss": "^3.1.6",
"web3": "^1.8.0",
"web3modal": "^1.9.9"
},
"devDependencies": {
"@algolia/autocomplete-core": "^1.7.1",
"@algolia/autocomplete-preset-algolia": "^1.7.1",
"@headlessui/react": "^1.6.6",
"@heroicons/react": "^1.0.6",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.4",
"@widgetbot/react-embed": "^1.4.1",
"algoliasearch": "^4.14.1",
"autoprefixer": "^10.4.7",
"babel-plugin-styled-components": "^2.0.7",
"eslint": "^8.20.0",
"eslint-config-next": "12.2.2",
"eslint-config-prettier": "^8.5.0",
"fixpack": "^4.0.0",
"isomorphic-unfetch": "^3.1.0",
"next-sitemap": "^v3.1.11",
"next-transpile-modules": "^9.0.0",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.12",
"prop-types": "^15.8.1",
"react-player": "^2.10.1",
"remark": "^14.0.2",
"remark-gfm": "^3.0.1",
"remark-html": "^15.0.1",
"swr": "^1.3.0",
"tailwindcss": "^3.1.6"
},
"license": "MIT",
"scripts": {
"build": "next build",
"dev": "next dev -p 8000",
"fix": "fixpack",
"lint": "next lint",
"start": "next start",
"postbuild": "next-sitemap --config next-sitemap.config.js"
}
}