-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.09 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
{
"name": "creator-dashboard-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"pre-build": "tsc --noEmit",
"format": "prettier --write .",
"prepare": "husky install"
},
"engines": {
"node": "18.13.0",
"npm": "8.19.3"
},
"dependencies": {
"@apollo/client": "^3.7.11",
"@heroicons/react": "^2.0.16",
"@loopring-web/loopring-sdk": "3.1.5",
"@loopring-web/web3-provider": "^1.1.3",
"@types/node": "18.14.2",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/styled-components": "^5.1.26",
"@types/uuid": "^9.0.1",
"ajv": "^8.12.0",
"async-mutex": "^0.4.0",
"axios": "^1.3.4",
"clsx": "^1.2.1",
"cookies-next": "^2.1.1",
"dayjs": "^1.11.7",
"eslint": "8.35.0",
"eslint-config-next": "13.2.1",
"eth-sig-util": "^3.0.1",
"ethers": "^5.5.3",
"graphql": "^16.6.0",
"lottie-react": "^2.4.0",
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
"next": "13.2.1",
"next-redux-wrapper": "^8.1.0",
"next-themes": "^0.2.1",
"papaparse": "^5.4.0",
"react": "18.2.0",
"react-detect-click-outside": "^1.1.7",
"react-device-detect": "^2.2.3",
"react-dom": "18.2.0",
"react-loader-spinner": "^5.3.4",
"react-loading-skeleton": "^3.2.1",
"react-qr-code": "^2.0.11",
"react-range": "^1.8.14",
"react-redux": "^8.0.5",
"react-tailwindcss-datepicker": "^1.6.0",
"react-toastify": "^9.1.2",
"recharts": "^2.5.0",
"redux": "^4.2.1",
"redux-persist": "^6.0.0",
"reduxjs-toolkit-persist": "^7.2.1",
"styled-components": "^5.3.6",
"typescript": "4.9.5",
"uuid": "^9.0.0",
"web3": "^1.8.2"
},
"devDependencies": {
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"@types/papaparse": "^5.3.7",
"autoprefixer": "^10.4.13",
"babel-plugin-inline-react-svg": "^2.0.2",
"husky": "^8.0.3",
"postcss": "^8.4.21",
"prettier": "^2.8.3",
"tailwindcss": "^3.2.7"
}
}