-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
144 lines (144 loc) · 6.21 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": "weaver-components",
"repository": {
"type": "git",
"url": "git+https://github.com/TAMULib/weaver-components.git"
},
"version": "2.0.5",
"private": false,
"license": "MIT",
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
},
"config": {
"DOCKER_SERVER": ""
},
"scripts": {
"postinstall": "node scripts/post-install.js",
"build": "ng build --configuration production --single-bundle --output-hashing none && npm run build:version",
"build:clean": "npm run clean && npm run build",
"build:wvr-elements": "ng build --configuration production wvr-elements",
"build:wvr-components-style": "node scripts/build-wvr-components-style.js",
"build:wvr-components": "node scripts/build-wvr-components.js && npm run build:version",
"build:wvr-components-static": "node scripts/build-wvr-components-static.js",
"build:lighthouse": "node scripts/build-lighthouse.js",
"prebuild": "npm run build:wvr-components-style && npm run build:wvr-elements",
"postbuild": "npm run build:wvr-components",
"build:docs": "npm run build:docs-usage && npm run build:docs-development",
"build:docs-development": "compodoc --output ./static/weaver-components/docs/development -p ./projects/wvr-elements/tsconfig.docs.json",
"build:docs-usage": "node scripts/build-wvr-ud.js",
"build:docker": "node scripts/build-docker.js",
"build:link": "npm run build && node scripts/link-self.js",
"build:static": "npm run build:static-docs && npm run build:static-reports",
"build:static-setup": "node scripts/build-wvr-components-static.js",
"build:static-docs": "npm run test:audit && npm run build:static-setup && npm run build:docs-usage && npm run build:docs-development",
"build:static-reports": "npm run build:static-setup && npm run test:coverage",
"build:static-production": "npm run build:static && node scripts/build-wvr-components-configuration.js defaults-ci-overrides.env",
"build:version": "node ./scripts/build-version.js",
"clean": "npm run clean:dist && npm run clean:static && npm run clean:npm-local",
"clean:dist": "rimraf dist",
"clean:static": "rimraf static",
"clean:npm-local": "rimraf .verdaccio",
"publish:docker": "node scripts/docker-push.js",
"publish:npm": "npm run build && node scripts/build-publish.js $1",
"publish:npm-next": "npm run publish:npm next",
"publish:npm-local": "npm run publish:npm next local",
"lint": "ng lint",
"ng": "ng",
"start": "node scripts/build-wvr-components-style.js && node scripts/build-wvr-components-configuration.js defaults-dev-overrides.env && ng serve --port 4200",
"start:dist": "node scripts/build-wvr-components-style.js && node scripts/build-wvr-components-configuration.js defaults-dist-overrides.env && node scripts/serve-dist.js",
"start:static": "node scripts/build-wvr-components-style.js && node scripts/build-wvr-components-configuration.js defaults-static-overrides.env && static-server static -p 8081",
"start:docker": "node scripts/build-wvr-components-style.js && node scripts/start-docker.js",
"start:registry": "verdaccio --config ./verdaccio-config.yaml",
"test": "npm run test:unit && npm run test:e2e",
"test:audit": "rimraf .lighthouseci && lhci autorun --upload.target=temporary-public-storage --config=./lighthouserc.json && node scripts/build-wvr-components-lighthouse-badges.js",
"test:e2e": "ng e2e",
"test:unit": "ng test --no-watch",
"test:watch": "ng test",
"test:report": "cat ./static/weaver-components/reports/coverage/wvr-elements/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"test:coverage": "ng test --no-watch --code-coverage",
"test:ci": "npm run test:audit && npm run test:coverage"
},
"dependencies": {
"@angular/animations": "12.2.17",
"@angular/elements": "12.2.17",
"@angular/forms": "12.2.17",
"@angular/localize": "12.2.17",
"@angular/platform-browser-dynamic": "12.2.17",
"@ng-bootstrap/ng-bootstrap": "10.0.0",
"@ngrx/effects": "12.5.1",
"@ngrx/entity": "12.5.1",
"@ngrx/store-devtools": "12.5.1",
"@stomp/stompjs": "6.1.2",
"@tinymce/tinymce-angular": "4.2.4",
"bootstrap": "4.6.2",
"handlebars": "4.7.7",
"sockjs-client": "1.6.1",
"tinymce": "6.2.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "12.2.17",
"@angular-eslint/eslint-plugin": "14.1.2",
"@angular-eslint/eslint-plugin-template": "14.1.2",
"@angular/cli": "12.2.17",
"@compodoc/compodoc": "1.1.19",
"@lhci/cli": "0.9.0",
"@ngrx/schematics": "12.5.1",
"@types/jasminewd2": "2.0.10",
"@typescript-eslint/eslint-plugin": "5.38.1",
"@typescript-eslint/eslint-plugin-tslint": "5.38.1",
"chrome-launcher": "0.15.1",
"codelyzer": "6.0.2",
"concat": "1.0.3",
"console-stamp": "3.0.6",
"coveralls": "3.1.1",
"dotenv-override-true": "6.2.2",
"eslint": "8.24.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsdoc": "39.3.6",
"eslint-plugin-no-null": "1.0.2",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-unicorn": "43.0.2",
"fs-extra": "10.1.0",
"glob": "7.2.3",
"handlebars-loader": "1.7.2",
"jasmine": "4.4.0",
"jasmine-spec-reporter": "7.0.0",
"jsdom": "20.0.0",
"karma": "6.4.1",
"karma-chrome-launcher": "3.1.1",
"karma-coverage": "2.2.0",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-jasmine": "4.0.2",
"karma-jasmine-html-reporter": "1.7.0",
"karma-ng-html2js-preprocessor": "1.0.0",
"lighthouse": "9.6.7",
"lighthouse-badges": "1.1.26",
"ng-packagr": "12.2.7",
"ngx-build-plus": "12.2.0",
"protractor": "7.0.0",
"sass-migrator": "1.7.1",
"shelljs": "0.8.5",
"static-server": "2.2.1",
"ts-node": "10.9.1",
"zone.js": "0.11.8"
},
"overrides": {
"@angular/compiler": "12.2.17",
"@angular/compiler-cli": "12.2.17",
"@angular/core": "12.2.17",
"@types/eslint": "6.8.1",
"@types/node": "18.11.10",
"cheerio": "1.0.0-rc.10",
"chokidar": "3.5.3",
"fs-extra": "10.1.0",
"glob": "7.2.3",
"latest-version": "7.0.0",
"selfsigned": "2.1.1",
"tslib": "2.4.0",
"typescript": ">=4.2.3 <4.4",
"whatwg-mimetype": "^3.0.0"
}
}