-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.14 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
{
"name": "theClimb",
"version": "0.0.1",
"scripts": {
"start": "ws -p 8099 --spa index.html",
"compileTS": "tsc",
"watchTS": "tsc -w",
"compileSCSS": "scss -l style.scss:style.css",
"watchSCSS": "scss -l style.scss:style.css --watch"
},
"dependencies": {
"@angular/animations": "~4.3.4",
"@angular/common": "~4.3.4",
"@angular/compiler": "~4.3.4",
"@angular/compiler-cli": "~4.3.4",
"@angular/core": "~4.3.4",
"@angular/forms": "~4.3.4",
"@angular/http": "~4.3.4",
"@angular/platform-browser": "~4.3.4",
"@angular/platform-browser-dynamic": "~4.3.4",
"@angular/platform-server": "~4.3.4",
"@angular/router": "~4.3.4",
"@angular/tsc-wrapped": "~4.3.4",
"@angular/upgrade": "~4.3.4",
"angular-in-memory-web-api": "~0.3.1",
"core-js": "^2.4.1",
"rxjs": "5.4.3",
"zone.js": "^0.8.4",
"reflect-metadata": "0.1.10",
"systemjs": "0.19.40",
"bootstrap": "github:twbs/bootstrap#v4.0.0-beta",
"font-awesome": "^4.6.3",
"jquery": "^3.2.1",
"popper.js": "^1.12.5"
},
"devDependencies": {
"typescript": "^2.5.2",
"local-web-server": "1.2.7"
}
}