-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.66 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": "vite",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@portkey/did": "2.19.0-alpha.12",
"@portkey/did-ui-react": "2.19.0-alpha.12",
"@portkey/iframe-provider": "^2.4.0-alpha.9",
"@portkey/onboarding": "2.19.0-alpha.12",
"@portkey/provider-types": "^2.4.0-alpha.9",
"@types/qs": "^6.9.18",
"aelf-sdk": "^3.4.7",
"antd": "4.24.14",
"buffer": "^6.0.3",
"http-server": "^14.1.1",
"next": "14.2.5",
"node-telegram-bot-api": "^0.65.1",
"qs": "^6.13.1",
"query-string": "^7.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vite-plugin-node-polyfills": "^0.22.0",
"vite-plugin-remove-console": "^2.2.0"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@tsconfig/recommended": "^1.0.1",
"@types/node": "^20",
"@types/node-telegram-bot-api": "^0.64.3",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.0.1",
"eslint": "^9.17.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.18",
"globals": "^15.14.0",
"postcss": "^8",
"prettier": "^2.6.2",
"serve": "^14.2.4",
"tailwindcss": "^3.3.0",
"typescript": "~5.6.2",
"typescript-eslint": "^8.18.2",
"vite": "^6.0.5"
}
}