mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-27 11:46:10 +01:00
feat(aio): add a tinyMCE page, update an angular cli to 1.0.1, setup the polyfills
This commit is contained in:
parent
50e68f8780
commit
7ce8d8e1c5
31 changed files with 593 additions and 102 deletions
18
package.json
18
package.json
|
|
@ -4,25 +4,21 @@
|
|||
"license": "MIT",
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
"ngh": "ngh",
|
||||
"rimraf": "rimraf",
|
||||
"start": "ng serve",
|
||||
"start:hmr": "ng serve --hmr",
|
||||
"start:aot": "ng serve --aot",
|
||||
"build": "npm run clean:dist && ng build",
|
||||
"build": "rimraf dist && ng build",
|
||||
"build:prod": "npm run build -- --prod",
|
||||
"build:prod:aot": "npm run build -- --aot",
|
||||
"build:prod:aot": "npm run build:prod -- --aot",
|
||||
"build:ci": "npm-run-all -p -r build:prod build:prod:aot",
|
||||
"build:ghpages": "npm run build:prod:aot -- --base-href \"https://akveo.github.io/ng2-admin/\" && ngh",
|
||||
"test": "ng test -sr",
|
||||
"test:coverage": "npm run clean:coverage && ng test -sr -cc",
|
||||
"test:coverage": "rimraf coverage && npm run test -- -cc",
|
||||
"lint": "ng lint",
|
||||
"lint:styles": "stylelint ./src/**/*.scss",
|
||||
"lint:ci": "npm run lint && npm run lint:styles",
|
||||
"pree2e": "webdriver-manager update --standalone false --gecko false",
|
||||
"e2e": "ng e2e",
|
||||
"clean:dist": "npm run rimraf -- dist",
|
||||
"clean:coverage": "npm run rimraf -- coverage"
|
||||
"e2e": "ng e2e"
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
|
|
@ -37,17 +33,21 @@
|
|||
"@angular/router": "4.0.0",
|
||||
"@ng-bootstrap/ng-bootstrap": "1.0.0-alpha.22",
|
||||
"bootstrap": "4.0.0-alpha.6",
|
||||
"classlist.js": "1.1.20150312",
|
||||
"core-js": "2.4.1",
|
||||
"font-awesome": "4.7.0",
|
||||
"immutable": "3.8.1",
|
||||
"intl": "1.2.5",
|
||||
"ionicons": "2.0.1",
|
||||
"normalize.css": "6.0.0",
|
||||
"rxjs": "5.1.1",
|
||||
"tether": "1.4.0",
|
||||
"tinymce": "4.5.7",
|
||||
"web-animations-js": "2.2.5",
|
||||
"zone.js": "0.8.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular/cli": "1.0.0",
|
||||
"@angular/cli": "1.0.1",
|
||||
"@angular/compiler-cli": "4.0.0",
|
||||
"@angular/platform-server": "4.0.0",
|
||||
"@types/jasmine": "2.5.38",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue