-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.json
76 lines (76 loc) · 2.26 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
{
"name": "dashticz",
"version": "3.2.1",
"description": "Alternative dashboard for Domoticz",
"main": "index.js",
"directories": {
"doc": "docs"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.0.0",
"@jaames/iro": "^5.5.2",
"@popperjs/core": "^2.11.2",
"bootstrap": "^3.4.1",
"chart.js": "^2.9.4",
"chartjs-plugin-zoom": "^0.7.7",
"es6-promise": "^4.2.8",
"file-loader": "^5.1.0",
"hammerjs": "^2.0.8",
"handlebars": "^4.7.7",
"handlebars.moment": "^1.0.4",
"ical.js": "^1.4.0",
"ion-sound": "^3.0.7",
"jquery": "^3.5",
"jquery-migrate": "^3.3.2",
"jquery-ui-dist": "^1.12.1",
"jquery-ui-touch-punch": "^0.2.3",
"js-cookie": "^2.2.1",
"long-press-event": "^2.4.6",
"md5": "^2.3.0",
"mobile-detect": "^1.4.4",
"moment": "^2.29",
"skycons-color": "^1.0.0",
"spectrum-colorpicker": "^1.8.1",
"spotify-web-api-js": "^1.5.1",
"swiper": "^8.0.5"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/node": "^7.12.10",
"@babel/preset-env": "^7.12.10",
"babel-loader": "^8.2.2",
"css-loader": "^3.6.0",
"eslint": "^6.8.0",
"js-beautify": "^1.13.0",
"mini-css-extract-plugin": "^2.7.6",
"prettier": "^2.2.1",
"raw-loader": "^4.0.2",
"sass": "^1.62.1",
"sass-loader": "^13.3.1",
"script-loader": "^0.7.2",
"style-loader": "^1.3.0",
"webpack": "^5",
"webpack-cli": "^5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "NODE_ENV=production NODE_OPTIONS=\"--openssl-legacy-provider --trace-deprecation\" 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",
"Update beta after merge": "./scripts/bu.sh"
},
"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"
}
}