forked from abdellaui/SoPlan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
128 lines (128 loc) · 4.2 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
{
"name": "soplan",
"version": "1.0.3",
"description": "Studienprojekt - Schuelerverwaltungstool",
"author": {
"name": "RUB",
"email": "[email protected]"
},
"keywords": [
"RUB",
"studienprojekt",
"schueler",
"typeorm",
"angular",
"typescript",
"electron"
],
"main": "out-tsc/main.js",
"private": true,
"scripts": {
"start": "npm run configure:electron && npm-run-all -p ng:serve electron:serve",
"configure": "npm run configure:electron && npx electron-builder install-app-deps",
"configure:web": "node configure --web",
"configure:electron": "node configure --electron",
"clear": "node configure --clear",
"build": "npm-run-all -s configure:electron electron:tsc && ng build",
"build:dev": "npm run build -- -c dev",
"build:prod": "npm run build -- -c production",
"electron:tsc": "node configure --dbauto && tsc -p electron-tsconfig.json",
"electron:serve": "npm run electron:tsc && wait-on http-get://localhost:4200/ && electron . --serve",
"electron:local": "npm run build:prod && electron .",
"compile:linux": "npm run build:prod && npx electron-builder build --linux",
"compile:windows": "npm run build:prod && npx electron-builder build --windows",
"compile:mac": "npm run build:prod && npx electron-builder build --mac",
"ng": "ng",
"ng:serve": "ng serve",
"ng:serve:o": "ng serve -o",
"ng:test": "ng test",
"ng:e2e": "ng e2e",
"ng:web": "npm run mock:build && npm-run-all -p mock:serve ng:serve:o",
"test": "npm run mock:build && npm-run-all -p mock:serve ng:test",
"e2e": "npm run mock:build && npm-run-all -p mock:serve ng:e2e",
"mock:build": "npm-run-all -s configure:web electron:tsc",
"mock:serve": "electron . --test",
"mock:run": "npm-run-all -s mock:build mock:serve"
},
"dependencies": {
"@nebular/date-fns": "^3.0.0",
"@nebular/moment": "^3.0.0",
"@nebular/theme": "^3.0.0",
"@types/sprintf-js": "^1.1.1",
"angular-chart.js": "^1.1.1",
"body-parser": "^1.18.3",
"chart.js": "^2.7.3",
"class-transformer": "^0.3.1",
"class-validator": "^0.9.1",
"date-fns": "^2.0.0-alpha.16",
"deepmerge": "^3.0.0",
"devtron": "^1.4.0",
"electron-pug-printer": "^1.0.7",
"electron-settings": "^3.2.0",
"express": "^4.16.4",
"fs-extra": "^7.0.1",
"moment": "^2.22.2",
"mysql2": "^1.6.4",
"ng2-charts": "^1.6.0",
"ng2-completer": "^2.0.8",
"ng2-pdf-viewer": "^5.2.3",
"ng2-smart-table": "^1.3.5",
"ngx-json-viewer": "^2.4.0",
"nodemailer": ">=6.4.16",
"pug": ">=3.0.1",
"reflect-metadata": "^0.1.12",
"rxjs-compat": "^6.3.3",
"sprintf-js": "^1.1.2",
"typeorm": "^0.2.9",
"utils": "^0.3.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.10.0",
"@angular/animations": "^7.1.4",
"@angular/cdk": "^7.1.4",
"@angular/cli": "7.1.4",
"@angular/common": "7.1.4",
"@angular/compiler": "7.1.4",
"@angular/compiler-cli": "7.1.4",
"@angular/core": "7.1.4",
"@angular/forms": "7.1.4",
"@angular/http": "7.1.4",
"@angular/language-service": "7.1.4",
"@angular/platform-browser": "7.1.4",
"@angular/platform-browser-dynamic": "7.1.4",
"@angular/router": "7.1.4",
"@types/jasmine": "3.3.0",
"@types/jasminewd2": "2.0.6",
"@types/node": "10.12.10",
"@types/nodemailer": "^4.6.5",
"bootstrap": "^4.1.3",
"codelyzer": "4.5.0",
"core-js": "2.6.1",
"electron": "^4.0.0-beta.9",
"electron-builder": "20.36.2",
"electron-reload": "1.3.0",
"font-awesome": "^4.7.0",
"jasmine-core": "~3.3.0",
"jasmine-spec-reporter": "~4.2.1",
"jquery": "^3.3.1",
"karma": "~3.1.1",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.1",
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.4.0",
"nebular-icons": "^1.0.9",
"ngx-electron": "^2.0.0",
"ngx-toastr": "^9.1.1",
"npm-run-all": "4.1.3",
"npx": "10.2.0",
"popper.js": "^1.14.5",
"protractor": "~5.4.0",
"rxjs": "6.3.3",
"ts-node": "~7.0.0",
"tslint": "~5.11.0",
"typescript": "~3.1.6",
"wait-on": "3.2.0",
"webdriver-manager": "12.1.0",
"zone.js": "0.8.26"
}
}