forked from Dashticz/dashticz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.01 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
{
"name": "dashticz",
"version": "3.2.1",
"description": "Alternative dashboard for Domoticz",
"main": "index.js",
"directories": {
"doc": "docs"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.14.0",
"@jaames/iro": "^5.2.3",
"@popperjs/core": "^2.4.4",
"bootstrap": "^3.4.1",
"chart.js": "^2.9.3",
"chartjs-plugin-zoom": "^0.7.7",
"file-loader": "^5.1.0",
"hammerjs": "^2.0.8",
"handlebars": "^4.7.6",
"handlebars.moment": "^1.0.4",
"ical.js": "^1.4.0",
"ion-sound": "^3.0.7",
"jquery": "^3.5",
"jquery-migrate": "^3.3.1",
"jquery-ui-dist": "^1.12.1",
"jquery-ui-touch-punch": "^0.2.3",
"js-cookie": "^2.2.1",
"md5": "^2.3.0",
"mobile-detect": "^1.4.4",
"moment": "^2.28.0",
"skycons": "^1.0.0",
"spectrum-colorpicker": "^1.8.1",
"spotify-web-api-js": "^1.5.0",
"swiper": "^5.4.5"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/node": "^7.10.5",
"@babel/preset-env": "^7.11.5",
"babel-loader": "^8.1.0",
"css-loader": "^3.6.0",
"eslint": "^6.8.0",
"expose-loader": "^0.7.5",
"js-beautify": "^1.13.0",
"prettier": "^2.1.2",
"script-loader": "^0.7.2",
"style-loader": "^1.2.1",
"url-loader": "^2.3.0",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"format": "npm run format:prettier && npm run format:html",
"format:prettier": "node_modules/.bin/prettier --config .prettierrc \"{js,src}/**/*.{ts,css,less,js}\" --write",
"format:html": "node bin/glob-ls.js '*.html' | xargs node_modules/.bin/html-beautify -r"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Dashticz/dashticz.git"
},
"author": "Dashticz",
"license": "ISC",
"bugs": {
"url": "https://github.com/Dashticz/dashticz/issues"
},
"homepage": "https://github.com/Dashticz/dashticz#readme",
"resolutions": {
"minimist": "^1.2.3"
}
}