forked from canvas-gamification/canvas-gamification-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
104 lines (104 loc) · 3.97 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
{
"name": "canvas-gamification-ui",
"version": "0.0.0",
"engines": {
"node": ">= 16.10.0",
"npm": ">= 7.12.0"
},
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"generate-output": "ng build --prod --output-path ../canvas-gamification/static/angular",
"test": "ng test --no-watch --code-coverage --browsers=ChromeHeadless",
"lint": "ng lint",
"e2e": "ng e2e",
"build:ci": "ng build --prod --sourceMap=false --base-href /canvas-gamification-ui/",
"test:ci": "ng test -- --no-watch --no-progress --code-coverage --browsers=ChromeHeadlessCI",
"e2e:ci:init": "webdriver-manager update --versions.chrome=93.0.4577.82",
"e2e:ci": "ng e2e -- --protractor-config=e2e/protractor-ci.conf.js --webdriver-update false",
"copy": "cat dist/canvas-gamification-ui/index.html > dist/canvas-gamification-ui/404.html"
},
"private": true,
"dependencies": {
"@angular/animations": "~13.2.2",
"@angular/cdk": "~13.2.3",
"@angular/common": "~13.2.2",
"@angular/compiler": "~13.2.2",
"@angular/core": "~13.2.2",
"@angular/forms": "~13.2.2",
"@angular/localize": "~13.2.2",
"@angular/platform-browser": "~13.2.2",
"@angular/platform-browser-dynamic": "~13.2.2",
"@angular/router": "~13.2.2",
"@codemirror/basic-setup": "^0.19.1",
"@codemirror/commands": "^0.19.8",
"@codemirror/lang-java": "^0.19.1",
"@codemirror/language": "^0.19.7",
"@codemirror/theme-one-dark": "^0.19.1",
"@codemirror/view": "^0.19.42",
"@ng-web-apis/mutation-observer": "^1.1.0",
"@sentry/angular": "^6.19.1",
"@sentry/tracing": "^6.19.1",
"@taiga-ui/addon-charts": "^2.41.1",
"@taiga-ui/addon-editor": "^2.41.1",
"@taiga-ui/addon-mobile": "^2.41.1",
"@taiga-ui/addon-table": "^2.41.1",
"@taiga-ui/cdk": "^2.41.1",
"@taiga-ui/core": "^2.41.1",
"@taiga-ui/icons": "^2.41.1",
"@taiga-ui/kit": "^2.41.1",
"@tinkoff/ng-dompurify": "^3.0.0",
"backbone": "^1.4.0",
"dayjs": "^1.11.7",
"html-to-text": "^9.0.3",
"jointjs": "^3.2.0",
"jquery": "^3.6.3",
"katex": "^0.15.2",
"lodash": "^4.17.21",
"ng-recaptcha": "^9.0.0",
"ng2-dragula": "^2.1.1",
"ngx-highlightjs": "^4.1.3",
"rxjs": "~6.5.4",
"tslib": "^2.0.0",
"url-parse": "^1.5.1",
"zone.js": "^0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^13.2.3",
"@angular-eslint/builder": "13.1.0",
"@angular-eslint/eslint-plugin": "13.1.0",
"@angular-eslint/eslint-plugin-template": "13.1.0",
"@angular-eslint/schematics": "13.1.0",
"@angular-eslint/template-parser": "13.1.0",
"@angular/cli": "~13.2.3",
"@angular/compiler-cli": "~13.2.2",
"@angular/language-service": "~13.2.2",
"@types/backbone": "^1.4.0",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/lodash": "^4.14.165",
"@types/node": "^12.11.1",
"@typescript-eslint/eslint-plugin": "5.12.0",
"@typescript-eslint/parser": "5.12.0",
"autoprefixer": "^10.4.13",
"codelyzer": "^6.0.0",
"eslint": "^8.30.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jsdoc": "37.9.1",
"eslint-plugin-prefer-arrow": "1.2.3",
"jasmine-core": "~3.8.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "^6.3.16",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "^2.0.3",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"postcss": "^8.4.19",
"protractor": "~7.0.0",
"tailwindcss": "^3.2.4",
"ts-node": "~8.3.0",
"typescript": "~4.5.5"
}
}