-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
82 lines (82 loc) · 3.06 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
{
"name": "mono-pwa",
"version": "3.4.4",
"description": "monobank PWA",
"main": "index.html",
"config": {
"branch": "master"
},
"scripts": {
"local": "webpack-dev-server --config webpack/webpack.config.js --env.LOCAL --env.watch",
"wg": "webpack --config webpack/webpack.config.js --env.WG --env.ANALYTICS",
"build": "webpack --config webpack/webpack.config.js --env.PRODUCTION --env.ANALYTICS",
"build-debug": "webpack --config webpack/webpack.config.js --env.PRODUCTION --env.ANALYTICS --env.DEBUG",
"ci": "webpack --config webpack/webpack.config.js --env.CI",
"update-emojis": "node webpack/scripts/updateEmojis",
"test": "echo \"No tests specified\""
},
"repository": "git+https://github.com/SominemoMono-PWA.git",
"keywords": [],
"author": "Sominemo <[email protected]>",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/SominemoMono-PWA/issues"
},
"homepage": "https://github.com/SominemoMono-PWA#readme",
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/plugin-transform-strict-mode": "^7.8.3",
"@babel/preset-env": "^7.9.0",
"babel-eslint": "^11.0.0-beta.2",
"babel-loader": "^8.0.6",
"bitbar-webpack-progress-plugin": "^1.0.0",
"bundle-loader": "^0.5.6",
"chokidar": "^3.3.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.5.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-import-resolver-webpack": "^0.12.0",
"eslint-plugin-import": "^2.20.2",
"extra-watch-webpack-plugin": "^1.0.3",
"fecha": "^4.2.0",
"file-loader": "^6.0.0",
"fs-extra": "^9.0.0",
"html-webpack-plugin": "^4.0.4",
"on-build-webpack": "^0.1.0",
"resource-hints-webpack-plugin": "^0.0.2",
"style-loader": "1.1.3",
"svg-inline-loader": "^0.8.2",
"terser-webpack-plugin": "^2.3.5",
"url-loader": "^4.0.0",
"webpack": "^4.42.0",
"webpack-auto-inject-version": "^1.2.2",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3",
"webpack-pwa-manifest": "^4.2.0",
"workbox-webpack-plugin": "^5.0.0"
},
"dependencies": {
"@babel/runtime": "^7.8.7",
"axios": "^0.19.0",
"core-js": "^3.4.1",
"currency-codes": "^2.1.0",
"custom-protocol-detection": "^1.0.1",
"git-rev-sync": "^2.0.0",
"idb": "^5.0.2",
"lottie-web": "^5.6.8",
"mcc": "^2.2.0",
"node-fetch": "^2.6.0",
"qrcode": "^1.5.3",
"regenerator-runtime": "^0.13.5",
"requestidlecallback-polyfill": "^1.0.2",
"sjcl": "^1.0.8",
"smoothscroll-polyfill": "^0.4.4",
"sortablejs": "^1.10.2",
"twemoji": "^12.1.4"
}
}