-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.3 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.3 KB
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
{
"name": "dubplus-site",
"version": "0.0.0",
"license": "MIT",
"angular-cli": {},
"scripts": {
"ng": "ng",
"start": "ng serve",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"build": "ng build --prod --base-href \"https://dub.plus/\"",
"copy:cname": "cp ./CNAME ./dist/CNAME"
},
"private": true,
"dependencies": {
"@angular/animations": "^5.2.11",
"@angular/common": "^5.2.11",
"@angular/compiler": "^5.2.11",
"@angular/core": "^5.2.11",
"@angular/forms": "^5.2.11",
"@angular/http": "^5.2.11",
"@angular/platform-browser": "^5.2.11",
"@angular/platform-browser-dynamic": "^5.2.11",
"@angular/platform-server": "^5.2.11",
"@angular/router": "^5.2.11",
"angular2-markdown": "^2.2.3",
"angulartics2": "^2.2.1",
"bootstrap": "4.0.0-alpha.6",
"core-js": "^2.5.1",
"font-awesome": "^4.7.0",
"normalize.css": "^7.0.0",
"popper.js": "^1.12.5",
"prismjs": "^1.30.0",
"rxjs": "^5.5.12",
"zone.js": "^0.8.18"
},
"devDependencies": {
"@angular/cli": "^1.4.4",
"@angular/compiler-cli": "^5.2.11",
"@types/node": "~8.0.31",
"angular-cli-ghpages": "^0.5.1",
"codelyzer": "^4.5.0",
"node-sass": "^4.14.1",
"ts-node": "~3.3.0",
"tslint": "~5.7.0",
"typescript": "^2.4.2"
}
}