-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
121 lines (121 loc) · 5.62 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
{
"name": "eav-ui",
"// VERSION": "The version number is very important, as it's used for publishing the source maps",
"version": "19.03.00",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/2sic/eav-ui.git"
},
"scripts": {
"release": "set NODE_ENV=production && npm run prod-all",
"dev-all": "npm run build-prepare && webpack --env parts=all && ng build --configuration development && npm run deploy",
"dev-all-watch": "npm run build-prepare && concurrently \"webpack --env parts=all --watch\" npm:dev-main npm:deploy-watch",
"// RECOMMENDATION 1": "This is probably the most used command: dev-main",
"dev-main": "ng build --configuration development --watch",
"dev-main-watch": "concurrently npm:dev-main npm:deploy-watch",
"dev-gps": "webpack --env parts=gps --watch",
"dev-wysiwyg": "webpack --env parts=wysiwyg --watch",
"deploy": "node ./build-helpers/copy-to-dnn",
"// RECOMMENDATION 2": "This is probably best used with dev-main: deploy-watch",
"deploy-watch": "node ./build-helpers/copy-to-dnn --watch",
"prod-all": "npm run build-prepare && webpack --env parts=all --mode=production && npm run prod-main && npm run deploy",
"prod-main": "ng build --configuration production --plugin ~./build-helpers/external-source-maps-main.js",
"prod-main-watch": "ng build --configuration production --plugin ~./build-helpers/external-source-maps-main.js --watch",
"build-prepare": "node ./build-helpers/clear-dist && node ./build-helpers/build-languages",
"build-languages": "node ./build-helpers/build-languages",
"docs-prepare": "npx compodoc -p tsconfig.doc.json --disableRoutesGraph -s",
"ci": "npm ci --legacy-peer-deps",
"source-map-explorer-example": "node_modules/.bin/source-map-explorer C:/Projects/2sxc/2sxc-sources/_latest C:/Projects/2sxc/2sxc-sources/_latest/dist/ng-edit/default-projects_eav-ui_src_app_edit_edit_module_ts.27ddea5d6f2512d1*",
"angular-lint": "ng lint",
"// this requires": "GraphVis - not installed",
"dependencies-wysiwyg": "npx depcruise projects/field-string-wysiwyg/src/field-string-wysiwyg/field-string-wysiwyg.ts --output-type dot | dot -T svg > dependency-graph.svg",
"dependencies-wysiwyg-text-must-run-in-command-line": "npx depcruise projects/field-string-wysiwyg/src/field-string-wysiwyg/field-string-wysiwyg.ts -T text > projects/field-string-wysiwyg/dependencies.txt",
"dependencies-wysiwyg-text-must-run-in-command-line2": "npx depcruise ./projects/field-string-wysiwyg/src/field-string-wysiwyg/field-string-wysiwyg.ts --include-only '^src' -T text > projects/field-string-wysiwyg/dependencies.txt"
},
"dependencies": {
"@2sic.com/sxc-angular": "^18.0.0",
"@ag-grid-community/angular": "^29.2.0",
"@ag-grid-community/client-side-row-model": "^29.2.0",
"@ag-grid-community/styles": "^29.2.0",
"@angular/animations": "^19.0.3",
"@angular/cdk": "^19.0.2",
"@angular/common": "^19.0.3",
"@angular/compiler": "^19.0.3",
"@angular/core": "^19.0.3",
"@angular/forms": "^19.0.3",
"@angular/material": "^19.0.2",
"@angular/platform-browser": "^19.0.3",
"@angular/platform-browser-dynamic": "^19.0.3",
"@angular/router": "^19.0.3",
"@danielmoncada/angular-datetime-picker": "^18.1.0",
"@danielmoncada/angular-datetime-picker-dayjs-adapter": "^3.0.0",
"@ecodev/fab-speed-dial": "^17.0.0",
"@monaco-editor/loader": "^1.4.0",
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"dayjs": "^1.11.5",
"jsonc-parser": "^3.2.0",
"lodash-es": "^4.17.21",
"ngx-build-plus": "^14.0.0",
"ngx-dropzone-wrapper": "^11.0.0",
"ngx-tippy-wrapper": "^6.3.0",
"rxjs": "^7.5.0",
"tinymce": "^6.2.0",
"tippy.js": "^6.3.7",
"tslib": "^2.3.0",
"xng-breadcrumb": "^9.0.0",
"zone.js": "^0.15.0"
},
"devDependencies": {
"@2sic.com/2sxc-load-build-config": "https://gitpkg.now.sh/2sic/2sxc-ui/packages/2sxc-load-build-config?bc0bf98ba6b745ab8efa974e5d15114980fe650d",
"@2sic.com/2sxc-typings": "^14.7.3",
"@angular-eslint/builder": "^18.3.1",
"@angular-eslint/eslint-plugin": "^18.3.1",
"@angular-eslint/eslint-plugin-template": "^18.3.1",
"@angular-eslint/schematics": "^18.3.1",
"@angular-eslint/template-parser": "^18.3.1",
"@angular/build": "^19.0.4",
"@angular/cli": "^19.0.4",
"@angular/compiler-cli": "^19.0.3",
"@angular/language-service": "^19.0.3",
"@compodoc/compodoc": "^1.1.19",
"@types/google.maps": "^3.48.5",
"@types/jasmine": "^3.10.0",
"@types/lodash-es": "^4.17.6",
"@types/node": "^22.5.5",
"@types/papaparse": "^5.3.14",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"chalk": "^4.1.2",
"chokidar": "^3.5.3",
"clean-webpack-plugin": "^4.0.0",
"codelyzer": "^6.0.2",
"concurrently": "^9.0.1",
"copy-webpack-plugin": "^10.2.4",
"dependency-cruiser": "^16.4.2",
"eslint": "^9.11.1",
"eslint-plugin-import": "^2.30.0",
"fs-extra": "^10.0.1",
"jasmine-core": "^3.10.0",
"karma": "^6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "^2.1.0",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.7.0",
"monaco-editor": "^0.46.0",
"papaparse": "^5.4.1",
"prettier": "3.3.3",
"raw-loader": "^4.0.2",
"rxjs-tslint": "^0.1.8",
"source-map-explorer": "^2.5.3",
"ts-loader": "^9.2.8",
"ts-node": "^10.7.0",
"tslint": "^6.1.3",
"typescript": "^5.5.4",
"url-loader": "^4.1.1",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.2",
"webpack-shell-plugin-next": "^2.2.2"
}
}