forked from QIWI-API/bill-payments-popup-js-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 921 Bytes
/
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
{
"name": "qiwi-checkout-popup",
"version": "0.1.0",
"main": "index.js",
"author": "Artem Krinitsyn <[email protected]>",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"@babel/preset-react": "^7.0.0",
"@svgr/webpack": "^4.1.0",
"babel-loader": "^8.0.4",
"dotenv-webpack": "^1.7.0",
"prettier": "^1.15.3",
"webpack": "^4.26.1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
},
"scripts": {
"build": "webpack --mode=production --config webpack.browser.js",
"build:npm": "webpack --mode=production --config webpack.npm.js",
"start": "webpack-dev-server --hot --inline --mode=development --config webpack.browser.js"
},
"dependencies": {
"moment": "^2.25.3",
"qs": "^6.9.4",
"react": "16.7.0-alpha.2",
"react-dom": "16.7.0-alpha.2",
"styled-components": "^4.1.2"
}
}