-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
80 lines (80 loc) · 2.16 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
{
"name": "@openhab-ui/setup-and-maintenance",
"keywords": [
"openhab",
"ui",
"administration",
"home-automation"
],
"version": "1.0.3",
"description": "Configuration and maintenance interface for openHAB",
"author": "David Graeff",
"email": "[email protected]",
"private": false,
"scripts": {
"build": "gulp build",
"lint": "gulp lint",
"dev": "gulp serve",
"devno": "gulp serveonly",
"doc": "npx jsdoc -c jsdoc.json"
},
"homepage": "https://github.com/davidgraeff/paper-ui-ng",
"repository": {
"type": "git",
"url": "git+https://github.com/davidgraeff/paper-ui-ng.git"
},
"license": "MIT",
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.7.2",
"better-docs": "^1.1.4",
"bootstrap": "^4.3.1",
"compression": "^1.7.3",
"connect-livereload": "^0.6.1",
"connect-rest": "^3.0.29",
"csso": ">=3.5",
"del": ">=3",
"flatpickr": "^4.5.4",
"gulp": ">=4",
"gulp-better-rollup": "^3.4.0",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.7.0",
"gulp-csslint": "^1.0.1",
"gulp-html-i18n": "^0.15.0",
"gulp-htmlmin": "^5.0.1",
"gulp-if": "^2.0.2",
"gulp-mode": "^1.0.2",
"gulp-open": "^3.0.1",
"gulp-rename": "^1.4.0",
"gulp-rollup-each": "^3.0.0",
"gulp-sass": "^4.0.2",
"gulp-sass-lint": "^1.4.0",
"gulp-uglify-es": "^1.0.4",
"gulp-watch": "^5.0.1",
"html": "^1.0.0",
"monaco-editor": "^0.15.6",
"plugin-error": "^1.0.1",
"register-service-worker": "^1.6.2",
"rete": "^1.1.1",
"rollup": "^1.2.3",
"rollup-plugin-commonjs": "^9.2.1",
"rollup-plugin-css-only": "^1.0.0",
"rollup-plugin-flow": "^1.1.1",
"rollup-plugin-json": "^3.1.0",
"rollup-plugin-node-resolve": "^4.0.1",
"rollup-plugin-replace": "^2.1.0",
"rollup-plugin-sass": "^1.1.0",
"rollup-plugin-vue": "^4.7.2",
"rollup-stream": "^1.24.1",
"vinyl-sourcemaps-apply": "^0.2.1",
"vue-template-compiler": "^2.6.8",
"workbox-build": "^3.6.3"
},
"dependencies": {
"idb": "^3.0.2",
"leaflet": "^1.4.0",
"lit-html": "^1.0.0",
"shepherd.js": "^2.3.3",
"surge": "^0.20.3",
"vue": "^2.6.8"
}
}