-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.tcrs.json
36 lines (36 loc) · 1.18 KB
/
package.tcrs.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
{
"name": "tcrs-main",
"version": "0.0.0",
"license": "MIT",
"private": true,
"scripts": {
"backendcheck": "./mvnw checkstyle:check",
"ci": "ng lint && ng test --browsers PhantomJS -sr",
"merge-packages": "package-json-merge package.ng.json package.tcrs.json > package.json",
"postinstall": "npm rebuild node-sass",
"prepush": "npm-run-all lint backendcheck test-sr",
"start": "ng serve --proxy-config proxy.conf.json",
"test": "npx ng test --code-coverage",
"test-sr": "ng test --browsers PhantomJS -sr",
"yarn": "docker run -u `id -u $USER` -it --rm -v $PWD:/app -w /app node:8.9.3 yarn --cache-folder /app/.yarn-cache"
},
"dependencies": {
"@angular/cdk": "5.0.1",
"@angular/flex-layout": "2.0.0-beta.12",
"@angular/material": "5.0.1",
"@angular/material-moment-adapter": "5.0.1",
"@ngrx/store": "^4.1.1",
"angularfire2": "5.0.0-rc.4",
"firebase": "^4.8.0",
"hammerjs": "^2.0.8",
"lodash": "4.17.4",
"moment": "2.19.4"
},
"devDependencies": {
"@types/lodash": "4.14.91",
"husky": "0.14.3",
"karma-phantomjs-launcher": "^1.0.4",
"npm-run-all": "^4.1.2",
"package-json-merge": "^0.0.1"
}
}