-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
125 lines (125 loc) · 4.03 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "market-react",
"version": "1.0.1",
"homepage": "/",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"license": "MIT",
"scripts": {
"start": "webpack-dev-server --mode development",
"build": "webpack --mode production; cp -r public/assets build/",
"test": "echo \"Error: no test specified\" && exit 1",
"eject": "react-scripts eject",
"prepare": "install-peers"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"dependencies": {
"@delab-team/connect": "^1.4.2",
"@itznevikat/router": "^0.1.0-beta28",
"@tonconnect/sdk": "^2.0.7",
"@vkontakte/icons": "^1.202.0",
"@vkontakte/vk-bridge": "^2.7.0",
"@vkontakte/vkui": "^4.39.0",
"axios": "^1.2.3",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"crypto-js": "^4.1.1",
"dotenv": "^16.0.3",
"eruda": "^2.5.0",
"fp-ts": "^2.13.1",
"io-ts": "^2.2.20",
"moment": "^2.29.4",
"qrcode.react": "^3.1.0",
"react": "^18.1.0",
"react-app-rewired": "^2.2.1",
"react-bootstrap": "^2.7.2",
"react-dom": "^18.1.0",
"react-inlinesvg": "^3.0.0",
"react-router": "^6.4.3",
"react-router-dom": "^6.4.3",
"react-scripts": "5.0.1",
"react-slick": "^0.29.0",
"stream-browserify": "^3.0.0",
"ton3": "^0.0.16",
"validatorus-react": "1.0.6",
"@ton.org/func-js": "^0.1.3",
"@types/uuid": "^8.3.4",
"bn.js": "^5.2.1",
"chai": "^4.3.6",
"mocha": "^10.0.0",
"ton": "^11.18.2",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/node": "^18.7.6",
"@types/react": "^17.0.5",
"@types/react-dom": "^17.0.1",
"@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^4.7.2",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"@vkontakte/icons": "^1.184.0",
"@vkontakte/vk-bridge": "^2.0.2",
"@vkontakte/vkui": "^4.33.1",
"assert": "^2.0.0",
"buffer": "^6.0.3",
"cross-env": "^7.0.3",
"crypto-browserify": "^3.12.0",
"eslint": "^8.20.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-import-resolver-typescript": "^3.3.0",
"eslint-plugin-import": "^2.26.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"https-browserify": "^1.0.0",
"install-peers-cli": "^2.2.0",
"node-polyfill-webpack-plugin": "^2.0.1",
"os-browserify": "^0.3.0",
"process": "^0.11.10",
"react": "^16.8.6 || ^17.0.0 || ^18.1.0",
"react-app-rewired": "^2.2.1",
"react-dom": "^16.8.6 || ^17.0.0 || ^18.1.0",
"react-inlinesvg": "^3.0.0",
"react-scripts": "5.0.1",
"readable-stream": "^4.1.0",
"source-map-loader": "^1.0.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"svg-inline-loader": "^0.8.2",
"ts-loader": "^9.3.1",
"ts-node": "^10.9.1",
"tsconfig-paths": "^3.14.1",
"typescript": "^4.7.4",
"url": "^0.11.0",
"url-loader": "^4.1.1",
"util": "^0.12.4",
"webpack": "^5.76.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.10.0"
},
"browser": {
"crypto": false
},
"resolutions": {
"@types/react": "^16.14.20",
"@types/react-dom": "^16.9.14"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}