-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.76 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
76
77
78
79
80
81
82
83
84
85
86
{
"name": "frontend",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"api:codegen": "npx openapi-codegen gen dev3",
"prepare": "husky install",
"env:pull": "vercel env pull .env.local"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@mantine/core": "^5.7.1",
"@mantine/dates": "^5.7.1",
"@mantine/dropzone": "^5.9.4",
"@mantine/form": "^5.7.1",
"@mantine/hooks": "^5.7.1",
"@mantine/modals": "^5.7.1",
"@mantine/next": "^5.7.1",
"@mantine/notifications": "^5.7.1",
"@mantine/nprogress": "^5.7.1",
"@mantine/prism": "^5.7.1",
"@mantine/spotlight": "^5.7.1",
"@near-wallet-selector/core": "^7.0.3",
"@near-wallet-selector/default-wallets": "^7.0.3",
"@near-wallet-selector/ledger": "^7.0.3",
"@near-wallet-selector/math-wallet": "^7.0.3",
"@near-wallet-selector/meteor-wallet": "^7.0.3",
"@near-wallet-selector/modal-ui": "^7.0.3",
"@near-wallet-selector/my-near-wallet": "^7.0.3",
"@near-wallet-selector/near-wallet": "^7.0.3",
"@near-wallet-selector/nightly": "^7.0.3",
"@near-wallet-selector/nightly-connect": "^7.0.3",
"@near-wallet-selector/sender": "^7.0.3",
"@near-wallet-selector/wallet-connect": "^7.0.3",
"@novu/notification-center": "^0.9.1",
"@rjsf/core": "^5.0.0-beta.17",
"@rjsf/utils": "^5.0.0-beta.16",
"@rjsf/validator-ajv8": "^5.0.0-beta.16",
"@tanstack/react-query": "^4.10.3",
"@tanstack/react-query-devtools": "^4.11.0",
"axios": "^1.1.2",
"better-sqlite3": "^7.6.2",
"big.js": "^6.2.1",
"brotli-dec-wasm": "^1.3.3",
"dayjs": "^1.11.6",
"http-proxy": "^1.18.1",
"isomorphic-fetch": "^3.0.0",
"mantine-datatable": "^1.7.24",
"near-api-js": "^1.1.0",
"next": "12.3.1",
"next-share": "^0.19.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "^8.0.5",
"react-phone-number-input": "^3.2.12",
"rxjs": "^7.5.7",
"tabler-icons-react": "^1.55.0",
"to-snake-case": "^1.0.0",
"uuid": "^9.0.0",
"wasm-walrus-tools": "AhaLabs/wasm-walrus-tools#v0.1.0"
},
"devDependencies": {
"@openapi-codegen/cli": "^2.0.0",
"@openapi-codegen/typescript": "^6.0.0",
"@types/big.js": "^6.1.5",
"@types/bn.js": "^5.1.0",
"@types/http-proxy": "^1.17.9",
"@types/isomorphic-fetch": "^0.0.36",
"@types/node": "18.8.2",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@types/to-snake-case": "^1.0.0",
"@types/uuid": "^8.3.4",
"eslint": "8.24.0",
"eslint-config-next": "12.3.1",
"eslint-config-prettier": "^8.5.0",
"husky": "^8.0.2",
"prettier": "2.7.1",
"typescript": "4.8.4"
}
}