fuse-angular/package.json

69 lines
2.3 KiB
JSON
Raw Normal View History

2021-04-15 14:13:46 +00:00
{
"name": "fuse-angular",
"version": "16.0.0",
"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",
"test": "ng test"
2021-04-15 14:13:46 +00:00
},
"dependencies": {
"@angular/animations": "15.0.0-rc.3",
"@angular/cdk": "15.0.0-rc.2",
"@angular/common": "15.0.0-rc.3",
"@angular/compiler": "15.0.0-rc.3",
"@angular/core": "15.0.0-rc.3",
"@angular/forms": "15.0.0-rc.3",
"@angular/material": "15.0.0-rc.2",
"@angular/material-luxon-adapter": "15.0.0-rc.2",
"@angular/platform-browser": "15.0.0-rc.3",
"@angular/platform-browser-dynamic": "15.0.0-rc.3",
"@angular/router": "15.0.0-rc.3",
"@ngneat/transloco": "4.1.1",
"apexcharts": "3.36.3",
2021-04-15 14:13:46 +00:00
"crypto-js": "3.3.0",
"highlight.js": "11.6.0",
2021-04-15 14:13:46 +00:00
"lodash-es": "4.17.21",
"luxon": "3.1.0",
"ng-apexcharts": "1.7.4",
"ngx-markdown": "14.0.1",
"ngx-quill": "19.0.1",
2022-05-12 18:36:32 +00:00
"perfect-scrollbar": "1.5.5",
2021-04-15 14:13:46 +00:00
"quill": "1.3.7",
"rxjs": "7.5.7",
"tslib": "2.4.1",
"zone.js": "0.12.0"
2021-04-15 14:13:46 +00:00
},
"devDependencies": {
"@angular-devkit/build-angular": "15.0.0-rc.3",
"@angular/cli": "15.0.0-rc.3",
"@angular/compiler-cli": "15.0.0-rc.3",
"@tailwindcss/line-clamp": "0.4.2",
"@tailwindcss/typography": "0.5.8",
"@types/chroma-js": "2.1.4",
2021-04-15 14:13:46 +00:00
"@types/crypto-js": "3.1.47",
"@types/highlight.js": "10.1.0",
"@types/jasmine": "4.3.0",
"@types/lodash": "4.14.188",
"@types/lodash-es": "4.17.6",
"@types/luxon": "3.1.0",
"autoprefixer": "10.4.13",
"chroma-js": "2.4.2",
"jasmine-core": "4.5.0",
"karma": "6.4.1",
2022-05-12 18:36:32 +00:00
"karma-chrome-launcher": "3.1.1",
"karma-coverage": "2.2.0",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.0.0",
2021-04-15 14:13:46 +00:00
"lodash": "4.17.21",
"postcss": "8.4.18",
"tailwindcss": "3.2.3",
"typescript": "4.8.4"
2021-04-15 14:13:46 +00:00
}
}