-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.29 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 2.29 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "geodash-viewer-angular",
"version": "0.0.1",
"author": "GeoDash Developers",
"description": "Static code and assets for GeoDash Viewer 1.x",
"contributors": [
{
"name": "Patrick Dufour"
}
],
"scripts": {
"tslint": "tslint -c tslint.json app/**/*.ts",
"serve": "lite-server -c=bs-config.json",
"postinstall": "tsd install"
},
"dependencies": {
"@angular/common": "~4.0.0",
"@angular/compiler": "~4.0.0",
"@angular/core": "~4.0.0",
"@angular/forms": "~4.0.0",
"@angular/http": "~4.0.0",
"@angular/platform-browser": "~4.0.0",
"@angular/platform-browser-dynamic": "~4.0.0",
"@angular/router": "~4.0.0",
"angular-in-memory-web-api": "~0.3.0",
"systemjs": "0.19.40",
"core-js": "^2.4.1",
"rxjs": "5.0.1",
"zone.js": "^0.8.4",
"requirejs": "*",
"jquery": "~1.9.1",
"openlayers": "~3.20.1",
"jsts": "*",
"showdown": "1.3.0",
"tether": "1.3.3",
"bootstrap": "4.0.0-alpha.6",
"rxjs-system-bundle": "*"
},
"devDependencies": {
"lite-server": "^2.2.2",
"browser-sync": "^2.10.0",
"del": "^2.1.0",
"gulp": "^3.9.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-tslint": "^3.6.0",
"gulp-typescript": "~3.1.6",
"gulp-replace": "*",
"tsconfig-glob": "^0.3.3",
"tsd": "^0.6.5",
"tslint": "^3.2.1",
"typescript": "~2.1.0",
"gulp-util": "*",
"gulp-jshint": "*",
"gulp-angular-templatecache": "^1.8.0",
"del": "*",
"merge": "*",
"path": "*",
"yamljs": "^0.2.7",
"yargs": "*",
"mkdirp": "*",
"showdown": "*",
"yamljs": "^0.2.7",
"geodash-build-pipeline": ">=0.0.3",
"geodash-extract": "*",
"jshint": "*",
"systemjs-builder": "*",
"gulp-s3-upload": "*",
"webpack": "2.2.1",
"webpack-dev-server": "2.4.1",
"webpack-merge": "^3.0.0",
"angular2-template-loader": "^0.6.0",
"awesome-typescript-loader": "^3.0.4",
"css-loader": "^0.26.1",
"extract-text-webpack-plugin": "2.0.0-beta.5",
"file-loader": "^0.9.0",
"html-loader": "^0.4.3",
"html-webpack-plugin": "^2.16.1",
"lodash": "^4.16.2",
"null-loader": "^0.1.1",
"raw-loader": "^0.5.1",
"rimraf": "^2.5.4",
"style-loader": "^0.13.1",
"@angular/cli":" latest",
"@angular/compiler-cli": "latest"
}
}