-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
103 lines (103 loc) · 3.11 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "template",
"version": "0.1.0",
"private": true,
"scripts": {
"prebuild": "next telemetry disable",
"dev": "concurrently --kill-others \"next dev\" \"typed-scss-modules src --watch\"",
"generate:types": "cross-env PAYLOAD_CONFIG_PATH=src/payload.config.ts payload generate:types",
"build": "typed-scss-modules src && next build",
"start": "next start",
"lint": "next lint",
"generate": "graphql-codegen"
},
"dependencies": {
"@ant-design/nextjs-registry": "^1.0.0",
"@apollo/client": "^3.10.2",
"@dedust/sdk": "^0.8.7",
"@fractal-web/typescript-fsa-redux-thunk": "^2.10.2",
"@google-cloud/local-auth": "2.1.0",
"@inquirer/prompts": "^5.0.3",
"@jup-ag/api": "^6.0.23",
"@michielkn/express-http-exceptions": "^1.0.1",
"@prettier/sync": "^0.5.2",
"@ston-fi/sdk": "^0.5.1",
"@swc/core": "^1.6.6",
"@tanstack/react-query": "^5.35.1",
"@ton-api/client": "^0.0.1-beta.2",
"@ton-api/streaming": "^0.0.1-beta.0",
"@ton/core": "^0.56.3",
"@ton/crypto": "^3.2.0",
"@ton/ton": "^13.11.1",
"@topcli/prompts": "^1.10.0",
"@types/object-hash": "^3.0.6",
"@uidotdev/usehooks": "^2.4.1",
"antd": "^5.17.0",
"axios": "^1.6.8",
"buffer": "^6.0.3",
"clsx": "^2.1.1",
"cross-env": "^7.0.3",
"dayjs": "^1.11.11",
"delay": "^6.0.0",
"dotenv": "^16.4.5",
"env-var": "^7.4.2",
"next": "^14.2.5",
"next-nprogress-bar": "^2.3.11",
"object-hash": "^3.0.0",
"p-debounce": "^4.0.0",
"p-defer": "^4.0.1",
"p-event": "^6.0.1",
"p-forever": "^3.0.1",
"p-memoize": "^7.1.1",
"p-queue": "^8.0.1",
"p-retry": "^6.2.0",
"rambda": "^9.2.0",
"react": "^18",
"react-dom": "^18",
"react-player": "^2.16.0",
"react-redux": "^9.1.2",
"redux": "^5.0.1",
"redux-thunk": "^3.1.0",
"short-uuid": "^5.2.0",
"simple-pancakeswap-sdk": "^1.1.1",
"ton": "^13.9.0",
"ton-core": "^0.53.0",
"ton-crypto": "^3.2.0",
"ton-lite-client": "^3.0.0",
"tonweb": "^0.0.66",
"ts-retry-promise": "^0.8.0",
"typescript-fsa": "^3.0.0",
"typescript-fsa-reducers": "^1.2.2",
"typescript-fsa-redux-middleware": "^4.3.1",
"typescript-fsa-redux-thunk": "^2.10.2",
"usehooks-ts": "^3.1.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"concurrently": "^8.2.2",
"eslint": "^8",
"eslint-config-next": "^14.2.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-load-config": "^5.1.0",
"postcss-preset-env": "^9.5.11",
"postcss-sort-media-queries": "^5.2.0",
"prettier": "^3.2.5",
"sass": "^1.76.0",
"stylelint": "^16.5.0",
"stylelint-config-clean-order": "^5.4.2",
"stylelint-config-standard-scss": "^13.1.0",
"tsx": "^4.9.3",
"typed-scss-modules": "^8.0.1",
"typescript": "^5"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}