forked from garrylachman/ElectroCRUD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
147 lines (147 loc) · 5.24 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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
"name": "ElectroCRUD",
"version": "2.7.1",
"description": "No coding is required; Create basic CRUD (Create, Read, Update, Delete) for your Database Database in minutes",
"homepage": "https://github.com/garrylachman/ElectroCRUD",
"author": {
"name": "Garry Lachman",
"email": "garry@lachman.co"
},
"keywords": [
"database",
"crud",
"mysql",
"sql-server",
"postgress",
"oracle",
"sql",
"admin",
"sqlite"
],
"main": "main.js",
"private": true,
"scripts": {
"postinstall": "npm run postinstall:electron && ./node_modules/electron-builder/out/cli/cli.js install-app-deps",
"postinstall:web": "node postinstall-web",
"postinstall:electron": "node postinstall",
"ng": "ng",
"start": "npm run postinstall:electron && npm-run-all -p ng:serve electron:serve",
"build": "npm run postinstall:electron && npm run electron:serve-tsc && ng build",
"build:dev": "npm run build -- -c dev",
"build:prod": "npm run build -- -c production",
"ng:serve": "ng serve",
"ng:serve:web": "npm run postinstall:web && ng serve -o",
"electron:serve-tsc": "tsc -p tsconfig-serve.json",
"electron:serve": "wait-on http-get://localhost:4200/ && npm run electron:serve-tsc && electron . --serve",
"electron:local": "npm run build:prod && electron .",
"electron:linux": "npm run build:prod && ./node_modules/electron-builder/out/cli/cli.js build --linux",
"electron:windows": "npm run build:prod && ./node_modules/electron-builder/out/cli/cli.js build --windows",
"electron:mac": "npm run build:prod && ./node_modules/electron-builder/out/cli/cli.js build --mac",
"electron:mac-win-linux": "npm run build:prod && ./node_modules/electron-builder/out/cli/cli.js build --mac --win --linux",
"test": "npm run postinstall:web && ng test",
"e2e": "npm run build:prod && mocha --timeout 300000 --require ts-node/register e2e/**/*.spec.ts",
"version": "conventional-changelog -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
"docs": "node_modules/typedoc/bin/typedoc",
"report-bugsnag": "bugsnag-build-reporter -k e887c2bdd46d07375e191b250e168764 -v '2.6.0'",
"bugsnag-maps": "bugsnag-sourcemaps upload --api-key e887c2bdd46d07375e191b250e168764 --app-version 2.6.0 --directory . -r ./dist/ -w -o"
},
"devDependencies": {
"@ngx-translate/core": "11.0.1",
"@ngx-translate/http-loader": "4.0.0",
"@schematics/angular": "8.3.20",
"@types/jasmine": "3.5.0",
"@types/jasminewd2": "2.0.8",
"@types/mocha": "5.2.7",
"@types/node": "^12.0.10",
"bugsnag-build-reporter": "^1.0.2",
"bugsnag-sourcemaps": "^1.2.1",
"chai": "4.2.0",
"codelyzer": "5.0.1",
"conventional-changelog-cli": "2.0.28",
"core-js": "3.4.7",
"electron": "^8.0.3",
"electron-builder": "22.3.6",
"electron-reload": "1.5.0",
"jasmine-core": "3.5.0",
"jasmine-spec-reporter": "4.2.1",
"karma": "4.4.1",
"karma-chrome-launcher": "3.1.0",
"karma-coverage-istanbul-reporter": "2.1.1",
"karma-jasmine": "2.0.1",
"karma-jasmine-html-reporter": "1.4.2",
"mocha": "6.1.2",
"npm-run-all": "4.1.5",
"rxjs": "6.5.3",
"spectron": "9.0.0",
"ts-node": "8.5.4",
"tslint": "5.17.0",
"typedoc": "^0.14.2",
"typescript": "3.4.5",
"wait-on": "3.3.0",
"webdriver-manager": "12.1.7",
"zone.js": "0.10.2",
"electron-rebuild": "^1.11.0"
},
"engines": {
"node": ">=10.9.0"
},
"optionalDependencies": {
"fsevents": "^1.2.9"
},
"dependencies": {
"@angular-devkit/build-angular": "0.803.20",
"@angular-devkit/schematics": "^8.0.3",
"@angular/animations": "8.2.14",
"@angular/cdk": "^8.0.0",
"@angular/cli": "8.3.20",
"@angular/common": "8.2.14",
"@angular/compiler": "8.2.14",
"@angular/compiler-cli": "8.2.14",
"@angular/core": "8.2.14",
"@angular/forms": "^8.0.0",
"@angular/language-service": "8.2.14",
"@angular/platform-browser": "8.2.14",
"@angular/platform-browser-dynamic": "8.2.14",
"@angular/router": "8.2.14",
"@bugsnag/core": "^6.3.0",
"@bugsnag/js": "^6.3.2",
"@bugsnag/plugin-angular": "^6.3.2",
"@handsontable/angular": "^5.1.0",
"@materia-ui/ngx-monaco-editor": "^4.0.1",
"@nebular/date-fns": "^4.1.1",
"@nebular/eva-icons": "^4.0.0-rc.8",
"@nebular/theme": "^4.1.0",
"@ngx-formly/bootstrap": "^5.2.0",
"@ngx-formly/core": "^5.2.0",
"@swimlane/ngx-datatable": "^16.0.2",
"@trodi/electron-splashscreen": "^0.3.4",
"@types/tunnel-ssh": "^4.1.0",
"@types/uuid": "^3.4.5",
"angular-fittext": "^2.1.1",
"bootstrap": "^4.3.1",
"date-fns": "^2.8.1",
"dhx-spreadsheet": "^3.1.4",
"electron-better-ipc": "0.7.0",
"electron-store": "^5.1.0",
"eva-icons": "^1.1.1",
"fast-equals": "^2.0.0",
"get-port": "^5.0.0",
"grpc": "^1.24.3",
"jquery": "^3.4.1",
"knex": "^0.20.3",
"monaco-editor": "^0.18.1",
"mysql": "^2.18.1",
"ng-bootstrap-form-validation": "^5.0.0",
"ng-dynamic-breadcrumb": "^2.0.2",
"ng2-fittext": "^1.2.6",
"ngx-chips": "^2.0.2",
"ngx-mask": "^8.0.0",
"open-ssh-tunnel": "^0.3.1",
"pg": "^7.12.1",
"popper.js": "^1.15.0",
"sqlite3": "^4.2.0",
"tunnel-ssh": "^4.1.4",
"type-fest": "^0.8.1",
"uuid": "^3.3.2"
}
}