-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.78 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
{
"name": "lotto-near",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@here-wallet/core": "^3.3.1",
"@near-js/accounts": "^1.0.4",
"@near-js/crypto": "^1.2.1",
"@near-js/keystores": "^0.0.9",
"@near-js/signers": "^0.1.1",
"@near-js/transactions": "1.1.2",
"@near-wallet-selector/core": "^8.9.7",
"@near-wallet-selector/here-wallet": "^8.9.7",
"@near-wallet-selector/meteor-wallet": "^8.9.7",
"@near-wallet-selector/modal-ui": "^8.9.7",
"@near-wallet-selector/my-near-wallet": "^8.9.7",
"@tanstack/query-sync-storage-persister": "^5.51.15",
"@tanstack/react-query": "^5.51.1",
"@tanstack/react-query-persist-client": "^5.51.15",
"big.js": "^6.2.1",
"borsh": "^2.0.0",
"date-fns": "^3.6.0",
"framer-motion": "^11.3.2",
"moment": "^2.30.1",
"near-api-js": "3.0.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.1",
"react-icons": "^5.2.1",
"react-router-dom": "^6.25.1",
"react-timer-hook": "^3.0.7",
"rxjs": "^7.8.1",
"zustand": "^4.5.2"
},
"devDependencies": {
"@rollup/plugin-alias": "^5.1.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"vite": "^5.3.1",
"vite-plugin-node-polyfills": "^0.22.0"
}
}