forked from sinequa/sba-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
144 lines (144 loc) · 6.01 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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"name": "ng-ws",
"version": "11.8.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start:vanilla": "ng serve vanilla-search -- --ssl=true --proxyConfig=./projects/vanilla-search/src/proxy.conf.json",
"start:pepper": "ng serve pepper -- --ssl=true --proxyConfig=./projects/pepper/src/proxy.conf.json",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"unpublishsqcore": "npm unpublish @sinequa/core@%npm_config_sq_version%",
"installsqcore": "cd ./projects/core && npm --no-git-tag-version version %npm_config_sq_version% && cd ../..",
"prebuildsqcore": "npm run -s installsqcore",
"buildsqcore": "ng build core",
"postbuildsqcore": "npm run -s unpublishsqcore && npm publish ./dist/core --tag %npm_config_sq_tag%",
"unpublishsqcomponents": "npm unpublish @sinequa/components@%npm_config_sq_version%",
"installsqcomponents": "cd ./projects/components && npm --no-git-tag-version version %npm_config_sq_version% && npm install @sinequa/core@%npm_config_sq_version% --save-exact && cd ../..",
"prebuildsqcomponents": "npm run -s installsqcomponents",
"buildsqcomponents": "ng build components",
"postbuildsqcomponents": "npm run -s unpublishsqcomponents && npm publish ./dist/components --tag %npm_config_sq_tag%",
"unpublishsqanalytics": "npm unpublish @sinequa/analytics@%npm_config_sq_version%",
"installsqanalytics": "cd ./projects/analytics && npm --no-git-tag-version version %npm_config_sq_version% && npm install @sinequa/components@%npm_config_sq_version% --save-exact && cd ../..",
"prebuildsqanalytics": "npm run -s installsqanalytics",
"buildsqanalytics": "ng build analytics",
"postbuildsqanalytics": "npm run -s unpublishsqanalytics && npm publish ./dist/analytics --tag %npm_config_sq_tag%",
"buildcore": "ng build core",
"buildcomponents": "ng build components",
"buildanalytics": "ng build analytics",
"buildhellosearch": "ng build hello-search --configuration production",
"buildvanilla": "ng build vanilla-search --configuration production",
"buildpepper": "ng build pepper --configuration production",
"buildall": "npm run buildcore && npm run buildhellosearch && npm run buildcomponents && npm run buildanalytics && npm run buildvanilla && npm run buildpepper",
"makedoc-core": "cd projects/core && node ../../scripts/makedoc.js -d ../../docs/core -p tsconfig.lib.json -n \"Core\"",
"makedoc-components": "cd projects/components && node ../../scripts/makedoc.js -d ../../docs/components -p tsconfig.lib.json -n \"Components\"",
"makedoc-analytics": "cd projects/analytics && node ../../scripts/makedoc.js -d ../../docs/analytics -p tsconfig.lib.json -n \"Analytics\""
},
"compodoc": {
"disablePrivate": true,
"disableProtected": true,
"disableInternal": true
},
"private": true,
"dependencies": {
"@agm/core": "^3.0.0-beta.0",
"@angular-slider/ngx-slider": "^2.0.4",
"@angular/animations": "12.2.2",
"@angular/cdk": "12.2.2",
"@angular/common": "12.2.2",
"@angular/compiler": "12.2.2",
"@angular/core": "12.2.2",
"@angular/forms": "12.2.2",
"@angular/platform-browser": "12.2.2",
"@angular/platform-browser-dynamic": "12.2.2",
"@angular/router": "12.2.2",
"@formatjs/intl-relativetimeformat": "^4.5.12",
"@fortawesome/fontawesome-free": "^5.13.0",
"@popperjs/core": "^2.10.2",
"@swimlane/ngx-charts": "^19.0.0",
"ag-grid-angular": "^25.2.0",
"ag-grid-community": "^25.2.0",
"angular-fusioncharts": "3.0.4",
"angular-gridster2": "^12.1.0",
"atomicjs": "^4.4.1",
"bootstrap": "^5.1.3",
"classlist.js": "^1.1.20150312",
"custom-event": "^1.0.1",
"d3": "^5.15.1",
"d3-zoom": "^3.0.0",
"diacritics": "^1.3.0",
"element-resize-detector": "^1.2.1",
"fast-text-encoding": "^1.0.1",
"focus-within": "^3.0.2",
"fusioncharts": "3.15.1-sr.1",
"hammerjs": "^2.0.8",
"intl": "^1.2.5",
"intl-format-cache": "^4.2.24",
"intl-messageformat": "^7.8.4",
"intl-messageformat-parser": "^3.6.4",
"intl-pluralrules": "^1.2.0",
"js-polyfills": "^0.1.42",
"jssha": "^2.4.2",
"jstz": "^2.1.1",
"lodash": "^4.17.15",
"marked": "^4.0.10",
"matchmedia-polyfill": "^0.3.2",
"moment": "^2.24.0",
"ng2-ui-auth": "^10.0.1",
"ng5-slider": "^1.2.4",
"ngx-bootstrap": "^8.0.0",
"ngx-vis": "^3.1.0",
"rxjs": "~6.6.3",
"tslib": "^2.3.1",
"vis-data": "6.5.1",
"vis-network": "7.6.2",
"vis-timeline": "7.3.4",
"vis-util": "4.0.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "12.2.2",
"@angular-eslint/builder": "12.2.2",
"@angular-eslint/eslint-plugin": "12.2.2",
"@angular-eslint/eslint-plugin-template": "12.2.2",
"@angular-eslint/schematics": "12.2.2",
"@angular-eslint/template-parser": "12.2.2",
"@angular/cli": "12.2.2",
"@angular/compiler-cli": "12.2.2",
"@angular/language-service": "12.2.2",
"@compodoc/compodoc": "^1.1.16",
"@types/d3": "^5.7.2",
"@types/estree": "^0.0.50",
"@types/googlemaps": "3.39.8",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/jquery": "^3.3.35",
"@types/jquery.contextmenu": "^1.7.34",
"@types/marked": "^4.0.3",
"@types/node": "^12.11.1",
"@typescript-eslint/eslint-plugin": "4.3.0",
"@typescript-eslint/parser": "4.3.0",
"codelyzer": "^6.0.0",
"eslint": "^7.6.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsdoc": "30.7.6",
"eslint-plugin-prefer-arrow": "1.2.2",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.16",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"karma-mocha-reporter": "^2.2.5",
"ng-packagr": "^12.2.0",
"postcss": "^8.2.15",
"protractor": "^7.0.0",
"sass-color-helpers": "^2.1.1",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"typescript": "~4.3.5"
}
}