forked from SciCatProject/frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
107 lines (107 loc) · 3.44 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
{
"name": "catanie",
"version": "3.0.1",
"license": "GPL-3.0",
"angular-cli": {},
"scripts": {
"ng": "./node_modules/@angular/cli/bin/ng",
"start": "./node_modules/@angular/cli/bin/ng serve --host $HOST",
"test": "./node_modules/@angular/cli/bin/ng test --watch=false --source-map=false --code-coverage",
"cypress:open": "./node_modules/.bin/cypress open",
"e2e": "ng e2e --project=catanie-e2e",
"lint": "./node_modules/tslint/bin/tslint --project tslint.json --force --fix",
"prune": "./node_modules/ts-prune/lib/index.js -p ./src/tsconfig.json | grep -v -e ./src/app/shared -e ./src/environments"
},
"private": true,
"dependencies": {
"@angular/animations": "^9.1.12",
"@angular/cdk": "^9.2.4",
"@angular/common": "^9.1.12",
"@angular/compiler": "^9.1.12",
"@angular/core": "^9.1.12",
"@angular/flex-layout": "^9.0.0-beta.29",
"@angular/forms": "^9.1.12",
"@angular/material": "^9.2.4",
"@angular/material-moment-adapter": "^9.2.4",
"@angular/platform-browser": "^9.1.12",
"@angular/platform-browser-dynamic": "^9.1.12",
"@angular/platform-server": "^9.1.12",
"@angular/router": "^9.1.12",
"@angular/service-worker": "^9.1.12",
"@ngrx/effects": "^9.2.0",
"@ngrx/router-store": "^9.2.0",
"@ngrx/schematics": "^9.2.0",
"@ngrx/store": "^9.2.0",
"autolinker": "^3.11.1",
"deep-equal": "^2.0.1",
"filesize": "^6.0.1",
"hammerjs": "^2.0.8",
"moment": "^2.27.0",
"moment-timezone": "^0.5.31",
"ngx-file-helpers": "^4.0.1",
"ngx-json-viewer": "^2.4.0",
"ngx-linky": "^2.2.0",
"rison": "github:nanonid/rison",
"rxjs": "^6.6.2",
"saturn-datepicker": "^8.0.1",
"shortid": "^2.2.15",
"socket.io-client": "^2.3.0",
"tslib": "^1.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.901.1",
"@angular-devkit/core": "^9.1.1",
"@angular/cli": "^9.1.1",
"@angular/compiler-cli": "^9.1.2",
"@ngrx/store-devtools": "^9.1.0",
"@types/jasmine": "^3.4.6",
"@types/moment-timezone": "^0.5.12",
"@types/node": "^12.11.1",
"@types/rison": "^0.0.6",
"@types/socket.io-client": "^1.4.32",
"@types/source-map-support": "^0.5.0",
"codelyzer": "^5.1.2",
"common-tags": "^1.8.0",
"coveralls": "^3.0.7",
"cypress": "^4.0.0",
"cypress-file-upload": "^3.5.3",
"jasmine": "^3.5.0",
"jasmine-core": "^3.5.0",
"jasmine-marbles": "^0.6.0",
"jasmine-spec-reporter": "^5.0.1",
"karma": "^5.0.2",
"karma-chrome-launcher": "^3.1.0",
"karma-cli": "^2.0.0",
"karma-coverage": "^2.0.1",
"karma-coverage-istanbul-reporter": "^2.1.0",
"karma-jasmine": "^3.1.1",
"karma-jasmine-html-reporter": "^1.4.2",
"karma-junit-reporter": "^2.0.1",
"karma-remap-istanbul": "^0.6.0",
"karma-scss-preprocessor": "^4.0.0",
"karma-source-map-support": "^1.4.0",
"karma-spec-reporter": "^0.0.32",
"node-sass": "^4.14.1",
"prettier": "^ 2.0.4",
"protractor": "^5.4.2",
"reselect": "^4.0.0",
"source-map-support": "^0.5.16",
"ts-helpers": "^1.1.2",
"ts-node": "^8.4.1",
"ts-prune": "^0.3.0",
"tslint": "^6.1.1",
"typescript": "3.8.3",
"uglify-js": "^3.6.8",
"webdriver-manager": "^12.1.7",
"webpack": "^4.41.2",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.11.0",
"zone.js": "~0.10.2"
},
"greenkeeper": {
"ignore": [
"typescript"
]
}
}