-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
89 lines (89 loc) · 2.85 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
{
"name": "balloon-client-web",
"description": "balloon web UI",
"title": "balloon",
"scripts": {
"start": "webpack-dev-server --open --config webpack.dev.js",
"start-any": "webpack-dev-server --open --config webpack.dev.js --https --host 0.0.0.0",
"build": "NODE_ENV=production webpack --config webpack.prod.js",
"install": "napa StefH/bower-kendo-ui-web:kendo-ui-web",
"postinstall": "echo > node_modules/kendo-ui-web/scripts/kendo.data.min.js; echo > node_modules/kendo-ui-web/scripts/kendo.draganddrop.min.js"
},
"dependencies": {
"@babel/polyfill": "^7.7.0",
"@gyselroth/icon-collection": "^1.0.12",
"@openid/appauth": "^1.2.6",
"bundle-loader": "^0.5.6",
"i18next": "3.x",
"i18next-browser-languagedetector": "^2.2.4",
"i18next-localstorage-cache": "*",
"i18next-sprintf-postprocessor": "*",
"i18next-xhr-backend": "^1.5.1",
"jquery-i18next": "*",
"kendo-ui-core": "^2018.3.1219",
"merge-jsons-webpack-plugin": "^1.0.20",
"mobile-pull-to-refresh": "^0.2.2",
"qrcode.es": "^1.0.0",
"showdown": "^1.9.1",
"showdown-highlight": "^2.1.3",
"simplemde": "^1.11.2",
"slideout": "https://github.com/raffis/slideout/tarball/direction_fix",
"sw-precache-webpack-plugin": "^0.11.5",
"ubuntu-fontface": "^0.1.13",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack-pwa-manifest": "^4.1.1",
"workbox-webpack-plugin": "^4.3.1",
"workbox-window": "^4.3.1"
},
"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"babel-loader": "^8.0.6",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"css-loader": "^1.0.1",
"eslint": "^5.16.0",
"eslint-loader": "1.7.1",
"extract-text-webpack-plugin": "^3.0.2",
"favicons-webpack-plugin": "0.0.9",
"file-loader": "^2.0.0",
"git-revision-webpack-plugin": "^2.5.1",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.4.5",
"napa": "^3.0.0",
"node-sass": "^4.13.0",
"robotstxt-webpack-plugin": "^7.0.0",
"sass-loader": "^7.3.1",
"source-map-loader": "^0.2.4",
"style-loader": "^0.23.1",
"svgxuse": "^1.2.6",
"url-loader": "^1.1.2",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0",
"webpack-merge": "^4.2.2"
},
"main": "index.html",
"repository": {
"type": "git",
"url": "git+https://github.com/gyselroth/balloon-client-web.git"
},
"keywords": [
"JavaScript",
"HTML5",
"CSS3",
"SPA",
"Super-fast",
"Web",
"ui",
"balloon",
"web-client"
],
"author": "Raffael Sahli <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/gyselroth/balloon-client-web/issues"
},
"homepage": "https://github.com/gyselroth/balloon-client-web#readme"
}