-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
133 lines (132 loc) · 7.02 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
{
"name": "gsrs-client",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"test-script": "mkdirp src/app/core/assets/dojo && cpx-fixed \"lib/dojo-custom-jsdraw/dojo/**/*\" src/app/core/assets/dojo -u",
"copy-libs-src": "mkdirp src/app/core/assets/dojo && cpx-fixed \"lib/dojo-custom-jsdraw/dojo/**/*\" src/app/core/assets/dojo -u && mkdirp src/app/core/assets/dojox && cpx-fixed \"lib/dojo-custom-jsdraw/dojox/**/*\" src/app/core/assets/dojox -u && mkdirp src/app/core/assets/dijit && cpx-fixed \"lib/dojo-custom-jsdraw/dijit/**/*\" src/app/core/assets/dijit -u",
"clear-libs-src": "rimraf src/app/core/assets/dojo && rimraf src/app/core/assets/dojox && rimraf src/app/core/assets/dijit",
"copy-libs-dist": "mkdirp dist/browser/assets/dojo && cpx-fixed \"lib/dojo-custom-jsdraw/dojo/**/*\" dist/browser/assets/dojo -u && mkdirp dist/browser/assets/dojox && cpx-fixed \"lib/dojo-custom-jsdraw/dojox/**/*\" dist/browser/assets/dojox -u && mkdirp dist/browser/assets/dijit && cpx-fixed \"lib/dojo-custom-jsdraw/dijit/**/*\" dist/browser/assets/dijit -u",
"process-dojo": "cd lib && extract-zip dojo-custom-jsdraw.zip && cd .. && npm run clear-libs-src && npm run copy-libs-src",
"build-file-select": "ng build --prod file-select && cd dist/file-select && npm pack",
"build-jsdraw-wrapper": "ng build --prod jsdraw-wrapper && cd dist/jsdraw-wrapper && npm pack",
"build-ketcher-wrapper": "ng build --prod ketcher-wrapper && cd dist/ketcher-wrapper && npm pack",
"build-libraries": "npm run build-file-select && npm run build-jsdraw-wrapper && npm run build-ketcher-wrapper",
"build-server": "ng run gsrs-client:server",
"start:gsrs:dev": "npm run build-libraries && npm run process-dojo && ng serve --aot=true --configuration=fda.dev --sourceMap=true",
"start:gsrs:local": "npm run build-libraries && npm run process-dojo && ng serve --configuration=fda.local",
"start:gsrs:pre-prod": "npm run build-libraries && npm run process-dojo && ng serve --aot=true --configuration=fda.pre-prod --sourceMap=true",
"start:gsrs:prod": "npm run build-libraries && npm run process-dojo && ng serve --aot=true --configuration=fda.prod --sourceMap=true",
"build:gsrs:pre-prod": "npm run build-libraries && npm run clear-libs-src && ng build --base-href=/ginas/app/beta/ --aot=true --configuration=fda.pre-prod --sourceMap=true && node process-index.js && cd lib && extract-zip dojo-custom-jsdraw.zip && cd .. && npm run copy-libs-dist && npm run build-server",
"build:gsrs:prod": "npm run build-libraries && npm run clear-libs-src && ng build --base-href=/ginas/app/ui/ --configuration=fda.prod && node process-index.js && cd lib && extract-zip dojo-custom-jsdraw.zip && cd .. && npm run copy-libs-dist && npm run build-server",
"start:fda:dev": "npm run build-libraries && npm run process-dojo && ng serve --aot=true --configuration=fda.dev --sourceMap=true",
"start:fda:local": "npm run build-libraries && npm run process-dojo && ng serve --configuration=fda.local",
"start:fda:pre-prod": "npm run build-libraries && npm run process-dojo && ng serve --aot=true --configuration=fda.pre-prod --sourceMap=true",
"start:fda:prod": "npm run build-libraries && npm run process-dojo && ng serve --aot=true --configuration=fda.prod --sourceMap=true",
"build:fda:pre-prod": "npm run build-libraries && npm run clear-libs-src && ng build --base-href=/ginas/app/beta/ --aot=true --configuration=fda.pre-prod --sourceMap=true && node process-index.js && cd lib && extract-zip dojo-custom-jsdraw.zip && cd .. && npm run copy-libs-dist && npm run build-server",
"build:fda:prod": "npm run build-libraries && npm run clear-libs-src && ng build --base-href=/ginas/app/ui/ --configuration=fda.prod && node process-index.js && cd lib && extract-zip dojo-custom-jsdraw.zip && cd .. && npm run copy-libs-dist && npm run build-server",
"test": "ng test",
"lint": "ng lint",
"tslint": "tslint",
"e2e": "ng e2e",
"serve:ssr": "node dist/server",
"webpack:server": "webpack --config webpack.server.config.js --progress",
"precommit": "ng lint"
},
"private": true,
"dependencies": {
"@angular/animations": "13.2.1",
"@angular/cdk": "13.2.1",
"@angular/common": "13.2.1",
"@angular/compiler": "13.2.1",
"@angular/core": "13.2.1",
"@angular/forms": "13.2.1",
"@angular/material": "13.2.1",
"@angular/platform-browser": "13.2.1",
"@angular/platform-browser-dynamic": "13.2.1",
"@angular/platform-server": "13.2.1",
"@angular/router": "13.2.1",
"@nguniversal/express-engine": "13.0.2",
"@types/hammerjs": "2.0.36",
"@types/node": "18.15.3",
"classlist.js": "1.1.20150312",
"compression": "1.7.3",
"core-js": "2.5.4",
"cronstrue": "1.94.0",
"defiant.js": "2.2.6",
"dom-to-image": "^2.6.0",
"file-select": "file:dist/file-select/file-select-0.0.1.tgz",
"hammerjs": "2.0.8",
"helmet": "3.21.2",
"html-to-image": "^1.11.11",
"jexl": "2.3.0",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.8.2",
"jsdraw-wrapper": "file:dist/jsdraw-wrapper/jsdraw-wrapper-0.0.1.tgz",
"ketcher-wrapper": "file:dist/ketcher-wrapper/ketcher-wrapper-0.0.1.tgz",
"lodash": "4.17.21",
"lucene-query-parser": "1.2.0",
"moment": "2.29.4",
"ng-multiselect-dropdown": "0.2.10",
"ngx-json-viewer": "2.4.0",
"ngx-moment": "3.5.0",
"ngx-schema-form": "2.7.0",
"primeng": "^13.2.0",
"reflect-metadata": "0.1.13",
"rxjs": "7.5.4",
"ts-loader": "4.5.0",
"util": "0.12.4",
"web-animations-js": "2.3.2",
"xlsx": "^0.18.5",
"z-schema": "4.2.2",
"zone.js": "0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "13.2.1",
"@angular-eslint/builder": "13.0.1",
"@angular-eslint/eslint-plugin": "13.0.1",
"@angular-eslint/eslint-plugin-template": "13.0.1",
"@angular-eslint/schematics": "13.0.1",
"@angular-eslint/template-parser": "13.0.1",
"@angular/cli": "13.2.1",
"@angular/compiler-cli": "13.2.1",
"@angular/language-service": "13.2.1",
"@types/estree": "0.0.51",
"@types/jasmine": "3.10.3",
"@types/jasminewd2": "2.0.10",
"@types/lodash": "4.14.178",
"@typescript-eslint/eslint-plugin": "5.11.0",
"@typescript-eslint/parser": "5.11.0",
"cheerio": "1.0.0-rc.2",
"codelyzer": "6.0.2",
"cpx-fixed": "1.6.0",
"eslint": "8.8.0",
"eslint-plugin-import": "latest",
"eslint-plugin-jsdoc": "latest",
"eslint-plugin-prefer-arrow": "latest",
"extract-zip": "2.0.1",
"husky": "7.0.4",
"jasmine-core": "4.0.0",
"jasmine-spec-reporter": "7.0.0",
"karma": "6.3.15",
"karma-chrome-launcher": "3.1.0",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-jasmine": "4.0.1",
"karma-jasmine-html-reporter": "1.7.0",
"mkdirp": "1.0.4",
"ng-packagr": "13.2.1",
"protractor": "7.0.0",
"raw-loader": "4.0.2",
"rimraf": "3.0.2",
"sass": "1.80.6",
"ts-node": "10.5.0",
"tslib": "2.3.1",
"tslint": "5.20.1",
"typescript": "4.5.5"
},
"husky": {
"hooks": {
"pre-commit": "npm run ng lint"
}
}
}