-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
127 lines (127 loc) · 5.55 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
{
"name": "v-cms-web",
"version": "1.0.1",
"private": true,
"scripts": {
"ng": "ng",
"ncu": "ncu",
"start": "npm run env -s && ng serve --proxy-config proxy.conf.js",
"lint": "npm run prettier && stylelint \"{src,projects}/**/*.scss\" --syntax scss && htmlhint \"{src,projects}\" --config .htmlhintrc",
"prettier": "prettier-eslint --list-different %INIT_CWD%/{src,e2e,projects}/**/*.ts",
"format": "prettier-eslint --list-different --write %INIT_CWD%/{src,e2e,projects}/**/*.ts",
"build": "npm run env -s && ng build --prod",
"postinstall": "patch-package && npm run prettier -s && tsc -p builders/tsconfig.builders.json",
"build:template": "webpack --config projects/template/webpack.config.js --mode=development && ncp projects/template/dist/ src/assets/template",
"build:shared": "ng build shared && ng build --project plugins --aot --modulePath=shared#SharedModule --pluginName=shared --outputPath=./src/assets/plugins",
"build:plugin1": "ng build --project plugins --aot --modulePath=./plugin1/plugin1.module#Plugin1Module --pluginName=plugin1 --sharedLibs=shared,penpal --outputPath=./src/assets/plugins",
"build:plugin2": "ng build --project plugins --aot --modulePath=./plugin2/plugin2.module#Plugin2Module --pluginName=plugin2 --sharedLibs=shared,penpal --outputPath=./src/assets/plugins",
"build:container": "ng build --project plugins --aot --modulePath=./container/container.module#ContainerModule --pluginName=container --sharedLibs=shared,penpal --outputPath=./src/assets/plugins",
"build:plugins": "node ./builders/plugin-builder/plugins.js --buildshared",
"serve:sw": "npm run build -s && npx http-server ./dist -p 4200",
"compile:server_bak": "webpack --config webpack.server.config.js --progress --colors",
"build:ssr_bak": "npm run build:client-and-server-bundles && npm run compile:server",
"serve:ssr_bak": "node dist/server",
"build:client-and-server-bundles_bak": "ng build --prod && ng run v-cms-web:server:production",
"dev:ssr": "ng run v-cms-web:serve-ssr",
"serve:ssr": "node dist/server/main.js",
"build:ssr": "ng build --prod && ng run v-cms-web:server:production",
"prerender": "ng run v-cms-web:prerender",
"test": "npm run env -s && ng test",
"test:ci": "npm run env -s && npm run lint -s && ng test --configuration=ci",
"e2e": "npm run env -s && ng e2e",
"translations:extract": "ngx-translate-extract --input ./src --output ./src/translations/template.json --format=json --clean --sort --marker extract",
"docs": "hads ./docs -o",
"env": "ngx-scripts env npm_package_version",
"generate": "ng generate"
},
"dependencies": {
"@angular/animations": "^11.0.2",
"@angular/cdk": "^11.0.1",
"@angular/common": "^11.0.2",
"@angular/compiler": "^11.0.2",
"@angular/core": "^11.0.2",
"@angular/forms": "^11.0.2",
"@angular/localize": "^11.0.2",
"@angular/material": "^11.0.1",
"@angular/platform-browser": "^11.0.2",
"@angular/platform-browser-dynamic": "^11.0.2",
"@angular/router": "^11.0.2",
"@angular/service-worker": "^11.0.2",
"@circlon/angular-tree-component": "^10.0.0",
"@fortawesome/fontawesome-free": "^5.15.1",
"@ng-bootstrap/ng-bootstrap": "^8.0.0",
"@nguniversal/express-engine": "^11.0.0",
"@ngx-translate/core": "^13.0.0",
"bootstrap": "^4.5.3",
"express": "^4.17.1",
"js-dom-utility": "^0.1.10",
"lodash-es": "^4.17.15",
"ngx-bootstrap-spinner": "^10.0.5",
"penpal": "^5.3.0",
"rxjs": "^6.6.3",
"systemjs": "^6.8.0",
"tslib": "^2.0.3",
"typescript": "^4.0.5",
"zone.js": "^0.11.3"
},
"devDependencies": {
"@angular-builders/jest": "^10.0.1",
"@angular-devkit/build-angular": "^0.1100.2",
"@angular-devkit/build-ng-packagr": "^0.1002.0",
"@angular-eslint/builder": "0.8.0-beta.3",
"@angular-eslint/eslint-plugin": "0.8.0-beta.3",
"@angular-eslint/eslint-plugin-template": "0.8.0-beta.3",
"@angular-eslint/schematics": "^0.8.0-beta.3",
"@angular-eslint/template-parser": "0.8.0-beta.3",
"@angular/cli": "^11.0.2",
"@angular/compiler-cli": "^11.0.2",
"@angular/language-service": "^11.0.2",
"@angular/platform-server": "^11.0.2",
"@angularclass/hmr": "^3.0.0",
"@biesbjerg/ngx-translate-extract": "^7.0.3",
"@ngx-rocket/scripts": "^4.0.0",
"@types/express": "^4.17.9",
"@types/jest": "^26.0.15",
"@types/lodash-es": "^4.17.3",
"@types/node": "^14.14.10",
"@types/postmate": "^1.5.1",
"@typescript-eslint/eslint-plugin": "4.8.2",
"@typescript-eslint/parser": "4.8.2",
"codelyzer": "^6.0.1",
"cross-spawn": "^7.0.3",
"eslint": "^7.14.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.1.4",
"hads": "^2.1.0",
"htmlhint": "^0.14.2",
"https-proxy-agent": "^5.0.0",
"husky": "^4.3.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~6.0.0",
"jest": "^26.6.3",
"jest-preset-angular": "^8.3.2",
"karma": "^5.2.3",
"lint-staged": "^10.5.2",
"ncp": "^2.0.0",
"ng-packagr": "^11.0.3",
"patch-package": "^6.2.2",
"prettier": "^2.2.1",
"prettier-eslint": "^12.0.0",
"prettier-eslint-cli": "^5.0.0",
"protractor": "~7.0.0",
"stylelint": "~13.8.0",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-recommended-scss": "~4.2.0",
"stylelint-config-standard": "~20.0.0",
"stylelint-scss": "~3.18.0",
"ts-loader": "^8.0.11",
"ts-morph": "^9.1.0",
"ts-node": "^9.0.0",
"webpack-cli": "^4.2.0"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
}
}