-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
56 lines (56 loc) · 1.64 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
{
"name": "prediction-dashboard",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS='--inspect' next dev -p 3003",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start -p 3003",
"lint": "next lint",
"build:style": "tailwind build public/assets/styles/vendors.css -o public/assets/styles/tailwind.css"
},
"dependencies": {
"@binance-chain/bsc-connector": "^1.0.0",
"@ethersproject/constants": "^5.5.0",
"@reduxjs/toolkit": "^1.6.1",
"@svgr/webpack": "^6.1.2",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/walletconnect-connector": "^6.2.0",
"autoprefixer": "^10.3.1",
"axios": "^0.24.0",
"daisyui": "^1.20.1",
"graphql": "^16.1.0",
"graphql-request": "^3.5.0",
"mixpanel-browser": "^2.42.1",
"next": "12.0.7",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-redux": "^7.2.4",
"react-redux-firebase": "^3.10.0",
"reactour": "^1.18.6",
"styled-components": "^5.3.3",
"theme-change": "^2.0.2",
"web3": "^1.3.6"
},
"devDependencies": {
"@tailwindcss/jit": "^0.1.18",
"@types/gtag.js": "^0.0.8",
"@types/marked": "^4.0.1",
"@types/mixpanel-browser": "^2.36.0",
"@types/react": "^17.0.11",
"@types/reactour": "^1.18.2",
"@types/webpack-env": "^1.16.2",
"eslint": "8.4.1",
"eslint-config-next": "12.0.7",
"gray-matter": "^4.0.3",
"marked": "^4.0.7",
"next-sitemap": "^1.6.173",
"postcss": "^8.3.5",
"postcss-preset-env": "^7.0.1",
"raw-loader": "^4.0.2",
"tailwindcss": "^3.0.1",
"typescript": "^4.3.4"
}
}