-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
106 lines (106 loc) · 3.71 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
{
"name": "aiplatform",
"version": "1.0.2",
"license": "https://themeforest.net/licenses/standard",
"scripts": {
"ng": "ng",
"start": "ng serve --port 4100 --open",
"start:mem": "node --max_old_space_size=6144 ./node_modules/@angular/cli/bin/ng serve --open",
"build": "ng build",
"build:prod": "ng build --configuration production",
"build:prod:mem": "node --max_old_space_size=6144 ./node_modules/@angular/cli/bin/ng build --configuration production",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"tw": "npm run tw:build && npm run tw:export",
"tw:build": "./node_modules/.bin/tailwind build src/tailwind/main.css -c src/tailwind/config.js -o src/styles/tailwind.scss",
"tw:export": "npm run tw:export:js && npm run tw:export:scss",
"tw:export:js": "node src/@treo/tailwind/export.js -c src/tailwind/config.js -o src/@treo/tailwind/exported/variables.ts",
"tw:export:scss": "./node_modules/.bin/tailwind build src/@treo/tailwind/export.css -c src/tailwind/config.js -o src/@treo/tailwind/exported/_variables.scss",
"deploy": "npm run build && cd cloud && cdk deploy --profile cgi"
},
"private": true,
"browser": {
"http": false,
"https": false
},
"dependencies": {
"@angular/animations": "13.0.2",
"@angular/cdk": "^13.0.2",
"@angular/common": "13.0.2",
"@angular/compiler": "13.0.2",
"@angular/core": "13.0.2",
"@angular/forms": "13.0.2",
"@angular/material": "13.0.2",
"@angular/material-moment-adapter": "13.0.2",
"@angular/platform-browser": "13.0.2",
"@angular/platform-browser-dynamic": "13.0.2",
"@angular/router": "13.0.2",
"@fullcalendar/angular": "4.4.5-beta",
"@fullcalendar/core": "4.4.2",
"@fullcalendar/daygrid": "4.4.2",
"@fullcalendar/interaction": "4.4.2",
"@fullcalendar/list": "4.4.2",
"@fullcalendar/moment": "4.4.2",
"@fullcalendar/rrule": "4.4.2",
"@fullcalendar/timegrid": "4.4.2",
"@ngneat/edit-in-place": "^1.3.1",
"@ngrx/component-store": "^10.0.0",
"@ngrx/effects": "^10.0.0",
"@ngrx/store": "^10.0.0",
"@ngrx/store-devtools": "^10.0.0",
"@nlpjs/basic": "^4.14.4",
"@nlpjs/core": "^4.14.0",
"@nlpjs/lang-de": "^4.14.0",
"@octokit/endpoint": "^6.0.12",
"@schematics/angular": "^9.1.8",
"@stripe/stripe-js": "^1.22.0",
"@supabase/supabase-js": "^1.11.7",
"@types/node": "13.7",
"crypto-js": "^4.1.1",
"d3": "^6.2.0",
"highlight.js": "10.1.1",
"lodash-es": "4.17.15",
"moment": "2.27.0",
"ng-apexcharts": "1.3.0",
"ng2-pdf-viewer": "^6.3.2",
"ngx-color-picker": "^11.0.0",
"ngx-dropzone": "^2.3.0",
"ngx-image-cropper": "^5.0.1",
"ngx-json-viewer": "^3.0.2",
"ngx-stripe": "^13.0.0",
"perfect-scrollbar": "^1.5.3",
"rrule": "2.6.4",
"rxjs": "6.5.5",
"tslib": "^2.0.0",
"zone.js": "^0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^13.0.3",
"@angular/cli": "^13.0.3",
"@angular/compiler-cli": "13.0.2",
"@angular/language-service": "13.0.2",
"@octokit/types": "^6.34.0",
"@types/crypto-js": "3.1.47",
"@types/d3": "^6.2.0",
"@types/highlight.js": "9.12.4",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "2.0.8",
"@types/js-yaml": "^4.0.1",
"@types/lodash-es": "4.17.3",
"codelyzer": "^6.0.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "6.3.9",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"lodash": "^4.17.20",
"protractor": "7.0.0",
"tailwindcss": "^3.0.7",
"ts-node": "8.3.0",
"tslint": "6.1.2",
"typescript": "4.4.4"
}
}