forked from UnchartedBull/OctoDash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
132 lines (132 loc) · 4.29 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"name": "octodash",
"description": "OctoDash is a simple, but beautiful dashboard for Octoprint.",
"version": "2.3.1",
"license": "Apache 2.0",
"homepage": "https://github.com/UnchartedBull/OctoDash",
"author": {
"name": "Timon Gaebelein",
"email": "[email protected]"
},
"main": "main.js",
"browserslist": [
"chrome > 87"
],
"build": {
"appId": "octodash",
"productName": "OctoDash",
"directories": {
"output": "package"
},
"files": [
"main.js",
"helper",
"dist",
"angular.json",
"node_modules",
"themes/**/*.css",
"LICENSE.md",
"!**/node_modules/*/{CHANGELOG.md,README.md,README,readme.md,readme}",
"!**/node_modules/*/{test,__tests__,tests,powered-test,example,examples}",
"!**/node_modules/*.d.ts",
"!**/node_modules/.bin",
"!**/*.{iml,o,hprof,orig,pyc,pyo,rbc,swp,csproj,sln,xproj}",
"!.editorconfig",
"!**/._*",
"!**/{.DS_Store,.git,.hg,.svn,CVS,RCS,SCCS,.gitignore,.gitattributes}",
"!**/{__pycache__,thumbs.db,.flowconfig,.idea,.vs,.nyc_output}",
"!**/{appveyor.yml,.travis.yml,circle.yml}",
"!**/{npm-debug.log,yarn.lock,.yarn-integrity,.yarn-metadata.json}"
],
"linux": {
"target": [
{
"target": "deb",
"arch": [
"armv7l",
"arm64",
"x64"
]
}
],
"category": "Utility"
}
},
"scripts": {
"build:prod": "ng build --configuration production",
"build": "ng build",
"electron:dev": "electron . --serve --big",
"electron:pack": "electron-builder build -l",
"electron:serve:big": "wait-on http-get://localhost:4200/ && electron . --serve --big",
"electron:serve": "wait-on http-get://localhost:4200/ && electron . --serve",
"electron": "electron .",
"lint:fix": "eslint ./src/ -c .eslintrc.js --ext .ts --fix",
"lint": "eslint ./src/ -c .eslintrc.js --ext .ts --max-warnings=0",
"locale:extract": "ng extract-i18n --output-path src/locale",
"locale:update:all": "node -e 'require(`./helper/locale.js`).updateLocales()'",
"locale:update": "npm run locale:extract && npm run locale:update:all",
"ng": "ng",
"pack:mac": "npm run ng:build && electron-builder build -m",
"pack": "npm run build:prod && npm run electron:pack",
"serve": "ng serve",
"start:big": "npm-run-all -p serve electron:serve:big",
"start": "npm-run-all -p serve electron:serve electron:serve:big"
},
"private": true,
"dependencies": {
"@angular/animations": "~13.3.9",
"@angular/cdk": "~13.3.0",
"@angular/common": "~13.3.11",
"@angular/compiler": "~13.0.3",
"@angular/core": "~13.3.11",
"@angular/forms": "~13.3.11",
"@angular/localize": "~13.0.3",
"@angular/material": "~13.3.8",
"@angular/platform-browser": "~13.3.11",
"@angular/platform-browser-dynamic": "~14.1.1",
"@angular/router": "~13.3.11",
"@fortawesome/angular-fontawesome": "~0.10.2",
"@fortawesome/fontawesome-svg-core": "~1.2.36",
"@fortawesome/free-solid-svg-icons": "~5.15.4",
"ajv": "~8.11.0",
"angular-svg-round-progressbar": "~8.0.0",
"bonjour": "~3.5.0",
"compare-versions": "~4.1.3",
"electron-store": "~8.1.0",
"got-cjs": "~12.0.1",
"lodash-es": "~4.17.21",
"lottie-web": "~5.9.6",
"ngx-lottie": "~8.2.0",
"ngx-spinner": "~13.1.1",
"progress-stream": "~2.0.0",
"rxjs": "~7.5.6",
"tslib": "~2.4.0",
"v8-compile-cache": "~2.3.0",
"zone.js": "~0.11.6"
},
"devDependencies": {
"@angular-devkit/build-angular": "~13.3.7",
"@angular/cli": "~14.1.1",
"@angular/compiler-cli": "~13.0.2",
"@angular/language-service": "~14.1.1",
"@types/bonjour": "~3.5.10",
"@types/got": "~9.6.12",
"@types/lodash-es": "~4.17.6",
"@types/node": "18.6.5",
"@typescript-eslint/eslint-plugin": "~5.33.0",
"@typescript-eslint/parser": "~5.33.0",
"codelyzer": "~6.0.2",
"electron": "~20.0.1",
"electron-builder": "~23.3.3",
"eslint": "8.21.0",
"eslint-plugin-import": "~2.26.0",
"eslint-plugin-prettier": "~4.2.1",
"eslint-plugin-simple-import-sort": "~7.0.0",
"npm-run-all": "~4.1.5",
"prettier": "~2.7.1",
"ts-node": "~10.9.1",
"typescript": "4.4.4",
"wait-on": "~6.0.1",
"xliff": "~6.1.0"
}
}