-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.06 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
{
"name": "keyforge",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/material": "^6.1.0",
"@mui/styled-engine-sc": "^6.1.0",
"@nextui-org/react": "^2.4.8",
"@nextui-org/switch": "^2.0.34",
"@nextui-org/system": "^2.2.6",
"@nextui-org/theme": "^2.2.11",
"@solana/web3.js": "^1.95.3",
"bip39": "^3.1.0",
"bs58": "^6.0.0",
"clsx": "^2.1.1",
"ed25519-hd-key": "^1.3.0",
"framer-motion": "^11.5.4",
"next": "14.2.12",
"next-themes": "^0.3.0",
"react": "^18",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18",
"react-icons": "^5.3.0",
"react-switch": "^7.0.0",
"styled-components": "^6.1.13",
"tailwind-merge": "^2.5.2",
"tweetnacl": "^1.0.3"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.2.12",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}