-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.62 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": "localehub",
"version": "0.0.0",
"repository": {
"type": "git",
"url": "https://github.com/yllieth/localehub"
},
"scripts": {
"prestart": "gulp clean && tsc && npm run sass",
"start": "concurrently \"node node_modules/localehub-mock/index.js\" \"tsc -w\" \"gulp watch\" \"lite-server\" ",
"lite": "lite-server",
"postinstall": "typings install",
"sass": "gulp sass",
"tsc": "tsc",
"tsc:w": "tsc -w",
"typings": "typings"
},
"license": "MIT",
"dependencies": {
"@angular/animations": "4.2.5",
"@angular/common": "4.2.5",
"@angular/compiler": "4.2.5",
"@angular/core": "4.2.5",
"@angular/forms": "4.2.5",
"@angular/http": "4.2.5",
"@angular/material": "2.0.0-beta.7",
"@angular/platform-browser": "4.2.5",
"@angular/platform-browser-dynamic": "4.2.5",
"@angular/router": "4.2.5",
"@angular/upgrade": "4.2.5",
"angular-in-memory-web-api": "0.3.2",
"angular2-truncate": "0.1.3",
"bootstrap": "3.3.7",
"core-js": "2.4.1",
"hammerjs": "2.0.8",
"reflect-metadata": "0.1.10",
"rxjs": "5.4.1",
"systemjs": "0.20.14",
"zone.js": "0.8.12"
},
"devDependencies": {
"@types/core-js": "0.9.42",
"@types/jasmine": "2.5.53",
"@types/node": "8.0.7",
"@types/hammerjs": "2.0.34",
"concurrently": "3.5.0",
"del": "3.0.0",
"flag-icon-css": "2.8.0",
"foundation-sites": "6.3.1",
"gulp": "3.9.1",
"gulp-sass": "3.1.0",
"gulp-sourcemaps": "2.6.0",
"lite-server": "2.3.0",
"localehub-mock": "0.1.9",
"motion-ui": "1.2.3",
"typescript": "2.3.4",
"typings": "2.1.1"
}
}