-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.4 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.4 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
{
"name": "steveproxyweb",
"version": "1.0.0",
"description": "Web helper for proxy",
"main": "./src/index.jsx",
"homepage": "./",
"type": "module",
"scripts": {
"start": "node --experimental-modules --experimental-json-modules --unhandled-rejections=warn --es-module-specifier-resolution=node ./server/index.js",
"build": "cross-env INLINE_RUNTIME_CHUNK=false react-scripts build",
"dev": "react-scripts start"
},
"author": "MrZillaGold <Pronin Egor | mrzillagold@gmail.com>",
"license": "SEE LICENSE IN LICENSE.txt",
"dependencies": {
"@vkontakte/icons": "^1.127.0",
"@vkontakte/mvk-mini-apps-scroll-helper": "^1.2.0",
"@vkontakte/vk-bridge": "^2.4.8",
"@vkontakte/vkjs": "^0.22.1",
"@vkontakte/vkui": "^4.15.0",
"axios": "^0.21.4",
"body-parser": "^1.19.0",
"core-js": "^3.17.3",
"express": "^4.17.1",
"express-rate-limit": "^5.3.0",
"node-cache": "^5.1.2",
"react": "^17.0.1",
"react-copy-to-clipboard": "^5.0.4",
"react-dom": "^17.0.2",
"spotify-web-api-node": "^5.0.2"
},
"devDependencies": {
"cross-env": "^7.0.3",
"react-scripts": "^4.0.3"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"engines": {
"node": "14.16.0"
}
}