-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
142 lines (142 loc) · 5.46 KB
/
package.json
File metadata and controls
142 lines (142 loc) · 5.46 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
131
132
133
134
135
136
137
138
139
140
141
142
{
"name": "practera-app-v2",
"version": "3.2.1",
"author": "Practera",
"repository": "https://github.com/intersective/practera-app-v2",
"homepage": "https://github.com/intersective/practera-app-v2",
"description": "AppV2",
"scripts": {
"ng": "ng",
"start": "npm run v3",
"v3": "ng serve --project=v3 -c development --host 0.0.0.0 --port 4200 --disable-host-check --ssl true",
"v3:local": "ng serve --project=v3 -c development --host 0.0.0.0 --port 4200 --disable-host-check",
"proxy": "ng serve --project=v3 -c development --proxy-config proxy.conf.json",
"prestart": "npm run prebuildv3",
"prev3": "npm run prebuildv3",
"buildv3": "ng build v3 -c development",
"prebuildv3": "ng build request",
"poststart": "npm run generate-version",
"local": "ng serve -c local",
"postlocal": "npm run generate-version",
"development": "ng serve -c stage --host 0.0.0.0 --port 8080 --disable-host-check --ssl true",
"build": "ng build",
"postbuild": "npm run generate-version",
"deploy": "ng build --base-href '/practera-app-v2/' && git commit -am 'Build to Github Page' && git subtree push --prefix www origin gh-pages",
"postdeploy": "npm run generate-version",
"test": "ng test v3 --no-watch",
"sonar-test": "ng test --no-watch --code-coverage --browsers ChromeHeadless --karmaConfig=src/karma.conf.sonarci.js",
"lint": "ng lint v3",
"lint-fix": "ng lint --fix",
"lintv3": "ng lint v3",
"lintv3-fix": "ng lint v3 --fix",
"e2e": "ng e2e --port 4300",
"e2e-dev": "ng e2e -c dev --port 4300",
"e2e-sandbox": "ng e2e -c sandbox",
"generate-version": "node ./hooks/post-build.js",
"generate-version-v3": "node ./hooks/post-buildv3.js",
"pubdocs": "npx compodoc -p tsconfig.json src && cp -R documentation/ www/ && ng deploy --base-href=/practera-app-v2/ --branch=compodoc-pages --no-build",
"i18n": "ng extract-i18n v3 --output-path locales/",
"serve:es": "ng serve --configuration=development --localize=es --port=4201",
"serve:ja": "ng serve --configuration=development --localize=ja --port=4202",
"serve:ms": "ng serve --configuration=development --localize=ms --port=4203"
},
"dependencies": {
"@angular/animations": "^17.3.12",
"@angular/common": "^17.3.12",
"@angular/core": "^17.3.12",
"@angular/forms": "^17.3.12",
"@angular/platform-browser": "^17.3.12",
"@angular/platform-browser-dynamic": "^17.3.12",
"@angular/router": "^17.3.12",
"@apollo/client": "^3.10.8",
"@ffmpeg/core": "^0.12.10",
"@ffmpeg/ffmpeg": "^0.12.15",
"@ffmpeg/util": "^0.12.2",
"@ionic/angular": "^7.8.6",
"@ionic/storage": "^4.0.0",
"@uppy/angular": "^0.7.0",
"@uppy/core": "^4.4.4",
"@uppy/dashboard": "^4.3.3",
"@uppy/drag-drop": "^4.1.2",
"@uppy/progress-bar": "^4.2.1",
"@uppy/remote-sources": "^2.3.2",
"@uppy/status-bar": "^4.1.3",
"@uppy/xhr-upload": "^4.3.3",
"angular2-text-mask": "^9.0.0",
"apollo-angular": "^6.0.0",
"color-convert": "^2.0.1",
"core-js": "^3.21.1",
"dayjs": "^1.11.10",
"exif-js": "^2.3.0",
"filestack-js": "^3.30.0",
"franc-min": "^6.2.0",
"graphql": "^16.8.1",
"ics": "^3.7.2",
"lodash-es": "^4.17.21",
"moment": "^2.29.4",
"ng-circle-progress": "~1.7.1",
"ng-intercom": "^8.0.2",
"ngx-quill": "^25.3.2",
"plyr": "^3.6.12",
"pusher-js": "^4.4.0",
"quill": "^2.0.2",
"quill-delta": "^5.0.0",
"quill-magic-url": "^4.2.0",
"rxjs": "~7.8.0",
"ts-md5": "^1.3.1",
"tslib": "^2.3.0",
"uppy": "^4.14.0",
"zone.js": "~0.14.8"
},
"devDependencies": {
"@angular-devkit/architect": "~0.1703.16",
"@angular-devkit/build-angular": "^17.3.16",
"@angular-eslint/builder": "~17.5.2",
"@angular-eslint/eslint-plugin": "~17.5.2",
"@angular-eslint/eslint-plugin-template": "~17.5.2",
"@angular-eslint/schematics": "~17.5.2",
"@angular-eslint/template-parser": "~17.5.2",
"@angular/cli": "^17.3.16",
"@angular/compiler": "~17.3.12",
"@angular/compiler-cli": "^17.3.12",
"@angular/language-service": "~17.3.12",
"@angular/localize": "^17.3.12",
"@compodoc/compodoc": "^1.1.18",
"@ionic/angular-toolkit": "^9.0.0",
"@types/jasmine": "~4.3.0",
"@types/jasminewd2": "~2.0.10",
"@types/lodash": "^4.14.178",
"@types/new-relic-browser": "^0.1212.1",
"@types/node": "^16.11.35",
"@types/pusher-js": "^4.2.2",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"cucumber": "^6.0.5",
"eslint": "^8.57.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsdoc": "39.3.6",
"eslint-plugin-prefer-arrow": "1.2.2",
"eslint-plugin-rxjs": "^5.0.3",
"jasmine-core": "~4.6.0",
"jasmine-marbles": "~0.9.2",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-htmlfile-reporter": "~0.3",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"karma-junit-reporter": "~2.0.1",
"karma-ng-html2js-preprocessor": "^1.0.0",
"karma-sonarqube-unit-reporter": "0.0.23",
"ng-packagr": "^17.3.0",
"serverless": "^3.38.0",
"serverless-certificate-creator": "^1.6.0",
"ts-node": "~10.9.0",
"typescript": "~5.4.5"
},
"packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
}