You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

86 lines
2.9 KiB

{
"name": "wg_dashboard_frontend",
"version": "1.0.0",
"description": "WG Dashboard",
"keywords": [
"dashboard"
],
"license": "MIT",
"scripts": {
"ng": "ng",
"md-doc": "npm install widdershins && wget http://127.0.0.1:8000/openapi.json -O /tmp/wg-openapi.json && widdershins /tmp/wg-openapi.json --environment widdershins.json --resolve=true --omitHeader=true --language_tabs 'python:Python' -o ../docs/api.md",
"start": "ng serve --host 0.0.0.0 --disable-host-check",
"build": "ng build",
"buildwatch": "ng build --watch --aot --outputPath=../wg_dashboard_backend/build/ --host 0.0.0.0 --disable-host-check",
"tlint": "ng lint",
"tlint:fix": "ng lint --fix",
"slint": "stylelint --syntax scss ./**/*.scss",
"slint:fix": "stylelint --syntax scss --fix ./**/*.scss",
"lint": "ng lint && stylelint --syntax scss ./**/*.scss"
},
"pre-commit": "lint",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/CreativeIT/material-angular-dashboard"
},
"bugs": {
"url": "https://github.com/CreativeIT/material-angular-dashboard/issues"
},
"homepage": "https://github.com/CreativeIT/material-angular-dashboard",
"dependencies": {
"@angular/animations": "9.1.0",
"@angular/cdk": "^9.2.0",
"@angular/common": "9.1.0",
"@angular/compiler": "9.1.0",
"@angular/core": "9.1.0",
"@angular/flex-layout": "^9.0.0-beta.29",
"@angular/forms": "9.1.0",
"@angular/localize": "9.1.0",
"@angular/material": "^9.2.0",
"@angular/platform-browser": "9.1.0",
"@angular/platform-browser-dynamic": "9.1.0",
"@angular/router": "9.1.0",
"@jedmao/ini-parser": "^0.2.4",
"angular-material-dynamic-themes": "^1.0.4",
"angular-notifier": "^6.0.1",
"angularx-qrcode": "^2.1.0",
"classlist.js": "1.1.20150312",
"core-js": "3.6.4",
"file-saver": "^2.0.2",
"hammerjs": "^2.0.8",
"install": "^0.13.0",
"ip-cidr": "^2.0.10",
"js-file-download": "^0.4.11",
"jszip": "^3.3.0",
"material-icons": "^0.3.1",
"ngx-cookie-service": "^3.0.4",
"npm": "^6.14.4",
"remove": "^0.1.5",
"rxjs": "6.5.5",
"tslib": "^1.10.0",
"web-animations-js": "^2.3.2",
"widdershins": "^4.0.1",
"zone.js": "^0.10.3"
},
"devDependencies": {
"@angular-devkit/schematics": "^9.1.1",
"@angular-devkit/build-angular": "~0.901.0",
"@angular/cli": "9.1.0",
"@angular/compiler-cli": "9.1.0",
"@angular/language-service": "9.1.0",
"@types/node": "^13.11.0",
"codelyzer": "^5.1.2",
"node-sass": "4.13.1",
"pre-commit": "1.2.2",
"stylelint": "13.3.0",
"stylelint-config-recommended-scss": "4.2.0",
"stylelint-config-standard": "20.0.0",
"stylelint-scss": "3.16.0",
"ts-node": "8.8.2",
"tslint": "6.1.1",
"tslint-angular": "3.0.2",
"tslint-config-airbnb": "5.11.2",
"typescript": "3.8.3"
}
}