Skip to content

Commit

Permalink
feat: demo version additions
Browse files Browse the repository at this point in the history
  • Loading branch information
yggg committed Aug 21, 2020
1 parent d0c1ebb commit 249ea42
Show file tree
Hide file tree
Showing 35 changed files with 1,406 additions and 40 deletions.
2 changes: 2 additions & 0 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"src/assets",
"src/favicon.ico",
"src/favicon.png",
"src/google46533d2e7a851062.html",
{
"glob": "**/*",
"input": "node_modules/leaflet/dist/images",
Expand Down Expand Up @@ -137,6 +138,7 @@
"src/assets",
"src/favicon.ico",
"src/favicon.png",
"src/google46533d2e7a851062.html",
{
"glob": "**/*",
"input": "node_modules/leaflet/dist/images",
Expand Down
209 changes: 205 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@
},
"scripts": {
"ng": "ng",
"ngh": "ngh",
"conventional-changelog": "conventional-changelog",
"start": "ng serve",
"build": "ng build",
"build:prod": "npm run build -- --prod --aot",
"build:demo:prod": "npm run build -- --prod --aot --base-href /ngx-admin/",
"test": "ng test",
"test:coverage": "rimraf coverage && npm run test -- --code-coverage",
"lint": "ng lint",
Expand Down Expand Up @@ -56,14 +58,18 @@
"core-js": "2.5.1",
"echarts": "^4.0.2",
"eva-icons": "^1.1.3",
"highlight.js": "^9.13.1",
"intl": "1.2.5",
"ionicons": "2.0.1",
"leaflet": "1.2.0",
"marked": "^0.5.2",
"nebular-icons": "1.1.0",
"ng-lazyload-image": "5.0.0",
"ng2-ckeditor": "^1.2.9",
"ng2-smart-table": "^1.6.0",
"ngx-echarts": "^4.2.2",
"node-sass": "^4.12.0",
"ngx-swiper-wrapper": "^7.1.1",
"normalize.css": "6.0.0",
"pace-js": "1.0.2",
"roboto-fontface": "0.8.0",
Expand All @@ -90,6 +96,7 @@
"@types/jasminewd2": "2.0.3",
"@types/leaflet": "1.2.3",
"@types/node": "^12.11.1",
"angular-cli-ghpages": "0.5.0",
"codelyzer": "^6.0.0",
"conventional-changelog-cli": "1.3.4",
"husky": "0.13.3",
Expand Down
Loading

0 comments on commit 249ea42

Please sign in to comment.