-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
91 lines (91 loc) · 2.69 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
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
81
82
83
84
85
86
87
88
89
90
91
{
"name": "paymentwall-widget",
"version": "1.0.0",
"description": "Paymentwall test.",
"main": "dist/widget.js",
"scripts": {
"start": "cross-env NODE_ENV=production node server",
"demo": "cross-env NODE_ENV=production node server",
"build": "cross-env NODE_ENV=production webpack",
"dev": "cross-env NODE_ENV=development webpack-dev-server --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">=8.9.1",
"npm": ">=5",
"yarn": "^0.25.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/koalex/paymentwall-widget.git"
},
"keywords": [
"paymentwall",
"widget"
],
"author": {
"name": "Konstantin Aleksandrov",
"email": "[email protected]",
"url": "https://github.com/koalex"
},
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/koalex/paymentwall-widget/issues"
},
"homepage": "https://github.com/koalex/paymentwall-widget#readme",
"dependencies": {
"@koa/cors": "^2.2.1",
"bootstrap": "^3.3.7",
"bunyan": "^1.8.12",
"flag-icon-css": "^2.9.0",
"jquery": "^3.3.1",
"koa": "^2.3.0",
"koa-bodyparser": "^4.2.0",
"koa-compress": "^2.0.0",
"koa-conditional-get": "^2.0.0",
"koa-etag": "^3.0.0",
"koa-helmet": "3.3.0",
"koa-router": "^7.2.1",
"koa-static": "^4.0.1",
"pm2": "^2.9.3",
"url-search-params": "^0.10.0",
"uuid": "^3.1.0",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
"autoprefixer": "^7.2.3",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-react-remove-prop-types": "^0.4.8",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-plugin-universal-import": "^1.3.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-0": "^6.24.1",
"browser-sync": "^2.18.13",
"browser-sync-webpack-plugin": "^1.2.0",
"clean-webpack-plugin": "^0.1.17",
"compression-webpack-plugin": "^1.0.0",
"cross-env": "^5.1.3",
"css-loader": "^0.28.5",
"css-mqpacker": "^6.0.1",
"extract-css-chunks-webpack-plugin": "^2.0.17",
"extract-text-webpack-plugin": "^3.0.0",
"favicons-webpack-plugin": "0.0.7",
"file-loader": "^1.1.6",
"html-webpack-plugin": "^2.30.1",
"image-webpack-loader": "^3.3.1",
"less": "^2.7.2",
"less-loader": "^4.0.5",
"postcss-loader": "^2.0.6",
"regenerator-runtime": "^0.11.0",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"url-loader": "^0.6.2",
"webpack": "^3.11.0",
"webpack-dev-server": "^2.11.1"
}
}