Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "MaarchCourrier",
"description": "MaarchCourrier",
"scripts": {
"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.3.1",
"bootstrap": "^3.3.7",
"chart.js": "1.1.1",
"chosen-js": "^1.8.7",
"core-js": "^2.5.7",
"jquery": "^3.3.1",
"jquery-typeahead": "^2.10.6",
"jquery.nicescroll": "~3.6.8",
"jstree-bootstrap-theme": "^1.0.1",
"photoswipe": "^4.1.2",
"tinymce": "^4.8.3",
"tooltipster": "^4.2.6",
"uglify-es": "3.2.2",
"uglifyjs-webpack-plugin": "1.1.5",
"zone.js": "^0.8.26"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.6.8",
"@angular/animations": "^6.1.9",
"@angular/cdk": "^6.4.7",
"@angular/cli": "^6.2.2",
"@angular/common": "^6.1.9",
"@angular/compiler": "^6.1.9",
"@angular/compiler-cli": "^6.1.9",
"@angular/core": "^6.1.9",
"@angular/forms": "^6.1.9",
"@angular/http": "^6.1.9",
"@angular/material": "^6.4.7",
"@angular/platform-browser": "^6.1.9",
"@angular/platform-browser-dynamic": "^6.1.9",
"@angular/platform-server": "^6.1.9",
"@angular/router": "^6.1.9",
"@types/datatables.net": "^1.10.13",
"@types/jquery": "^2.0.51",
"@types/node": "^7.0.71",
"hammerjs": "^2.0.8",
"ng2-dnd": "^5.0.2",
"node-sass": "^4.9.3",
"nodemon": "^1.18.4",
"rxjs": "^6.3.3",
"tslib": "^1.9.3",
"typescript": "^2.9.2"
},
"repository": {}
}