feat(demo): add landing page with docs (#1951)

This commit is contained in:
Dmitry Nehaychik 2018-12-26 15:17:57 +03:00 committed by Sergey Andrievskiy
parent 67c9587b87
commit 43cc3a1556
190 changed files with 15425 additions and 21 deletions

View file

@ -16,6 +16,7 @@
],
"scripts": {
"ng": "ng",
"ngh": "ngh",
"conventional-changelog": "conventional-changelog",
"start": "ng serve",
"build": "ng build",
@ -29,7 +30,9 @@
"pree2e": "webdriver-manager update --standalone false --gecko false",
"e2e": "ng e2e",
"docs": "compodoc -p src/tsconfig.app.json -d docs",
"docs:serve": "compodoc -p src/tsconfig.app.json -d docs -s",
"docs:build": "npm run build -- docs --prod --aot --base-href /ngx-admin/",
"docs:serve": "npm start -- docs --port 4100 --host 0.0.0.0",
"docs:gh-pages": "npm run docs:build && npm run ngh -- --dir ./docs/dist",
"prepush": "npm run lint:ci",
"release:changelog": "npm run conventional-changelog -- -p angular -i CHANGELOG.md -s"
},
@ -62,14 +65,18 @@
"core-js": "2.5.1",
"echarts": "^4.0.2",
"eva-icons": "^1.1.0",
"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.2",
"ng2-completer": "2.0.8",
"ng2-smart-table": "1.3.5",
"ngx-echarts": "^4.0.1",
"ngx-swiper-wrapper": "^7.1.1",
"normalize.css": "6.0.0",
"pace-js": "1.0.2",
"roboto-fontface": "0.8.0",
@ -83,8 +90,8 @@
},
"devDependencies": {
"@angular-devkit/build-angular": "0.10.2",
"@angular/compiler-cli": "^7.0.3",
"@angular/cli": "^7.0.3",
"@angular/compiler-cli": "^7.0.3",
"@angular/language-service": "7.0.0",
"@compodoc/compodoc": "1.0.1",
"@fortawesome/fontawesome-free": "^5.2.0",
@ -94,6 +101,7 @@
"@types/jasminewd2": "2.0.3",
"@types/leaflet": "1.2.3",
"@types/node": "6.0.90",
"angular-cli-ghpages": "0.5.0",
"codelyzer": "^4.5.0",
"conventional-changelog-cli": "1.3.4",
"husky": "0.13.3",
@ -110,7 +118,7 @@
"rimraf": "2.6.1",
"stylelint": "7.13.0",
"ts-node": "3.2.2",
"tslint": "5.7.0",
"tslint": "5.11.0",
"tslint-language-service": "^0.9.9",
"typescript": "3.1.3"
}