-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.45 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
{
"name": "ethylene-front",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"cypress:server": "cypress open",
"cypress": "cypress run",
"gen": "node scripts/main.js",
"format": "prettier --write \"./**/*.ts\"",
"lint": "eslint \"./**/*.ts\" --fix",
"lint-check": "eslint \"./**/*.ts\"",
"test": "jest"
},
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@floating-ui/react-dom": "^1.0.0",
"@mui/material": "^5.13.0",
"@openzeppelin/contracts": "^4.8.3",
"@passwordless-id/webauthn": "^1.2.4",
"@reduxjs/toolkit": "^1.9.5",
"@tanstack/react-query": "^4.29.5",
"@walletconnect/web3-provider": "^1.8.0",
"@web3auth/web3auth": "^2.1.2",
"axios": "0.27.2",
"dotenv": "^16.0.3",
"ethers": "^5.7.1",
"immutable": "^4.1.0",
"lottie-react": "^2.4.0",
"moralis": "^2.6.4",
"next": "12.3.1",
"prompt-sync": "^4.2.0",
"qrcode-with-logos": "^1.0.3",
"qrcode.react": "^3.1.0",
"react": "18.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"react-qrcode-logo": "^2.9.0",
"react-redux": "^8.0.5",
"react-responsive": "^9.0.2",
"react-toastify": "^9.1.2",
"redux": "^4.2.1",
"web3": "^1.8.0"
},
"devDependencies": {
"@jest/globals": "^29.6.1",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/node": "18.7.23",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"autoprefixer": "^10.4.14",
"cypress": "^10.9.0",
"eslint": "^8.0.1",
"eslint-config-next": "12.3.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "7.31.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-sort-keys-fix": "1.1.2",
"eslint-plugin-unused-imports": "2.0.0",
"jest": "^29.6.1",
"postcss": "^8.4.23",
"prettier": "^2.3.2",
"sass": "1.55.0",
"tailwindcss": "^3.3.2",
"ts-jest": "^29.1.1",
"typescript": "4.8.3"
}
}