-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.52 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
{
"name": "neo-dapp-starter",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "tsc && vite build --mode production",
"build:staging": "tsc && vite build --mode staging",
"dev": "vite --mode staging",
"dev:production": "vite --mode production",
"lint": "eslint . --max-warnings 0",
"prepare": "husky install",
"preview": "vite preview",
"test": "vitest"
},
"dependencies": {
"@cityofzion/neon-core": "^5.5.0",
"@cityofzion/wallet-connect-sdk-core": "^2.5.4",
"@neongd/json-rpc": "^2.0.0",
"@neongd/neo-dapi": "^2.0.0",
"@tanstack/react-query": "^5.18.1",
"@tanstack/react-query-devtools": "^5.18.1",
"@walletconnect/sign-client": "2.7.3",
"@walletconnect/types": "2.7.3",
"antd": "^5.8.3",
"axios": "^1.6.0",
"catchee": "^1.0.2",
"compare-versions": "^6.1.0",
"deepdash-es": "^5.3.9",
"delay": "^6.0.0",
"eventemitter3": "^5.0.1",
"html-ready": "^2.1.0",
"i18next": "^23.4.4",
"i18next-browser-languagedetector": "^7.1.0",
"immer": "^10.0.2",
"lodash-es": "^4.17.21",
"o3-dapi-core": "^0.3.13",
"o3-dapi-neo": "^0.6.1",
"o3-dapi-neo3": "^1.0.4",
"p-memoize": "^7.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^13.1.2",
"react-page-visibility": "^7.0.0",
"react-router-dom": "^6.15.0",
"tailwind-merge": "^2.2.1",
"tiny-invariant": "^1.3.1",
"utfstring": "^3.1.2",
"valtio": "^1.11.2",
"viem": "^1.6.0"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^4.32.5",
"@types/lodash-es": "^4.17.8",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/react-page-visibility": "^6.4.1",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.15",
"eslint": "^8.45.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"husky": "^8.0.3",
"lint-staged": "^14.0.0",
"postcss": "^8.4.27",
"prettier": "^3.0.1",
"prettier-plugin-tailwindcss": "^0.5.11",
"rollup-plugin-node-polyfills": "^0.2.1",
"rollup-plugin-visualizer": "^5.9.2",
"tailwindcss": "^3.4.1",
"typescript": "^5.0.2",
"vite": "^4.4.5",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^0.34.1"
}
}