-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
50 lines (50 loc) · 1.42 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
{
"name": "civichq-client",
"version": "1.0.0",
"description": "Angular 7 Application created using Angular-CLI",
"scripts": {
"ng": "ng",
"start": "ng serve --port 8381",
"build": "ng build --prod",
"lint": "ng lint",
"prestart:dist": "npm run build",
"start:dist": "http-server dist -a localhost -p 8381 "
},
"author": "Andrei Antal",
"license": "ISC",
"dependencies": {
"@angular/animations": "^7.2.6",
"@angular/common": "^7.2.6",
"@angular/compiler": "^7.2.6",
"@angular/core": "^7.2.6",
"@angular/forms": "^7.2.6",
"@angular/http": "^7.2.6",
"@angular/platform-browser": "^7.2.6",
"@angular/platform-browser-dynamic": "^7.2.6",
"@angular/router": "^7.2.6",
"@auth0/angular-jwt": "^2.1.0",
"@ng-select/ng-select": "^2.0.0",
"ajv": "^6.9.1",
"bootstrap": "^3.3.7",
"classlist.js": "^1.1.20150312",
"core-js": "^2.5.4",
"ngx-bootstrap": "^3.0.0",
"ngx-captcha": "^6.0.0",
"rxjs": "6.4.0",
"zone.js": "^0.8.29"
},
"devDependencies": {
"@angular/compiler-cli": "^7.2.6",
"@angular-devkit/build-angular": "~0.13.3",
"typescript": "~3.2.4",
"@angular/cli": "~7.3.3",
"@angular/language-service": "^7.2.6",
"@types/jasmine": "~2.8.6",
"@types/jasminewd2": "~2.0.3",
"@types/node": "~8.9.4",
"http-server": "0.9.0",
"codelyzer": "^4.5.0",
"ts-node": "~5.0.1",
"tslint": "~5.9.1"
}
}