2021-04-15 14:13:46 +00:00
|
|
|
{
|
|
|
|
"name": "@fuse/demo",
|
2022-01-01 19:47:49 +00:00
|
|
|
"version": "14.1.1",
|
2021-06-21 15:56:15 +00:00
|
|
|
"description": "Fuse - Angular Admin Template and Starter Project",
|
|
|
|
"author": "https://themeforest.net/user/srcn",
|
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-08-12 08:32:04 +00:00
|
|
|
"watch": "ng build --watch --configuration development",
|
2021-04-15 14:13:46 +00:00
|
|
|
"test": "ng test",
|
2021-07-02 19:50:10 +00:00
|
|
|
"lint": "ng lint"
|
2021-04-15 14:13:46 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-12-22 11:19:21 +00:00
|
|
|
"@angular/animations": "13.1.1",
|
|
|
|
"@angular/cdk": "13.1.1",
|
|
|
|
"@angular/common": "13.1.1",
|
|
|
|
"@angular/compiler": "13.1.1",
|
|
|
|
"@angular/core": "13.1.1",
|
|
|
|
"@angular/forms": "13.1.1",
|
|
|
|
"@angular/material": "13.1.1",
|
|
|
|
"@angular/material-moment-adapter": "13.1.1",
|
|
|
|
"@angular/platform-browser": "13.1.1",
|
|
|
|
"@angular/platform-browser-dynamic": "13.1.1",
|
|
|
|
"@angular/router": "13.1.1",
|
|
|
|
"@ngneat/transloco": "3.1.1",
|
2022-01-01 19:47:49 +00:00
|
|
|
"apexcharts": "3.32.1",
|
2021-04-15 14:13:46 +00:00
|
|
|
"crypto-js": "3.3.0",
|
2021-11-04 09:37:42 +00:00
|
|
|
"highlight.js": "11.3.1",
|
2021-04-15 14:13:46 +00:00
|
|
|
"lodash-es": "4.17.21",
|
|
|
|
"moment": "2.29.1",
|
2021-12-22 11:19:21 +00:00
|
|
|
"ng-apexcharts": "1.6.0",
|
2021-11-09 10:25:11 +00:00
|
|
|
"ngx-markdown": "13.0.0",
|
2021-12-22 11:19:21 +00:00
|
|
|
"ngx-quill": "16.1.1",
|
2021-11-04 09:37:42 +00:00
|
|
|
"perfect-scrollbar": "1.5.3",
|
2021-04-15 14:13:46 +00:00
|
|
|
"quill": "1.3.7",
|
2022-01-01 19:47:49 +00:00
|
|
|
"rxjs": "7.5.1",
|
2021-08-12 08:32:04 +00:00
|
|
|
"tslib": "2.3.1",
|
2021-04-15 14:13:46 +00:00
|
|
|
"zone.js": "0.11.4"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-12-22 11:19:21 +00:00
|
|
|
"@angular-devkit/build-angular": "13.1.2",
|
|
|
|
"@angular-eslint/builder": "13.0.1",
|
|
|
|
"@angular-eslint/eslint-plugin": "13.0.1",
|
|
|
|
"@angular-eslint/eslint-plugin-template": "13.0.1",
|
|
|
|
"@angular-eslint/schematics": "13.0.1",
|
|
|
|
"@angular-eslint/template-parser": "13.0.1",
|
|
|
|
"@angular/cli": "13.1.2",
|
|
|
|
"@angular/compiler-cli": "13.1.1",
|
|
|
|
"@tailwindcss/aspect-ratio": "0.4.0",
|
|
|
|
"@tailwindcss/line-clamp": "0.3.0",
|
|
|
|
"@tailwindcss/typography": "0.5.0",
|
2021-04-15 14:13:46 +00:00
|
|
|
"@types/chroma-js": "2.1.3",
|
|
|
|
"@types/crypto-js": "3.1.47",
|
|
|
|
"@types/highlight.js": "10.1.0",
|
2021-11-04 09:37:42 +00:00
|
|
|
"@types/jasmine": "3.10.2",
|
2021-12-22 11:19:21 +00:00
|
|
|
"@types/lodash": "4.14.178",
|
2021-11-04 09:37:42 +00:00
|
|
|
"@types/lodash-es": "4.17.5",
|
2021-12-22 11:19:21 +00:00
|
|
|
"@types/node": "12.20.38",
|
2022-01-01 19:47:49 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "5.8.1",
|
|
|
|
"@typescript-eslint/parser": "5.8.1",
|
|
|
|
"autoprefixer": "10.4.1",
|
2021-05-21 08:40:50 +00:00
|
|
|
"chroma-js": "2.1.2",
|
2022-01-01 19:47:49 +00:00
|
|
|
"eslint": "8.6.0",
|
2021-11-11 07:55:59 +00:00
|
|
|
"eslint-plugin-import": "2.25.3",
|
2022-01-01 19:47:49 +00:00
|
|
|
"eslint-plugin-jsdoc": "37.5.0",
|
2021-05-14 14:17:06 +00:00
|
|
|
"eslint-plugin-prefer-arrow": "1.2.3",
|
2021-11-04 09:37:42 +00:00
|
|
|
"jasmine-core": "3.10.1",
|
2021-12-22 11:19:21 +00:00
|
|
|
"karma": "6.3.9",
|
2021-04-15 14:13:46 +00:00
|
|
|
"karma-chrome-launcher": "3.1.0",
|
2021-12-22 11:19:21 +00:00
|
|
|
"karma-coverage": "2.1.0",
|
2021-04-15 14:13:46 +00:00
|
|
|
"karma-jasmine": "4.0.1",
|
2021-07-16 09:00:46 +00:00
|
|
|
"karma-jasmine-html-reporter": "1.7.0",
|
2021-04-15 14:13:46 +00:00
|
|
|
"lodash": "4.17.21",
|
2021-12-22 11:19:21 +00:00
|
|
|
"postcss": "8.4.5",
|
2022-01-01 19:47:49 +00:00
|
|
|
"tailwindcss": "3.0.8",
|
2021-12-22 11:19:21 +00:00
|
|
|
"typescript": "4.5.4"
|
2021-04-15 14:13:46 +00:00
|
|
|
}
|
|
|
|
}
|