Something went wrong on our end
-
Florian Azizian authoredFlorian Azizian authored
This project manages its dependencies using npm.
Learn more
package.json 2.11 KiB
{
"name": "MaarchCourrier",
"description": "MaarchCourrier",
"scripts": {
"dep-list": "npm list --depth=0",
"check-update": "ncu",
"upgrade": "ncu -u",
"build": "ng build",
"build-watch": "ng build --watch",
"build-prod": "ng build --prod && npm run build-css",
"build-css": "node-sass --include-path scss src/frontend/css/maarch-material.scss src/frontend/css/maarch-material.css --output-style compressed"
},
"keywords": [],
"author": "Maarch",
"license": "GPL-3.0",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.11.2",
"bootstrap": "^3.4.1",
"chart.js": "1.1.1",
"chosen-js": "^1.8.7",
"core-js": "^2.6.9",
"jquery": "^3.4.1",
"jquery-typeahead": "^2.10.7",
"jquery.nicescroll": "~3.6.8",
"jstree-bootstrap-theme": "^1.0.1",
"ng2-pdf-viewer": "^5.3.4",
"ngx-cookie-service": "^2.1.0",
"ngx-pipes": "^2.6.0",
"pdfjs-dist": "2.2.228",
"photoswipe": "^4.1.3",
"tinymce": "^4.9.4",
"tooltipster": "^4.2.7",
"uglify-es": "3.2.2",
"uglifyjs-webpack-plugin": "2.1.1",
"zone.js": "^0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.803.14",
"@angular/animations": "^8.2.12",
"@angular/cdk": "^8.2.0",
"@angular/cli": "^8.3.14",
"@angular/common": "^8.2.12",
"@angular/compiler": "^8.2.12",
"@angular/compiler-cli": "^8.2.12",
"@angular/core": "^8.2.12",
"@angular/forms": "^8.2.12",
"@angular/http": "^7.2.15",
"@angular/material": "^8.2.0",
"@angular/platform-browser": "^8.2.12",
"@angular/platform-browser-dynamic": "^8.2.12",
"@angular/platform-server": "^8.2.12",
"@angular/router": "^8.2.12",
"@types/datatables.net": "^1.10.18",
"@types/jquery": "^2.0.53",
"@types/node": "^7.10.6",
"ajv": "^6.10.2",
"hammerjs": "^2.0.8",
"html-minifier": "^3.5.21",
"ng2-dnd": "^5.0.2",
"node-sass": "^4.13.0",
"nodemon": "^1.19.1",
"npm-check-updates": "^3.1.25",
"rxjs": "^6.5.2",
"tslib": "^1.10.0",
"typescript": "3.5.3",
"url-loader": "^1.1.2",
"webpack": "^4.39.2"
},
"repository": {}
}