elementos importantes
Showing
.editorconfig
0 → 100644
.eslintignore
0 → 100644
.eslintrc.json
0 → 100644
.gitignore
0 → 100644
.prettierignore
0 → 100644
.prettierrc
0 → 100644
angular.json
0 → 100644
e2e/protractor.conf.js
0 → 100644
e2e/src/app.e2e-spec.ts
0 → 100644
e2e/src/app.po.ts
0 → 100644
e2e/tsconfig.json
0 → 100644
karma.conf.js
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
0 → 100644
{ | |||
"name": "vex", | |||
"version": "1.0.0", | |||
"scripts": { | |||
"ng": "ng", | |||
"start": "ng serve", | |||
"build": "NODE_ENV=production node --max_old_space_size=6144 ./node_modules/@angular/cli/bin/ng build --configuration production", | |||
"test": "ng test", | |||
"lint": "ng lint", | |||
"e2e": "ng e2e", | |||
"format": "prettier --write \"./src/**/*.{ts,json,html}\"", | |||
"lint-format": "npm run format && ng lint --fix" | |||
}, | |||
"private": true, | |||
"dependencies": { | |||
"@angular/animations": "^14.0.0", | |||
"@angular/cdk": "^14.0.0", | |||
"@angular/common": "^14.0.0", | |||
"@angular/compiler": "^14.0.0", | |||
"@angular/core": "^14.0.0", | |||
"@angular/flex-layout": "^14.0.0-beta.41", | |||
"@angular/forms": "^14.0.0", | |||
"@angular/material": "^14.0.0", | |||
"@angular/material-moment-adapter": "^14.2.6", | |||
"@angular/platform-browser": "^14.0.0", | |||
"@angular/platform-browser-dynamic": "^14.0.0", | |||
"@angular/router": "^14.0.0", | |||
"@ckeditor/ckeditor5-angular": "^7.0.0", | |||
"@ckeditor/ckeditor5-autosave": "^39.0.1", | |||
"@ckeditor/ckeditor5-build-classic": "^39.0.1", | |||
"@ckeditor/ckeditor5-build-decoupled-document": "^39.0.1", | |||
"@ckeditor/ckeditor5-find-and-replace": "^39.0.1", | |||
"@ckeditor/ckeditor5-highlight": "^39.0.1", | |||
"@ckeditor/ckeditor5-horizontal-line": "^39.0.1", | |||
"@ckeditor/ckeditor5-html-embed": "^39.0.1", | |||
"@ckeditor/ckeditor5-html-support": "^39.0.1", | |||
"@ckeditor/ckeditor5-markdown-gfm": "^39.0.1", | |||
"@ckeditor/ckeditor5-restricted-editing": "^39.0.1", | |||
"@ckeditor/ckeditor5-special-characters": "^39.0.1", | |||
"@ckeditor/ckeditor5-style": "^39.0.1", | |||
"@fortawesome/angular-fontawesome": "^0.13.0", | |||
"@fullcalendar/angular": "^6.1.8", | |||
"@fullcalendar/core": "^6.1.8", | |||
"@fullcalendar/daygrid": "^6.1.8", | |||
"@fullcalendar/interaction": "^6.1.8", | |||
"@fullcalendar/timegrid": "^6.1.8", | |||
"@kolkov/angular-editor": "^3.0.0-beta.0", | |||
"@mat-datetimepicker/core": "^12.0.0", | |||
"@material-design-icons/svg": "^0.11.1", | |||
"@ngneat/hot-toast": "^4.1.0", | |||
"@ngneat/overview": "^3.0.0", | |||
"@ngneat/until-destroy": "~9.2.0", | |||
"@ngrx/component": "^14.0.0", | |||
"@ngx-loading-bar/core": "^6.0.2", | |||
"@ngx-loading-bar/router": "^6.0.2", | |||
"angular-calendar": "~0.29.0", | |||
"angular-oauth2-oidc": "^13.0.1", | |||
"apexcharts": "~3.35.3", | |||
"axios": "^1.4.0", | |||
"cors": "^2.8.5", | |||
"date-fns": "~2.28.0", | |||
"eslint-config-prettier": "^8.5.0", | |||
"eslint-plugin-prettier": "^4.2.1", | |||
"file-saver": "^2.0.5", | |||
"font-awesome": "^4.7.0", | |||
"highlight.js": "~11.5.1", | |||
"html2canvas": "^1.4.1", | |||
"jspdf": "^1.5.3", | |||
"jspdf-html2canvas": "^1.4.9", | |||
"luxon": "~2.3.0", | |||
"mat-select-filter": "^2.4.1", | |||
"material-icons": "^1.13.6", | |||
"moment": "^2.29.4", | |||
"ngx-quicklink": "~0.2.7", | |||
"ngx-quill": "~17.0.0", | |||
"ngx-showdown": "^6.0.0", | |||
"prettier-eslint": "^15.0.1", | |||
"quill": "~1.3.7", | |||
"rxjs": "^7.4.0", | |||
"save-dev": "^0.0.1-security", | |||
"showdown": "^1.9.1", | |||
"simplebar": "~5.3.8", | |||
"tailwindcss": "^3.0.24", | |||
"tslib": "^2.3.0", | |||
"zone.js": "~0.11.4" | |||
}, | |||
"devDependencies": { | |||
"@angular-devkit/build-angular": "^14.0.0", | |||
"@angular-eslint/builder": "14.1.2", | |||
"@angular-eslint/eslint-plugin": "14.1.2", | |||
"@angular-eslint/eslint-plugin-template": "14.1.2", | |||
"@angular-eslint/schematics": "14.1.2", | |||
"@angular-eslint/template-parser": "14.1.2", | |||
"@angular/cli": "^14.0.0", | |||
"@angular/compiler-cli": "^14.0.0", | |||
"@angular/language-service": "^14.0.0", | |||
"@faker-js/faker": "^7.1.0", | |||
"@types/html2canvas": "^1.0.0", | |||
"@types/jasmine": "^3.6.11", | |||
"@types/jasminewd2": "^2.0.9", | |||
"@types/jspdf": "^2.0.0", | |||
"@types/luxon": "^2.3.2", | |||
"@types/node": "^14.14.45", | |||
"@types/showdown": "~1.9.4", | |||
"@typescript-eslint/eslint-plugin": "5.37.0", | |||
"@typescript-eslint/parser": "5.37.0", | |||
"autoprefixer": "^10.4.0", | |||
"eslint": "^8.23.1", | |||
"husky": "^8.0.0", | |||
"jasmine-core": "~3.10.0", | |||
"jasmine-spec-reporter": "~5.0.0", | |||
"karma": "~6.3.4", | |||
"karma-chrome-launcher": "~3.1.0", | |||
"karma-coverage-istanbul-reporter": "^3.0.3", | |||
"karma-jasmine": "~4.0.0", | |||
"karma-jasmine-html-reporter": "~1.7.0", | |||
"postcss": "~8.4.14", | |||
"postcss-scss": "~4.0.4", | |||
"prettier": "^2.7.1", | |||
"pretty-quick": "^3.1.3", | |||
"protractor": "~7.0.0", | |||
"ts-node": "~8.3.0", | |||
"typescript": "~4.7.3" | |||
} | |||
} |
tailwind.config.js
0 → 100644
tsconfig.app.json
0 → 100644
tsconfig.json
0 → 100644
tsconfig.spec.json
0 → 100644
Please
register
or
sign in
to comment