-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.43 KB
/
Copy pathpackage.json
File metadata and controls
80 lines (80 loc) · 2.43 KB
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
{
"name": "btn-user-platform",
"version": "0.1.1",
"private": true,
"homepage": "./",
"scripts": {
"start": "webpack-dev-server --mode development",
"build": "webpack --mode production",
"test": "echo \"Error: no test specified\" && exit 1",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"dependencies": {
"@vkontakte/icons": "^1.172.0",
"@vkontakte/vk-bridge": "^2.5.3",
"@vkontakte/vkui": "^4.33.1",
"axios": "^0.27.2",
"buffer": "^6.0.3",
"eruda": "^2.5.0",
"moment": "^2.29.3",
"qrcode.react": "^3.0.2",
"react": "^18.0.0",
"react-cookie": "^4.1.1",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.0.0",
"react-scripts": "5.0.1",
"react-tradingview-widget": "^1.3.2",
"svg-url-loader": "^7.1.1",
"ton": "^9.6.3",
"ton-x": "^2.0.0-beta9",
"ton3-core": "^0.0.11"
},
"devDependencies": {
"@types/node": "^17.0.25",
"@types/react": "^18.0.5",
"@types/react-copy-to-clipboard": "^5.0.2",
"@types/react-dom": "^18.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",
"cross-env": "^7.0.3",
"eslint": "^8.13.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-import": "^2.26.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"process": "^0.11.10",
"react-inlinesvg": "^3.0.0",
"source-map-loader": "^1.0.0",
"svg-inline-loader": "^0.8.2",
"ts-loader": "^9.3.0",
"ts-node": "^10.7.0",
"tsconfig-paths": "^3.14.1",
"typescript": "^4.6.3",
"url-loader": "^4.1.1",
"util": "^0.12.4",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.8.1"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}