-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.13 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
{
"name": "crypto-vault",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@floating-ui/core": "^1.6.7",
"@floating-ui/utils": "^0.2.7",
"@fontsource/poppins": "^5.0.15",
"@mui/icons-material": "^5.16.7",
"@mui/lab": "^5.0.0-alpha.173",
"@mui/material": "^5.16.7",
"@mui/system": "^5.16.7",
"@solana/web3.js": "^1.95.2",
"axios": "^1.7.4",
"bip39": "^3.1.0",
"bs58": "^6.0.0",
"ed25519-hd-key": "^1.3.0",
"formik": "^2.4.6",
"next": "14.2.5",
"react": "^18",
"react-dom": "^18",
"react-toastify": "^10.0.5",
"sharp": "^0.33.5",
"styled-components": "^6.1.12",
"tweetnacl": "^1.0.3",
"yup": "^1.4.0"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@next/eslint-plugin-next": "^12.2.5",
"eslint": "8.20.0",
"eslint-config-next": "12.2.3",
"typescript": "^5"
}
}