-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
129 lines (129 loc) · 5.05 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
128
129
{
"name": "unfetter-ui",
"version": "0.3.12",
"description": "UNFETTER UI",
"keywords": [
"unfetter"
],
"author": "UNFETTER",
"homepage": "https://github.com/unfetter-discover/unfetter-ui",
"license": "MIT",
"scripts": {
"analyze": "webpack-bundle-analyzer dist/stats.json dist",
"analyze:dev": "npm run clean && npm run build:dev -- --stats-json && npm run analyze",
"analyze:prod": "npm run clean && npm run build:prod -- --stats-json && npm run analyze",
"ng": "ng",
"clean": "rimraf compiled dist tsdocs coverage out-tsc",
"start": "npm run serve:local:dev:uac",
"serve:local:prod:demo": "ng version && ng serve --configuration=prodDemo",
"serve:local:dev:demo": "ng version && ng serve --configuration=demo",
"serve:local:dev:demo:ff31": "ng version && ng serve --configuration=ff31Demo",
"serve:local:dev:uac": "ng version && ng serve --configuration=uac",
"serve:local:dev:uac:ff31": "ng version && ng serve --configuration=ff31Prod",
"serve:docker:dev:uac": "ng version && ng serve --configuration=dockerUac",
"serve:docker:dev:demo": "ng version && ng serve --configuration=dockerDemo",
"super:test": "concurrently -k -n \"serve,test,coverage\" -c \"blue,green,red\" \"npm run serve:local:dev:uac\" \"ng test --code-coverage\" \"npm run serve:coverage\"",
"live:test": "concurrently -k -n \"test,coverage\" -c \"green,red\" \"ng test --code-coverage\" \"npm run serve:coverage\"",
"serve:coverage": "live-server coverage/",
"build:prod": "ng version && ng build --configuration=production",
"build:prod:noclean": "ng version && ng build --configuration=productionNoClean",
"build:prod:noclean:ff31": "ng version && ng build --configuration=ff31Prod",
"build:demo:noclean": "ng version && ng build --configuration=demoNoClean",
"build:demo:noclean:ff31": "ng version && ng build --configuration=ff31Demo",
"build:dev": "ng version && ng build",
"watch:test": "ng test --watch --source-map",
"test": "ng test --watch=false",
"headless:test": "ng test --watch=false --browsers ChromeHeadlessCustom",
"coverage": "ng test --code-coverage --watch=false",
"headless:coverage": "ng test --code-coverage --watch=false --browsers ChromeHeadlessCustom",
"lint": "npm run lint:style && ng lint",
"lint:style": "stylelint \"src/**/*.scss\" --syntax scss",
"doc": "typedoc --out tsdocs --ignoreCompilerErrors src/",
"checkup": "npm run lint && npm run doc && npm run headless:test && npm run headless:coverage && npm run build:prod",
"e2e": "ng e2e"
},
"dependencies": {
"@angular/animations": "^6.0.5",
"@angular/cdk": "^6.2.1",
"@angular/common": "^6.0.5",
"@angular/compiler": "^6.0.5",
"@angular/core": "^6.0.5",
"@angular/forms": "^6.0.5",
"@angular/http": "^6.0.5",
"@angular/material": "^6.2.1",
"@angular/platform-browser": "^6.0.5",
"@angular/platform-browser-dynamic": "^6.0.5",
"@angular/router": "^6.0.5",
"@ngrx/effects": "^6.1.0",
"@ngrx/store": "^6.1.0",
"angular2-jwt": "^0.2.3",
"bootstrap": "~3.3.7",
"clone": "^2.1.1",
"core-js": "^2.4.1",
"css-element-queries": "^1.0.2",
"d3": "~4.12.0",
"d3-heatmap": "^1.2.1",
"hammerjs": "~2.0.8",
"moment": "~2.20.0",
"ng2-charts": "^1.6.0",
"ng2-simplemde": "^2.0.2",
"ngx-clipboard": "^11.1.1",
"ngx-markdown": "^6.1.0",
"rxjs": "^6.2.1",
"rxjs-compat": "^6.2.1",
"rxjs-tslint": "^0.1.4",
"stix": "https://github.com/unfetter-discover/stix/archive/0.3.12.tar.gz",
"ts-keycode-enum": "^1.0.4",
"uuid": "^3.2.1",
"zone.js": "^0.8.14"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.6.8",
"@angular-devkit/build-optimizer": "0.2.0",
"@angular-devkit/core": "0.2.0",
"@angular-devkit/schematics": "^0.6.8",
"@angular/cli": "^6.0.8",
"@angular/compiler-cli": "^6.0.5",
"@angular/language-service": "^6.0.5",
"@angularclass/hmr": "^2.1.3",
"@ngrx/store-devtools": "^6.1.0",
"@types/codemirror": "~0.0.60",
"@types/d3": "~4.12.0",
"@types/d3-dsv": "^1.0.31",
"@types/hammerjs": "^2.0.35",
"@types/jasmine": "~2.5.53",
"@types/jasminewd2": "~2.0.2",
"@types/node": "~6.0.60",
"codelyzer": "^4.0.1",
"concurrently": "^3.5.1",
"jasmine-core": "~2.6.2",
"jasmine-spec-reporter": "~4.1.0",
"karma": "~1.7.0",
"karma-chrome-launcher": "~2.1.1",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "^1.2.1",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"live-server": "^1.2.0",
"protractor": "~5.1.2",
"rimraf": "~2.6.0",
"stylelint": "^9.2.0",
"stylelint-scss": "^3.1.0",
"ts-node": "~3.2.0",
"tslint": "^5.10.0",
"typedoc": "^0.9.0",
"typescript": "~2.7.2",
"webpack-bundle-analyzer": "^2.9.1"
},
"repository": {
"type": "git",
"url": "https://github.com/unfetter-discover/unfetter-ui"
},
"bugs": {
"url": "https://github.com/unfetter-discover/unfetter/issues"
},
"engines": {
"node": ">= 6.10.0",
"npm": ">= 5"
}
}