fuse-angular/package.json

82 lines
2.8 KiB
JSON
Raw Normal View History

2021-04-15 14:13:46 +00:00
{
"name": "@fuse/demo",
2022-01-01 19:47:49 +00:00
"version": "14.1.1",
"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",
"build": "ng build",
"watch": "ng build --watch --configuration development",
2021-04-15 14:13:46 +00:00
"test": "ng test",
"lint": "ng lint"
2021-04-15 14:13:46 +00:00
},
"dependencies": {
"@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",
"highlight.js": "11.3.1",
2021-04-15 14:13:46 +00:00
"lodash-es": "4.17.21",
"moment": "2.29.1",
"ng-apexcharts": "1.6.0",
2021-11-09 10:25:11 +00:00
"ngx-markdown": "13.0.0",
"ngx-quill": "16.1.1",
"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",
"tslib": "2.3.1",
2021-04-15 14:13:46 +00:00
"zone.js": "0.11.4"
},
"devDependencies": {
"@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",
"@types/jasmine": "3.10.2",
"@types/lodash": "4.14.178",
"@types/lodash-es": "4.17.5",
"@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",
"chroma-js": "2.1.2",
2022-01-01 19:47:49 +00:00
"eslint": "8.6.0",
"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",
"jasmine-core": "3.10.1",
"karma": "6.3.9",
2021-04-15 14:13:46 +00:00
"karma-chrome-launcher": "3.1.0",
"karma-coverage": "2.1.0",
2021-04-15 14:13:46 +00:00
"karma-jasmine": "4.0.1",
"karma-jasmine-html-reporter": "1.7.0",
2021-04-15 14:13:46 +00:00
"lodash": "4.17.21",
"postcss": "8.4.5",
2022-01-01 19:47:49 +00:00
"tailwindcss": "3.0.8",
"typescript": "4.5.4"
2021-04-15 14:13:46 +00:00
}
}