-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.2 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
{
"name": "vkui-horizontal-calendar",
"version": "1.1.0",
"description": "Компонент VK UI, позволяющий отображать даты на неделю вперед",
"main": "dist/main.js",
"scripts": {
"start": "webpack serve",
"build": "webpack --config prod.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Pavel Garaev",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.13.8",
"@babel/preset-env": "^7.13.9",
"@babel/preset-react": "^7.12.13",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"babel-cli": "^6.18.0",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^5.1.1",
"html-loader": "^2.1.1",
"html-webpack-plugin": "^5.2.0",
"prop-types": "^15.7.2",
"react-dom": "^17.0.1",
"react-refresh": "^0.9.0",
"source-map-loader": "^2.0.1",
"style-loader": "^2.0.0",
"webpack": "^5.24.2",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"@vkontakte/icons": "^1.79.0",
"@vkontakte/vk-bridge": "^2.4.1",
"@vkontakte/vkjs": "^0.21.0",
"@vkontakte/vkui": "^4.4.0",
"react": "^17.0.1"
}
}