-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
51 lines (51 loc) · 1.48 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
{
"name": "angular-epic-spinners",
"version": "2.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --prod --base-href \"https://hackafro.github.io/angular-epic-spinners/\"",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"packagr": "ng-packagr -p ng-package.json",
"deploy": "npm run build && ngh",
"pack": "npm pack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hackafro/angular-epic-spinners"
},
"author": "iamAfro <[email protected]>",
"url": "https://github.com/hackafro/angular-epic-spinners",
"private": false,
"devDependencies": {
"@angular/core": "^7.0.1",
"@angular-devkit/build-angular": "~0.6.8",
"@angular/animations": "^7.0.1",
"@angular/cli": "^7.0.3",
"@angular/common": "^7.0.1",
"@angular/compiler": "^7.0.1",
"@angular/compiler-cli": "^7.0.1",
"@angular/forms": "^7.0.1",
"@angular/http": "^7.0.1",
"@angular/language-service": "^7.0.1",
"@angular/platform-browser": "^7.0.1",
"@angular/platform-browser-dynamic": "^7.0.1",
"@types/node": "~6.0.60",
"angular-cli-ghpages": "^0.5.2",
"codelyzer": "^4.0.1",
"concurrently": "^3.5.1",
"core-js": "^2.4.1",
"ng-packagr": "^4.4.0",
"rxjs": "^6.2.0",
"rxjs-compat": "^6.0.0-rc.0",
"ts-node": "~3.2.0",
"tsickle": "^0.33.1",
"tslib": "^1.9.0",
"tslint": "~5.7.0",
"typescript": "3.1",
"zone.js": "^0.8.26"
}
}