-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
59 lines (59 loc) · 1.82 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
{
"name": "angular-xo-material",
"description": "Xo for Angular WordPress Material Theme",
"version": "0.2.2",
"author": {
"name": "Travis Brown",
"email": "[email protected]"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/WarriorRocker/angular-xo-material.git"
},
"homepage": "https://github.com/WarriorRocker/angular-xo-material",
"bugs": {
"url": "https://github.com/WarriorRocker/angular-xo-material/issues"
},
"scripts": {
"serve": "ng serve --configuration local",
"build": "ng build --deploy-url /wp-content/themes/angular-xo-material/dist/",
"deploy": "ng build --prod --deploy-url /wp-content/themes/angular-xo-material/dist/",
"watch": "ng build --watch --deploy-url /wp-content/themes/angular-xo-material/dist/",
"lint": "ng lint"
},
"private": true,
"dependencies": {
"@angular/animations": "^8.2.13",
"@angular/cdk": "^8.2.3",
"@angular/common": "^8.2.13",
"@angular/compiler": "^8.2.13",
"@angular/core": "^8.2.13",
"@angular/forms": "^8.2.13",
"@angular/http": "^7.2.15",
"@angular/material": "^8.2.3",
"@angular/platform-browser": "^8.2.13",
"@angular/platform-browser-dynamic": "^8.2.13",
"@angular/router": "^8.2.13",
"@ctrl/ngx-codemirror": "^2.2.0",
"angular-xo": "^0.2.2",
"codemirror": "^5.49.2",
"core-js": "^3.4.1",
"hammerjs": "^2.0.8",
"rxjs": "^6.5.3",
"terser": "^4.4.0",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.803.18",
"@angular/cli": "^8.3.18",
"@angular/compiler-cli": "^8.2.13",
"@angular/language-service": "^8.2.13",
"@types/node": "~12.12.7",
"codelyzer": "^5.2.0",
"ts-node": "~8.5.0",
"tslint": "~5.20.1",
"typescript": "~3.4.5"
}
}