-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.57 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.57 KB
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
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --coverage",
"test:ci": "jest --ci",
"analyze": "next build"
},
"dependencies": {
"@hookform/resolvers": "^2.9.7",
"@ari/ui-components": "^0.2.0",
"@mui/lab": "^5.0.0-alpha.89",
"@mui/material": "^5.8.4",
"@next/bundle-analyzer": "^12.3.1",
"@reduxjs/toolkit": "^1.8.2",
"@stripe/react-stripe-js": "^1.9.0",
"@stripe/stripe-js": "^1.32.0",
"@types/react-pdf": "^6.2.0",
"@web3auth/core": "^1.1.0",
"@web3auth/openlogin-adapter": "^1.1.0",
"@web3auth/torus-evm-adapter": "^1.1.0",
"alchemy-sdk": "^2.2.0",
"axios": "^0.27.2",
"classnames": "^2.3.1",
"jest-environment-jsdom": "^29.1.2",
"next": "^12.3.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.34.2",
"react-icons": "^4.4.0",
"react-pdf": "^6.2.2",
"react-redux": "^8.0.2",
"react-responsive-carousel": "^3.2.23",
"redux-persist": "^6.0.0",
"sharp": "^0.30.7",
"web3": "^1.7.3",
"yup": "^0.32.11"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/node": "18.0.0",
"@types/react": "18.0.14",
"@types/react-dom": "18.0.5",
"eslint": "8.18.0",
"eslint-config-next": "12.1.6",
"eslint-config-prettier": "^8.5.0",
"jest": "^29.1.2",
"typescript": "4.7.4"
}
}