-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
155 lines (155 loc) · 5.09 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
148
149
150
151
152
153
154
155
{
"name": "angular-electron",
"version": "4.1.0",
"license": "MIT",
"repository": {
"angular-electron": {
"type": "git",
"url": "git+https://github.com/maximegris/angular-electron.git"
},
"ngx-admin": {
"type": "git",
"url": "git+https://github.com/akveo/ngx-admin.git"
}
},
"description": "Angular 6 with Electron (Typescript + SASS + Hot Reload), with Nebular Dashboard transplanted in!",
"authors": {
"angular-electron": {
"name": "Maxime GRIS",
"email": "[email protected]"
},
"ngx-admin": {
"name": "Akveo team",
"website": "http://akveo.com/"
},
"just-a-guy-who-transplanted-them": {
"name": "Jesse Stanger",
"website": "[email protected]"
}
},
"keywords": [
"angular",
"angular 6",
"electron",
"typescript",
"sass",
"nebular"
],
"main": "main.js",
"private": true,
"scripts": {
"postinstall": "npm run postinstall:electron && npx electron-builder install-app-deps",
"postinstall:web": "node postinstall-web",
"postinstall:electron": "node postinstall",
"ng": "ng",
"start": "npm run ng:serve:web",
"start:electron": "npm run postinstall:electron && npm-run-all -p ng:serve electron:serve",
"build": "npm run postinstall:electron && npm run electron:tsc && ng build",
"build:dev": "npm run build -- -c dev --aot",
"build:prod": "npm run build -- -c production --aot",
"ng:serve": "ng serve",
"ng:serve:web": "npm run postinstall:web && ng serve -o",
"electron:tsc": "tsc main.ts",
"electron:serve": "wait-on http-get://localhost:4200/ && npm run electron:tsc && electron . --serve",
"electron:local": "npm run build:prod && electron .",
"electron:linux": "npm run build:prod && npx electron-builder build --linux",
"electron:windows": "npm run build:prod && npx electron-builder build --windows",
"electron:mac": "npm run build:prod && npx electron-builder build --mac",
"test": "npm run postinstall:web && ng test",
"test:coverage": "rimraf coverage && npm run test -- --code-coverage",
"pree2e": "webdriver-manager update --standalone false --gecko false",
"e2e": "npm run postinstall:web && ng e2e",
"lint": "ng lint",
"lint:fix": "ng lint ngx-admin-demo --fix",
"lint:styles": "stylelint ./src/**/*.scss",
"lint:ci": "npm run lint && npm run lint:styles",
"docs": "compodoc -p src/tsconfig.app.json -d docs",
"docs:serve": "compodoc -p src/tsconfig.app.json -d docs -s",
"prepush": "npm run lint:ci",
"now-build": "npm run build:prod"
},
"dependencies": {},
"devDependencies": {
"@agm/core": "1.0.0-beta.2",
"@angular-devkit/build-angular": "0.6.3",
"@angular/animations": "6.0.0",
"@angular/cli": "6.0.5",
"@angular/common": "6.0.5",
"@angular/compiler": "6.0.5",
"@angular/compiler-cli": "6.0.5",
"@angular/core": "6.0.5",
"@angular/forms": "6.0.5",
"@angular/http": "6.0.5",
"@angular/language-service": "6.0.5",
"@angular/platform-browser": "6.0.5",
"@angular/platform-browser-dynamic": "6.0.5",
"@angular/router": "6.0.5",
"@asymmetrik/ngx-leaflet": "3.0.1",
"@compodoc/compodoc": "1.0.1",
"@nebular/auth": "2.0.0-rc.9",
"@nebular/security": "2.0.0-rc.9",
"@nebular/theme": "2.0.0-rc.9",
"@ng-bootstrap/ng-bootstrap": "1.0.0",
"@ngx-translate/core": "10.0.1",
"@ngx-translate/http-loader": "3.0.1",
"@swimlane/ngx-charts": "7.0.1",
"@types/d3-color": "1.0.5",
"@types/googlemaps": "3.30.4",
"@types/jasmine": "2.8.7",
"@types/jasminewd2": "2.0.3",
"@types/leaflet": "1.2.3",
"@types/node": "8.9.4",
"angular-tree-component": "7.2.0",
"angular2-chartjs": "0.4.1",
"angular2-toaster": "6.0.0",
"bootstrap": "4.3.1",
"chart.js": "2.7.1",
"ckeditor": "4.12.1",
"classlist.js": "1.1.20150312",
"codelyzer": "4.2.1",
"core-js": "2.5.6",
"echarts": "^4.0.2",
"electron": "9.1.0",
"electron-builder": "20.14.7",
"electron-reload": "1.2.2",
"font-awesome": "4.7.0",
"husky": "0.13.3",
"intl": "1.2.5",
"ionicons": "2.0.1",
"jasmine-core": "3.1.0",
"jasmine-spec-reporter": "4.2.1",
"karma": "2.0.2",
"karma-chrome-launcher": "2.2.0",
"karma-cli": "1.0.1",
"karma-coverage-istanbul-reporter": "2.0.0",
"karma-jasmine": "1.1.2",
"karma-jasmine-html-reporter": "1.1.0",
"leaflet": "1.2.0",
"nebular-icons": "1.0.8",
"ng2-ckeditor": "1.1.13",
"ng2-smart-table": "1.2.2",
"ngx-echarts": "2.0.1",
"normalize.css": "6.0.0",
"now": "^15.3.0",
"npm-run-all": "4.1.3",
"npx": "10.2.0",
"pace-js": "1.0.2",
"protractor": "5.3.2",
"rimraf": "2.6.1",
"roboto-fontface": "0.8.0",
"rxjs": "6.1.0",
"rxjs-compat": "^6.1.0",
"socicon": "3.0.5",
"stylelint": "7.13.0",
"tinymce": "5.2.2",
"ts-node": "6.0.3",
"tslint": "5.10.0",
"tslint-language-service": "0.9.6",
"typeface-exo": "0.0.22",
"typescript": "2.7.2",
"wait-on": "2.1.0",
"web-animations-js": "2.2.5",
"webdriver-manager": "12.0.6",
"zone.js": "0.8.26"
}
}