-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.96 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
87
{
"name": "raidar-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"api:codegen:client": "npx openapi-codegen gen raidar"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@mantine/carousel": "^6.0.21",
"@mantine/core": "^6.0.21",
"@mantine/dates": "^6.0.21",
"@mantine/dropzone": "^6.0.21",
"@mantine/ds": "^6.0.21",
"@mantine/form": "^6.0.21",
"@mantine/hooks": "^6.0.21",
"@mantine/modals": "^6.0.21",
"@mantine/next": "^6.0.21",
"@mantine/notifications": "^6.0.21",
"@mantine/prism": "^6.0.21",
"@near-wallet-selector/coin98-wallet": "^8.2.1",
"@near-wallet-selector/default-wallets": "^8.1.4",
"@near-wallet-selector/finer-wallet": "^8.2.1",
"@near-wallet-selector/here-wallet": "^8.2.1",
"@near-wallet-selector/ledger": "^8.2.1",
"@near-wallet-selector/math-wallet": "^8.2.1",
"@near-wallet-selector/meteor-wallet": "^8.2.1",
"@near-wallet-selector/modal-ui": "^8.2.1",
"@near-wallet-selector/my-near-wallet": "^8.2.1",
"@near-wallet-selector/narwallets": "^8.2.1",
"@near-wallet-selector/near-snap": "^8.2.1",
"@near-wallet-selector/near-wallet": "^8.2.1",
"@near-wallet-selector/nearfi": "^8.2.1",
"@near-wallet-selector/neth": "^8.2.1",
"@near-wallet-selector/nightly": "^8.2.1",
"@near-wallet-selector/nightly-connect": "^8.2.1",
"@near-wallet-selector/opto-wallet": "^8.2.1",
"@near-wallet-selector/sender": "^8.2.1",
"@near-wallet-selector/wallet-connect": "^8.2.1",
"@near-wallet-selector/welldone-wallet": "^8.2.1",
"@near-wallet-selector/xdefi": "^8.2.1",
"@tabler/icons-react": "^2.24.0",
"@tanstack/react-query": "^4.29.19",
"@types/node": "20.3.3",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"better-sqlite3": "^8.4.0",
"dayjs": "^1.11.9",
"embla-carousel-react": "^8.0.0-rc14",
"eslint": "8.44.0",
"eslint-config-next": "13.4.7",
"eventemitter3": "^5.0.1",
"form-data": "^4.0.0",
"isomorphic-fetch": "^3.0.0",
"near-api-js": "^2.1.4",
"next": "13.1.0",
"next-auth": "^4.22.1",
"pdf-lib": "^1.17.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.10.1",
"react-parallax-tilt": "^1.7.156",
"react-signature-pad": "^0.0.6",
"react-signature-pad-wrapper": "^3.3.3",
"react-universal-tilt": "^1.3.1",
"tabler-icons-react": "^1.56.0",
"to-words": "^3.7.0",
"typescript": "5.1.6"
},
"devDependencies": {
"@openapi-codegen/cli": "^2.0.0",
"@openapi-codegen/typescript": "^6.1.0",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/bn.js": "^5.1.1",
"@types/file-saver": "^2.0.5",
"@types/http-proxy": "^1.17.9",
"@types/isomorphic-fetch": "^0.0.36",
"autoprefixer": "^10.4.14",
"eslint-config-prettier": "^8.8.0",
"postcss": "^8.4.24",
"tailwindcss": "^3.3.2"
}
}