-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
83 lines (83 loc) · 2.72 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
{
"name": "moonbase-app",
"version": "0.0.1",
"author": "MoonBaseDAO",
"licence": "MIT",
"private": false,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next export",
"lint": "next lint",
"lint-fix": "next lint --fix",
"watch": "tsc -w",
"devmon": "nodemon dist/index.js"
},
"dependencies": {
"@emotion/cache": "11.10.5",
"@emotion/react": "11.10.6",
"@emotion/server": "11.10.0",
"@emotion/styled": "11.10.6",
"@headlessui/react": "^1.7.13",
"@heroicons/react": "^2.0.16",
"@mui/lab": "5.0.0-alpha.120",
"@mui/material": "5.11.10",
"@mui/system": "5.11.9",
"@mui/x-date-pickers": "5.0.19",
"@near-wallet-selector/coin98-wallet": "^7.9.2",
"@near-wallet-selector/core": "^7.9.2",
"@near-wallet-selector/default-wallets": "^7.9.2",
"@near-wallet-selector/finer-wallet": "^7.9.2",
"@near-wallet-selector/here-wallet": "^7.9.2",
"@near-wallet-selector/ledger": "^7.9.2",
"@near-wallet-selector/math-wallet": "^7.9.2",
"@near-wallet-selector/meteor-wallet": "^7.9.2",
"@near-wallet-selector/modal-ui": "^7.9.2",
"@near-wallet-selector/my-near-wallet": "^7.9.2",
"@near-wallet-selector/narwallets": "^7.9.2",
"@near-wallet-selector/near-snap": "^7.9.2",
"@near-wallet-selector/near-wallet": "^7.9.2",
"@near-wallet-selector/nearfi": "^7.9.2",
"@near-wallet-selector/neth": "^7.9.2",
"@near-wallet-selector/nightly": "^7.9.2",
"@near-wallet-selector/nightly-connect": "^7.9.2",
"@near-wallet-selector/opto-wallet": "^7.9.2",
"@near-wallet-selector/sender": "^7.9.2",
"@near-wallet-selector/wallet-connect": "^7.9.2",
"@near-wallet-selector/welldone-wallet": "^7.9.2",
"@near-wallet-selector/xdefi": "^7.9.2",
"apexcharts": "3.37.0",
"autoprefixer": "^10.4.14",
"axios": "^1.3.4",
"base-x": "^4.0.0",
"date-fns": "2.29.3",
"eventemitter3": "^5.0.0",
"formik": "2.2.9",
"fs": "^0.0.1-security",
"near-api-js": "^1.1.0",
"next": "13.1.6",
"nprogress": "0.2.0",
"postcss": "^8.4.21",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-apexcharts": "1.4.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "18.2.0",
"rxjs": "^7.8.0",
"simplebar-react": "^3.2.1",
"typescript": "^5.0.2",
"yup": "1.0.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@types/node": "18.13.0",
"@types/nprogress": "0.2.0",
"@types/numeral": "2.0.2",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"eslint": "8.34.0",
"eslint-config-next": "13.1.6",
"tailwindcss": "^3.2.7"
}
}