-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 1.63 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
{
"name": "voenmex",
"version": "1.0.0",
"description": "Сервис ВКонтакте",
"main": "index.js",
"scripts": {
"dev": "npm run env NODE_ENV=development && npm run build_dev",
"build_dev": "webpack-dev-server --mode development --hot --disable-host-check",
"build": "webpack --mode production",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"repository": "https://github.com/botxme/voenmex",
"author": "danyadev <danyadev@mail.ru>, vbiralo <admin@bot-x.me>, krethub <krethub@mail.ru>",
"license": "Apache-2.0",
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/preset-env": "^7.7.1",
"@babel/preset-react": "^7.7.0",
"@babel/runtime": "^7.7.2",
"babel-loader": "^8.0.6",
"css-loader": "^3.2.0",
"eruda-webpack-plugin": "^1.2.0",
"eslint": "^6.6.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^1.7.0",
"file-loader": "^4.2.0",
"gh-pages": "^2.1.1",
"html-webpack-plugin": "^3.2.0",
"moment": "^2.24.0",
"react-slick": "^0.25.2",
"serialize-javascript": "^2.1.2",
"style-loader": "^1.0.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0"
},
"dependencies": {
"@vkontakte/icons": "^1.11.2",
"@vkontakte/vk-connect": "^1.6.8",
"@vkontakte/vkui": "^2.32.4",
"eruda": "^1.10.2",
"react": "^16.11.0",
"react-dom": "^16.11.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}