2021-04-15 14:13:46 +00:00
|
|
|
{
|
|
|
|
"name": "@fuse/demo",
|
2021-05-14 14:44:18 +00:00
|
|
|
"version": "13.0.0",
|
2021-04-15 14:13:46 +00:00
|
|
|
"license": "https://themeforest.net/licenses/standard",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"ng": "ng",
|
|
|
|
"start": "ng serve",
|
2021-05-14 11:15:54 +00:00
|
|
|
"build": "ng build",
|
2021-04-15 14:13:46 +00:00
|
|
|
"test": "ng test",
|
|
|
|
"lint": "ng lint",
|
|
|
|
"e2e": "ng e2e"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-05-14 09:12:24 +00:00
|
|
|
"@angular/animations": "12.0.0",
|
2021-05-14 11:15:14 +00:00
|
|
|
"@angular/cdk": "12.0.0",
|
2021-05-14 09:12:24 +00:00
|
|
|
"@angular/common": "12.0.0",
|
|
|
|
"@angular/compiler": "12.0.0",
|
|
|
|
"@angular/core": "12.0.0",
|
|
|
|
"@angular/forms": "12.0.0",
|
2021-05-14 11:15:14 +00:00
|
|
|
"@angular/material": "12.0.0",
|
|
|
|
"@angular/material-moment-adapter": "12.0.0",
|
2021-05-14 09:12:24 +00:00
|
|
|
"@angular/platform-browser": "12.0.0",
|
|
|
|
"@angular/platform-browser-dynamic": "12.0.0",
|
|
|
|
"@angular/router": "12.0.0",
|
2021-04-15 14:13:46 +00:00
|
|
|
"@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",
|
2021-05-14 14:26:28 +00:00
|
|
|
"apexcharts": "3.26.2",
|
2021-04-15 14:13:46 +00:00
|
|
|
"crypto-js": "3.3.0",
|
|
|
|
"highlight.js": "10.7.2",
|
|
|
|
"lodash-es": "4.17.21",
|
|
|
|
"moment": "2.29.1",
|
|
|
|
"ng-apexcharts": "1.5.9",
|
2021-04-26 06:55:41 +00:00
|
|
|
"ngx-markdown": "11.1.3",
|
2021-05-14 14:26:28 +00:00
|
|
|
"ngx-quill": "14.0.0",
|
|
|
|
"perfect-scrollbar": "1.5.1",
|
2021-04-15 14:13:46 +00:00
|
|
|
"quill": "1.3.7",
|
|
|
|
"rrule": "2.6.8",
|
|
|
|
"rxjs": "6.6.7",
|
2021-04-26 06:55:41 +00:00
|
|
|
"tslib": "2.2.0",
|
2021-04-15 14:13:46 +00:00
|
|
|
"web-animations-js": "2.3.2",
|
|
|
|
"zone.js": "0.11.4"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-05-14 09:12:24 +00:00
|
|
|
"@angular-devkit/build-angular": "12.0.0",
|
2021-05-14 14:17:06 +00:00
|
|
|
"@angular-eslint/builder": "12.0.0",
|
|
|
|
"@angular-eslint/eslint-plugin": "12.0.0",
|
|
|
|
"@angular-eslint/eslint-plugin-template": "12.0.0",
|
|
|
|
"@angular-eslint/schematics": "12.0.0",
|
|
|
|
"@angular-eslint/template-parser": "12.0.0",
|
2021-05-14 09:12:24 +00:00
|
|
|
"@angular/cli": "12.0.0",
|
|
|
|
"@angular/compiler-cli": "12.0.0",
|
|
|
|
"@angular/language-service": "12.0.0",
|
2021-04-15 14:13:46 +00:00
|
|
|
"@tailwindcss/aspect-ratio": "0.2.0",
|
|
|
|
"@tailwindcss/line-clamp": "0.2.0",
|
|
|
|
"@tailwindcss/typography": "0.4.0",
|
|
|
|
"@types/chroma-js": "2.1.3",
|
|
|
|
"@types/crypto-js": "3.1.47",
|
|
|
|
"@types/highlight.js": "10.1.0",
|
2021-05-14 09:12:24 +00:00
|
|
|
"@types/jasmine": "3.6.11",
|
2021-05-14 14:26:28 +00:00
|
|
|
"@types/lodash": "4.14.169",
|
2021-04-15 14:13:46 +00:00
|
|
|
"@types/lodash-es": "4.17.4",
|
2021-05-14 09:12:24 +00:00
|
|
|
"@types/node": "12.20.13",
|
2021-05-14 14:17:06 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "4.23.0",
|
|
|
|
"@typescript-eslint/parser": "4.23.0",
|
2021-04-15 14:13:46 +00:00
|
|
|
"autoprefixer": "10.2.5",
|
|
|
|
"chroma-js": "2.1.1",
|
2021-05-14 14:17:06 +00:00
|
|
|
"eslint": "7.26.0",
|
|
|
|
"eslint-plugin-import": "2.23.0",
|
|
|
|
"eslint-plugin-jsdoc": "34.2.2",
|
|
|
|
"eslint-plugin-prefer-arrow": "1.2.3",
|
2021-05-14 09:12:24 +00:00
|
|
|
"jasmine-core": "3.7.1",
|
2021-04-15 14:13:46 +00:00
|
|
|
"jasmine-spec-reporter": "5.0.2",
|
2021-05-14 09:12:24 +00:00
|
|
|
"karma": "6.3.2",
|
2021-04-15 14:13:46 +00:00
|
|
|
"karma-chrome-launcher": "3.1.0",
|
|
|
|
"karma-coverage": "2.0.3",
|
|
|
|
"karma-jasmine": "4.0.1",
|
2021-05-14 09:12:24 +00:00
|
|
|
"karma-jasmine-html-reporter": "1.6.0",
|
2021-04-15 14:13:46 +00:00
|
|
|
"lodash": "4.17.21",
|
2021-05-14 14:26:28 +00:00
|
|
|
"postcss": "8.2.15",
|
2021-04-15 14:13:46 +00:00
|
|
|
"protractor": "7.0.0",
|
2021-04-26 06:55:41 +00:00
|
|
|
"tailwindcss": "2.1.2",
|
2021-05-14 09:12:24 +00:00
|
|
|
"typescript": "4.2.4"
|
2021-04-15 14:13:46 +00:00
|
|
|
}
|
|
|
|
}
|