-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 2.07 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
{
"name": "nadabot-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint --ext .ts,tsx ./ --fix; next lint",
"precommit": "npm run lint",
"prepare": "husky install"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.8",
"@mui/icons-material": "^5.15.2",
"@mui/material": "^5.15.2",
"@near-wallet-selector/bitget-wallet": "^8.9.5",
"@near-wallet-selector/bitte-wallet": "^8.9.12",
"@near-wallet-selector/coin98-wallet": "^8.9.5",
"@near-wallet-selector/here-wallet": "^8.9.5",
"@near-wallet-selector/ledger": "^8.9.5",
"@near-wallet-selector/math-wallet": "^8.9.5",
"@near-wallet-selector/meteor-wallet": "^8.9.5",
"@near-wallet-selector/mintbase-wallet": "^8.9.5",
"@near-wallet-selector/modal-ui": "^8.9.2",
"@near-wallet-selector/my-near-wallet": "^8.9.6",
"@near-wallet-selector/near-mobile-wallet": "^8.9.5",
"@near-wallet-selector/nearfi": "^8.9.5",
"@near-wallet-selector/neth": "^8.9.5",
"@near-wallet-selector/nightly": "^8.9.6",
"@near-wallet-selector/sender": "^8.5.0",
"@near-wallet-selector/welldone-wallet": "^8.9.5",
"@near-wallet-selector/xdefi": "^8.9.5",
"@uidotdev/usehooks": "^2.4.1",
"@wpdas/naxios": "^2.1.0",
"copy-to-clipboard": "^3.3.3",
"formik": "^2.4.5",
"fuse.js": "^7.0.0",
"near-api-js": "^2.1.4",
"next": "14.0.4",
"react": "^18",
"react-dom": "^18",
"use-file-picker": "^2.1.1",
"yup": "^1.3.3",
"zustand": "^4.4.7"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^9.0.10",
"prettier": "^3.2.5",
"typescript": "^5"
}
}