Browse Source

package.json

pull/1/head
PhamY0601 1 year ago
parent
commit
df7ccc770d
1 changed files with 7 additions and 1 deletions
  1. +7
    -1
      package.json

+ 7
- 1
package.json View File

@@ -1,5 +1,5 @@
{
"name": "lot-web-ui",
"name": "iot-web-ui",
"version": "0.0.0",
"scripts": {
"ng": "ng",
@@ -11,13 +11,18 @@
"private": true,
"dependencies": {
"@angular/animations": "^16.2.0",
"@angular/cdk": "^16.2.14",
"@angular/common": "^16.2.0",
"@angular/compiler": "^16.2.0",
"@angular/core": "^16.2.0",
"@angular/forms": "^16.2.0",
"@angular/material": "^16.2.14",
"@angular/platform-browser": "^16.2.0",
"@angular/platform-browser-dynamic": "^16.2.0",
"@angular/router": "^16.2.0",
"@asymmetrik/ngx-leaflet": "^16.0.1",
"@asymmetrik/ngx-leaflet-markercluster": "^16.0.0",
"leaflet": "^1.9.4",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.13.0"
@@ -27,6 +32,7 @@
"@angular/cli": "^16.2.14",
"@angular/compiler-cli": "^16.2.0",
"@types/jasmine": "~4.3.0",
"@types/leaflet": "^1.9.12",
"jasmine-core": "~4.6.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",

Loading…
Cancel
Save