mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2024-10-30 09:18:46 +00:00
e4ebe2fd7e
(Breaking Change) Removed Fuse DateRange component (alternative: https://github.com/fetrarij/ngx-daterangepicker-material)
82 lines
2.8 KiB
JSON
82 lines
2.8 KiB
JSON
{
|
|
"name": "@fuse/demo",
|
|
"version": "14.0.0",
|
|
"description": "Fuse - Angular Admin Template and Starter Project",
|
|
"author": "https://themeforest.net/user/srcn",
|
|
"license": "https://themeforest.net/licenses/standard",
|
|
"private": true,
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "ng serve",
|
|
"build": "ng build",
|
|
"watch": "ng build --watch --configuration development",
|
|
"test": "ng test",
|
|
"lint": "ng lint"
|
|
},
|
|
"dependencies": {
|
|
"@angular/animations": "13.0.0",
|
|
"@angular/cdk": "13.0.0",
|
|
"@angular/common": "13.0.0",
|
|
"@angular/compiler": "13.0.0",
|
|
"@angular/core": "13.0.0",
|
|
"@angular/forms": "13.0.0",
|
|
"@angular/material": "13.0.0",
|
|
"@angular/material-moment-adapter": "13.0.0",
|
|
"@angular/platform-browser": "13.0.0",
|
|
"@angular/platform-browser-dynamic": "13.0.0",
|
|
"@angular/router": "13.0.0",
|
|
"@ngneat/transloco": "3.0.7",
|
|
"apexcharts": "3.29.0",
|
|
"crypto-js": "3.3.0",
|
|
"highlight.js": "11.3.1",
|
|
"lodash-es": "4.17.21",
|
|
"moment": "2.29.1",
|
|
"ng-apexcharts": "1.5.12",
|
|
"ngx-markdown": "12.0.1",
|
|
"ngx-quill": "14.3.0",
|
|
"perfect-scrollbar": "1.5.3",
|
|
"quill": "1.3.7",
|
|
"rxjs": "6.6.7",
|
|
"tslib": "2.3.1",
|
|
"zone.js": "0.11.4"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "13.0.1",
|
|
"@angular-eslint/builder": "12.6.1",
|
|
"@angular-eslint/eslint-plugin": "12.6.1",
|
|
"@angular-eslint/eslint-plugin-template": "12.6.1",
|
|
"@angular-eslint/schematics": "12.6.1",
|
|
"@angular-eslint/template-parser": "12.6.1",
|
|
"@angular/cli": "13.0.1",
|
|
"@angular/compiler-cli": "13.0.0",
|
|
"@tailwindcss/aspect-ratio": "0.3.0",
|
|
"@tailwindcss/line-clamp": "0.2.2",
|
|
"@tailwindcss/typography": "0.4.1",
|
|
"@types/chroma-js": "2.1.3",
|
|
"@types/crypto-js": "3.1.47",
|
|
"@types/highlight.js": "10.1.0",
|
|
"@types/jasmine": "3.10.2",
|
|
"@types/lodash": "4.14.176",
|
|
"@types/lodash-es": "4.17.5",
|
|
"@types/node": "12.20.36",
|
|
"@typescript-eslint/eslint-plugin": "4.31.0",
|
|
"@typescript-eslint/parser": "4.31.0",
|
|
"autoprefixer": "10.3.4",
|
|
"chroma-js": "2.1.2",
|
|
"eslint": "7.32.0",
|
|
"eslint-plugin-import": "2.25.2",
|
|
"eslint-plugin-jsdoc": "36.1.1",
|
|
"eslint-plugin-prefer-arrow": "1.2.3",
|
|
"jasmine-core": "3.10.1",
|
|
"karma": "6.3.7",
|
|
"karma-chrome-launcher": "3.1.0",
|
|
"karma-coverage": "2.0.3",
|
|
"karma-jasmine": "4.0.1",
|
|
"karma-jasmine-html-reporter": "1.7.0",
|
|
"lodash": "4.17.21",
|
|
"postcss": "8.3.11",
|
|
"tailwindcss": "2.2.19",
|
|
"typescript": "4.4.4"
|
|
}
|
|
}
|