Skip to content

Commit

Permalink
Create package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
uriel-naor authored Mar 19, 2023
1 parent 976ddaa commit 98943fc
Showing 1 changed file with 70 additions and 0 deletions.
70 changes: 70 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
{
"name": "great-big-example-application",
"version": "0.0.1",
"description": "A collection of demos in one big example",
"private": true,
"license": "MIT",
"dependencies": {
"@angular/animations": "4.4.3",
"@angular/common": "4.4.3",
"@angular/compiler": "4.4.3",
"@angular/core": "4.4.3",
"@angular/forms": "4.4.3",
"@angular/http": "4.4.3",
"@angular/platform-browser": "4.4.3",
"@angular/platform-browser-dynamic": "4.4.3",
"@angular/router": "4.4.3",
"@angularclass/form-validators": "^1.0.12",
"@ng-bootstrap/ng-bootstrap": "1.0.0-beta.5",
"@ngrx/db": "2.0.2",
"@ngrx/effects": "4.0.5",
"@ngrx/router-store": "4.0.4",
"@ngrx/store": "4.0.3",
"@ngx-translate/core": "8.0.0",
"@ngx-translate/http-loader": "2.0.0",
"@swimlane/ngx-datatable": "9.3.1",
"amcharts3": "3.21.2",
"ammap3": "3.21.6",
"angular-in-memory-web-api": "0.4.6",
"angular-router-loader": "0.6.0",
"angular-sortablejs": "2.0.6",

"animate.css": "3.5.2",
"bootstrap": "4.0.0-beta",
"chart.js": "2.9.3",
"chartist": "0.11.0",
"easy-pie-chart": "2.1.7",
"firebase": "4.4.0",
"font-awesome": "4.7.0",
"fullcalendar": "3.5.1",
"google-maps": "3.2.1",
"hammerjs": "2.0.8",
"ionicons": "4.0.0-6",
"jquery": "3.2.1",
"jquery-slimscroll": "1.3.8",
"leaflet-map": "0.2.1",
"moment": "2.19.3",
"ng-jhipster": "0.2.12",
"ng2-handsontable": "1.0.3",
"ng2-slim-loading-bar": "4.0.0",
"ng2-webstorage": "1.8.0",
"ngrx-store-freeze": "0.2.0",
"ngrx-store-localstorage": "0.2.2",
"ngx-cookie": "1.0.0",
"ngx-infinite-scroll": "0.5.1",
"ngx-pipes": "1.6.5",
"ngx-uploader": "3.3.11",
"normalize.css": "7.0.0",
"reflect-metadata": "0.1.10",
"roboto-fontface": "0.8.0",
"simple-peer": "8.1.1",
"sortablejs": "1.6.1",
"swagger-ui": "3.2.2",
"tether": "1.4.0",
"ts-helpers": "1.1.2",
"webstomp-client": "1.0.8"
},
"engines": {
"node": "6.11.0"
}
}

0 comments on commit 98943fc

Please sign in to comment.