-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·54 lines (54 loc) · 1.52 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
{
"name": "seismic-beachballs-demo",
"version": "1.0.0-SNAPSHOT",
"description": "Simple Angular2/TypeScript app for demonstrating eismic beachballs generating library",
"keywords": [
"moment tensor",
"seismic",
"beachballs"
],
"scripts": {
"postinstall": "typings install --global",
"tsc": "tsc",
"tsc:w": "tsc -w",
"lite": "lite-server",
"start": "tsc && concurrently \"npm run tsc:w\" \"npm run lite\" ",
"typings": "typings",
"build": "tsc & webpack"
},
"author": "Denis Timofeev <timofeevda@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/timofeevda/seismic-beachballs-demo"
},
"license": "Apache-2.0",
"dependencies": {
"@angular/common": "2.0.0",
"@angular/compiler": "2.0.0",
"@angular/forms": "2.0.0",
"@angular/core": "2.0.0",
"@angular/http": "2.0.0",
"@angular/platform-browser": "2.0.0",
"@angular/platform-browser-dynamic": "2.0.0",
"core-js": "^2.4.0",
"jquery": "^3.1.0",
"lodash": "^4.13.1",
"moment": "^2.15.0",
"openlayers": "^3.18.2",
"reflect-metadata": "^0.1.3",
"rxjs": "5.0.0-beta.12",
"seismic-beachballs": "file:..\\seismic-beachballs\\seismic-beachballs-1.0.0.tgz",
"semantic-ui-css": "^2.2.2",
"three": "^0.78.0",
"zone.js": "^0.6.21"
},
"devDependencies": {
"concurrently": "^2.0.0",
"lite-server": "^2.2.0",
"ts-loader": "^0.8.2",
"typescript": "^1.8.10",
"typings": "^0.8.1",
"webpack": "^1.13.1",
"raw-loader": "^0.5.1"
}
}