-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
130 lines (130 loc) · 6.37 KB
/
package.json
File metadata and controls
130 lines (130 loc) · 6.37 KB
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
{
"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-server": "ng run gsrs-client:server",
"start:gsrs:dev": "npm run process-dojo && ng serve --configuration=fda.dev --sourceMap=true",
"start:gsrs:local": "npm run process-dojo && ng serve --configuration=fda.local",
"start:gsrs:pre-prod": "npm run process-dojo && ng serve --configuration=fda.pre-prod --sourceMap=true",
"start:gsrs:prod": "npm run process-dojo && ng serve --configuration=fda.prod --sourceMap=true",
"build:gsrs:pre-prod": "npm run clear-libs-src && ng build --base-href=/ginas/app/beta/ --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 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 process-dojo && ng serve --configuration=fda.dev --sourceMap=true",
"start:fda:local": "npm run process-dojo && ng serve --configuration=fda.local",
"start:fda:pre-prod": "npm run process-dojo && ng serve --configuration=fda.pre-prod --sourceMap=true",
"start:fda:prod": "npm run process-dojo && ng serve --configuration=fda.prod --sourceMap=true",
"build:fda:pre-prod": "npm run clear-libs-src && ng build --base-href=/ginas/app/beta/ --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 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",
"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": "20.3.14",
"@angular/cdk": "^20.2.14",
"@angular/common": "20.3.14",
"@angular/compiler": "20.3.14",
"@angular/core": "20.3.14",
"@angular/forms": "20.3.14",
"@angular/material": "^20.2.14",
"@angular/platform-browser": "20.3.14",
"@angular/platform-browser-dynamic": "20.3.14",
"@angular/platform-server": "20.3.14",
"@angular/router": "20.3.14",
"@angular/ssr": "^20.3.12",
"@types/hammerjs": "2.0.36",
"compression": "1.7.3",
"cronstrue": "1.94.0",
"deep-equal": "^2.2.3",
"defiant.js": "2.2.6",
"dom-to-image": "^2.6.0",
"hammerjs": "2.0.8",
"helmet": "3.21.2",
"html-to-image": "^1.11.11",
"html2canvas": "^1.4.1",
"jexl": "2.3.0",
"jsonpath": "^1.1.1",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.8.2",
"lodash": "4.17.21",
"lucene-query-parser": "1.2.0",
"moment": "2.29.4",
"ng-multiselect-dropdown": "^1.0.0",
"ngx-json-viewer": "^3.2.1",
"ngx-moment": "^6.0.2",
"ngx-schema-form": "^2.14.1",
"primeng": "^20.3.0",
"reflect-metadata": "0.1.13",
"rxjs": "7.8.1",
"sprintf-js": "^1.1.3",
"ts-loader": "4.5.0",
"util": "0.12.4",
"web-animations-js": "2.3.2",
"xlsx": "^0.18.5",
"z-schema": "^6.0.2",
"zone.js": "~0.15.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "20.3.12",
"@angular-eslint/builder": "^19.0.2",
"@angular-eslint/eslint-plugin": "^19.0.2",
"@angular-eslint/eslint-plugin-template": "^19.0.2",
"@angular-eslint/schematics": "^19.0.2",
"@angular-eslint/template-parser": "^19.0.2",
"@angular/cli": "20.3.12",
"@angular/compiler-cli": "20.3.14",
"@angular/language-service": "20.3.14",
"@types/estree": "0.0.51",
"@types/jasmine": "3.10.3",
"@types/jasminewd2": "2.0.10",
"@types/lodash": "4.14.178",
"@types/node": "^22.19.1",
"@types/sprintf-js": "^1.1.4",
"@typescript-eslint/eslint-plugin": "8.15.0",
"@typescript-eslint/parser": "8.15.0",
"cheerio": "1.0.0-rc.2",
"cpx-fixed": "1.6.0",
"eslint": "^8.57.1",
"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": "20.3.2",
"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",
"typescript": "5.9.3",
"webpack": "^5.104.1",
"webpack-cli": "^6.0.1"
},
"husky": {
"hooks": {
"pre-commit": "npm run ng lint"
}
}
}