mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-10 11:38:50 +01:00
Initial commit.
This commit is contained in:
commit
6558ee2fc4
92 changed files with 3193 additions and 0 deletions
144
package.json
Normal file
144
package.json
Normal file
|
|
@ -0,0 +1,144 @@
|
|||
{
|
||||
"name": "angular2-webpack-starter",
|
||||
"version": "5.0.4",
|
||||
"description": "An Angular 2 Webpack Starter kit featuring Angular 2 (Router, Http, Forms, Services, Tests, E2E, Coverage), Karma, Protractor, Jasmine, Istanbul, TypeScript, and Webpack by AngularClass",
|
||||
"author": "Patrick Stapleton <patrick@angularclass.com>",
|
||||
"homepage": "https://github.com/angularclass/angular2-webpack-starter",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"rimraf": "rimraf",
|
||||
"tslint": "tslint",
|
||||
"typedoc": "typedoc",
|
||||
"typings": "typings",
|
||||
"webpack": "webpack",
|
||||
"webpack-dev-server": "webpack-dev-server",
|
||||
"webdriver-manager": "webdriver-manager",
|
||||
"protractor": "protractor",
|
||||
|
||||
"clean": "npm cache clean && npm run rimraf -- node_modules doc typings coverage dist",
|
||||
"clean:dist": "npm run rimraf -- dist",
|
||||
"preclean:install": "npm run clean",
|
||||
"clean:install": "npm set progress=false && npm install",
|
||||
"preclean:start": "npm run clean",
|
||||
"clean:start": "npm start",
|
||||
|
||||
"watch": "npm run watch:dev",
|
||||
"watch:dev": "npm run build:dev -- --watch",
|
||||
"watch:dev:hmr": "npm run watch:dev -- --hot",
|
||||
"watch:test": "npm run test -- --auto-watch --no-single-run",
|
||||
"watch:prod": "npm run build:prod -- --watch",
|
||||
|
||||
"build": "npm run build:dev",
|
||||
"prebuild:dev": "npm run clean:dist",
|
||||
"build:dev": "webpack --config config/webpack.dev.js --progress --profile --colors --display-error-details --display-cached",
|
||||
"prebuild:prod": "npm run clean:dist",
|
||||
"build:prod": "webpack --config config/webpack.prod.js --progress --profile --colors --display-error-details --display-cached --bail",
|
||||
|
||||
"server": "npm run server:dev",
|
||||
"server:dev": "webpack-dev-server --config config/webpack.dev.js --inline --progress --profile --colors --watch --display-error-details --display-cached --content-base src/",
|
||||
"server:dev:hmr": "npm run server:dev -- --hot",
|
||||
"server:prod": "http-server dist --cors",
|
||||
|
||||
"webdriver:update": "npm run webdriver-manager update",
|
||||
"webdriver:start": "npm run webdriver-manager start",
|
||||
|
||||
"lint": "npm run tslint 'src/**/*.ts'",
|
||||
|
||||
"pree2e": "npm run webdriver:update -- --standalone",
|
||||
"e2e": "npm run protractor",
|
||||
"e2e:live": "npm run e2e -- --elementExplorer",
|
||||
|
||||
"test": "node --max-old-space-size=4096 node_modules/karma/bin/karma start",
|
||||
|
||||
"ci": "npm run e2e && npm run test",
|
||||
|
||||
"docs": "npm run typedoc -- --options typedoc.json --exclude '**/*.spec.ts' ./src/",
|
||||
|
||||
"start": "npm run server:dev",
|
||||
"start:hmr": "npm run server:dev:hmr",
|
||||
|
||||
"postinstall": "npm run typings -- install",
|
||||
|
||||
"preversion": "npm test",
|
||||
"version": "npm run build",
|
||||
"postversion": "git push && git push --tags"
|
||||
|
||||
},
|
||||
"dependencies": {
|
||||
"@angular2-material/button": "2.0.0-alpha.2",
|
||||
"@angular2-material/card": "2.0.0-alpha.2",
|
||||
"@angular2-material/checkbox": "2.0.0-alpha.2",
|
||||
"@angular2-material/core": "2.0.0-alpha.2",
|
||||
"@angular2-material/input": "2.0.0-alpha.2",
|
||||
"@angular2-material/list": "2.0.0-alpha.2",
|
||||
"@angular2-material/progress-circle": "2.0.0-alpha.2",
|
||||
"@angular2-material/radio": "2.0.0-alpha.2",
|
||||
"@angular2-material/sidenav": "2.0.0-alpha.2",
|
||||
"@angular2-material/toolbar": "2.0.0-alpha.2",
|
||||
"angular2": "2.0.0-beta.15",
|
||||
"core-js": "^2.2.2",
|
||||
"normalize.css": "^4.1.1",
|
||||
"rxjs": "5.0.0-beta.2",
|
||||
"zone.js": "~0.6.11"
|
||||
},
|
||||
"devDependencies": {
|
||||
"angular2-hmr": "~0.5.5",
|
||||
"awesome-typescript-loader": "~0.16.2",
|
||||
"codelyzer": "0.0.12",
|
||||
"compression-webpack-plugin": "^0.3.1",
|
||||
"copy-webpack-plugin": "^1.1.1",
|
||||
"css-loader": "^0.23.1",
|
||||
"es6-promise": "^3.1.2",
|
||||
"es6-promise-loader": "^1.0.1",
|
||||
"es6-shim": "^0.35.0",
|
||||
"es7-reflect-metadata": "^1.6.0",
|
||||
"exports-loader": "^0.6.3",
|
||||
"expose-loader": "^0.7.1",
|
||||
"file-loader": "^0.8.5",
|
||||
"html-webpack-plugin": "^2.15.0",
|
||||
"http-server": "^0.9.0",
|
||||
"imports-loader": "^0.6.5",
|
||||
"istanbul-instrumenter-loader": "^0.2.0",
|
||||
"json-loader": "^0.5.4",
|
||||
"karma": "^0.13.22",
|
||||
"karma-chrome-launcher": "^0.2.3",
|
||||
"karma-coverage": "^0.5.5",
|
||||
"karma-jasmine": "^0.3.8",
|
||||
"karma-mocha-reporter": "^2.0.0",
|
||||
"karma-phantomjs-launcher": "^1.0.0",
|
||||
"karma-sourcemap-loader": "^0.3.7",
|
||||
"karma-webpack": "1.7.0",
|
||||
"parse5": "^2.1.5",
|
||||
"phantomjs-polyfill": "0.0.2",
|
||||
"phantomjs-prebuilt": "^2.1.7",
|
||||
"protractor": "^3.2.2",
|
||||
"raw-loader": "0.5.1",
|
||||
"remap-istanbul": "^0.5.1",
|
||||
"rimraf": "^2.5.2",
|
||||
"source-map-loader": "^0.1.5",
|
||||
"style-loader": "^0.13.1",
|
||||
"ts-helpers": "1.1.0",
|
||||
"ts-node": "^0.7.1",
|
||||
"tslint": "^3.7.1",
|
||||
"tslint-loader": "^2.1.3",
|
||||
"typedoc": "^0.3.12",
|
||||
"typescript": "~1.8.9",
|
||||
"typings": "^0.7.12",
|
||||
"url-loader": "^0.5.7",
|
||||
"webpack": "^1.12.14",
|
||||
"webpack-dev-server": "^1.14.1",
|
||||
"webpack-md5-hash": "^0.0.5",
|
||||
"webpack-merge": "^0.8.4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/angularclass/angular2-webpack-starter.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/angularclass/angular2-webpack-starter/issues"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 4.2.1",
|
||||
"npm": ">= 3"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue