-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
72 lines (72 loc) · 2.2 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
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "global-game-jam-2017",
"version": "1.0.0",
"license": "GNU GPL-v3",
"angular-cli": {},
"scripts": {
"svgstore": "node_modules/gulp/bin/gulp.js svgstore",
"dev": "node_modules/angular-cli/bin/ng serve --host 0.0.0.0 --port 4201 --live-reload-port 49153 --proxy-config proxy.conf.json",
"build": "node_modules/angular-cli/bin/ng build",
"lint": "tslint \"src/**/*.ts\"",
"test": "node_modules/angular-cli/bin/ng test",
"pree2e": "webdriver-manager update",
"e2e": "protractor",
"heroku-postbuild": "npm run svgstore && npm run build",
"start": "nf start"
},
"main": "index.js",
"engines": {
"node": "6.9.0",
"npm": "3.10.x"
},
"private": true,
"dependencies": {
"@angular/common": "4.0.0-beta.3",
"@angular/compiler": "4.0.0-beta.3",
"@angular/compiler-cli": "4.0.0-beta.3",
"@angular/core": "4.0.0-beta.3",
"@angular/forms": "4.0.0-beta.3",
"@angular/http": "4.0.0-beta.3",
"@angular/language-service": "4.0.0-beta.3",
"@angular/platform-browser": "4.0.0-beta.3",
"@angular/platform-browser-dynamic": "4.0.0-beta.3",
"@angular/router": "4.0.0-beta.3",
"@ngrx/core": "1.2.0",
"@ngrx/effects": "2.0.0",
"@ngrx/router-store": "1.2.5",
"@ngrx/store": "2.2.1",
"@ngrx/store-devtools": "3.2.2",
"@types/hammerjs": "2.0.33",
"@types/jasmine": "2.5.37",
"@types/node": "6.0.46",
"angular-cli": "^1.0.0-beta.25.5",
"angular2-moment": "1.0.0-beta.rc.1",
"codelyzer": "1.0.0-beta.1",
"core-js": "2.4.1",
"express": "^4.14.0",
"font-awesome": "4.7.0",
"foreman": "^2.0.0",
"gulp": "^3.9.1",
"gulp-rename": "^1.2.2",
"gulp-svgmin": "^1.2.3",
"gulp-svgstore": "^6.1.0",
"hammerjs": "2.0.8",
"jasmine-core": "2.4.1",
"jasmine-spec-reporter": "2.5.0",
"karma": "1.2.0",
"karma-chrome-launcher": "2.0.0",
"karma-cli": "1.0.1",
"karma-jasmine": "1.0.2",
"karma-remap-istanbul": "0.2.1",
"moment": "2.16.0",
"ng-inline-svg": "2.2.0",
"node-sass": "3.11.2",
"protractor": "4.0.9",
"rxjs": "5.0.2",
"ts-helpers": "1.1.1",
"ts-node": "1.2.1",
"tslint": "3.13.0",
"typescript": "2.0.10",
"zone.js": "0.7.2"
}
}