This repository has been archived by the owner on Jul 3, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
127 lines (127 loc) · 3.83 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": "loreplotter",
"version": "1.0.0",
"author": {
"name": "Alex Aegis",
"email": "[email protected]",
"url": "https://github.com/AlexAegis"
},
"bugs": {
"email": "[email protected]",
"url": "https://github.com/AlexAegis/loreplotter/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/AlexAegis/loreplotter/"
},
"scripts": {
"ng": "ng",
"start": "rimraf ./node_modules/@types/webpack && rimraf ./node_modules/@types/uglify-js && ng serve --aot --sourceMap=true",
"build": "ng build --prod --aot",
"build:ghpages": "ng build --prod --aot --base-href \"/loreplotter/\"",
"start:prod": "http-server ./dist/loreplotter/ -c-1 -i --gzip -o",
"test": "ng test",
"test:headless": "ng test --watch=false --browsers=ChromeHeadless",
"lint": "ng lint",
"lint:fix": "ng lint --fix",
"e2e": "ng e2e",
"format": "npx prettier --write \"src/**/*\"",
"prettier": "npm run format",
"build:stats": "npm run build --stats-json",
"start:stats": "webpack-bundle-analyzer dist/loreplotter/stats-es2015.json"
},
"private": true,
"dependencies": {
"@alexaegis/avl": "1.6.1",
"@angular-mdc/web": "^1.0.3",
"@angular-skyhook/core": "^1.1.1",
"@angular-skyhook/multi-backend": "^1.1.1",
"@angular/animations": "8.0.0",
"@angular/cdk": "8.0.0",
"@angular/common": "8.0.0",
"@angular/compiler": "8.0.0",
"@angular/core": "8.0.0",
"@angular/forms": "8.0.0",
"@angular/material": "8.0.0",
"@angular/material-moment-adapter": "8.0.0",
"@angular/platform-browser": "8.0.0",
"@angular/platform-browser-dynamic": "8.0.0",
"@angular/pwa": "0.800.0",
"@angular/router": "8.0.0",
"@angular/service-worker": "8.0.0",
"@fortawesome/angular-fontawesome": "^0.4.0",
"@fortawesome/fontawesome-svg-core": "^1.2.18",
"@fortawesome/free-brands-svg-icons": "^5.8.2",
"@fortawesome/free-solid-svg-icons": "^5.8.2",
"@ngrx/data": "8.0.0-beta.2",
"@ngrx/effects": "8.0.0-beta.2",
"@ngrx/entity": "8.0.0-beta.2",
"@ngrx/router-store": "8.0.0-beta.2",
"@ngrx/store": "8.0.0-beta.2",
"@tweenjs/tween.js": "^17.4.0",
"core-js": "^3.1.3",
"hammerjs": "^2.0.8",
"moment": "^2.24.0",
"ng5-slider": "^1.1.14",
"ngrx-store-localstorage": "^7.0.0",
"ngx-color-picker": "^7.5.0",
"ngx-mask": "^7.9.9",
"ngx-moment": "^3.4.0",
"ngx-scrollbar": "^4.2.0",
"postprocessing": "^6.4.0",
"pouchdb-adapter-idb": "^7.0.0",
"propagating-hammerjs": "^1.4.6",
"reflect-metadata": "^0.1.13",
"resize-observer-polyfill": "^1.5.1",
"rxdb": "^8.2.0",
"rxjs": "~6.5.2",
"three": "~0.104.0",
"three-mesh-bvh": "^0.1.3",
"tslib": "^1.9.3",
"typedjson": "^1.3.0",
"zone.js": "^0.9.1"
},
"devDependencies": {
"@angular-builders/custom-webpack": "8.0.1",
"@angular-devkit/build-angular": "0.800.0",
"@angular/cli": "8.0.0",
"@angular/compiler-cli": "8.0.0",
"@angular/language-service": "8.0.0",
"@ngrx/schematics": "8.0.0-beta.2",
"@ngrx/store-devtools": "8.0.0-beta.2",
"@types/compression-webpack-plugin": "^2.0.0",
"@types/dat.gui": "^0.7.2",
"@types/hammerjs": "^2.0.36",
"@types/jasmine": "^3.3.13",
"@types/jasminewd2": "~2.0.6",
"@types/node": "^12.0.3",
"@types/tween.js": "^17.2.0",
"codelyzer": "~5.0.1",
"compression-webpack-plugin": "^2.0.0",
"ecstatic": "3.0.0",
"http-server": "^0.11.1",
"jasmine-core": "~3.4.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~4.1.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.5",
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.4.2",
"ngrx-store-freeze": "^0.2.4",
"prettier": "^1.17.1",
"protractor": "~5.4.2",
"rimraf": "^2.6.3",
"ts-node": "^8.2.0",
"tslint": "~5.16.0",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.0.1",
"typescript": "^3.4.5"
},
"greenkeeper": {
"ignore": [
"core-js",
"zone.js",
"typescript"
]
}
}