|
| 1 | +{ |
| 2 | + "name": "angular2-tutorial", |
| 3 | + "version": "0.1.0", |
| 4 | + "description": "Angular2 tutorial sample application", |
| 5 | + "main": "", |
| 6 | + "scripts": { |
| 7 | + "build": "npm run webpack --colors --display-error-details --display-cached", |
| 8 | + "webpack": "webpack", |
| 9 | + "clean": "rimraf node_modules tsd_typings", |
| 10 | + "clean-install": "npm run clean && npm install", |
| 11 | + "clean-start": "npm run clean && npm start", |
| 12 | + "prequick-start": "npm install", |
| 13 | + "watch": "webpack --watch", |
| 14 | + "server": "webpack-dev-server --inline --colors --display-error-details --display-cached --port 3001", |
| 15 | + "test": "karma start", |
| 16 | + "tsd-update": "tsd reinstall --overwrite", |
| 17 | + "docs": "typedoc --options typedoc.json src/**/*.ts", |
| 18 | + "postinstall": "npm run tsd-update && tsd install && tsd link", |
| 19 | + "start": "npm run server" |
| 20 | + }, |
| 21 | + "repository": { |
| 22 | + "type": "git", |
| 23 | + "url": "https://github.com/springboot-angular2-tutorial/angular2-app.git" |
| 24 | + }, |
| 25 | + "author": "akirasosa <akirasosa@gmail.com>", |
| 26 | + "license": "MIT", |
| 27 | + "bugs": { |
| 28 | + "url": "https://github.com/springboot-angular2-tutorial/angular2-app/issues" |
| 29 | + }, |
| 30 | + "homepage": "https://github.com/springboot-angular2-tutorial/angular2-app", |
| 31 | + "dependencies": { |
| 32 | + "@reactivex/rxjs": "5.0.0-alpha.7", |
| 33 | + "angular2": "2.0.0-alpha.44", |
| 34 | + "bootstrap": "^3.3.5", |
| 35 | + "jquery": "^2.1.4", |
| 36 | + "jwt-decode": "^1.4.0", |
| 37 | + "lodash": "^3.10.1", |
| 38 | + "md5-hex": "^1.1.0", |
| 39 | + "moment": "^2.10.6", |
| 40 | + "ng2-bootstrap": "https://github.com/akirasosa/ng2-bootstrap.git", |
| 41 | + "pluralize": "^1.2.1", |
| 42 | + "reflect-metadata": "0.1.2", |
| 43 | + "time-ago": "^0.1.0", |
| 44 | + "toastr": "^2.1.2", |
| 45 | + "zone.js": "0.5.8" |
| 46 | + }, |
| 47 | + "devDependencies": { |
| 48 | + "bootstrap-webpack": "0.0.5", |
| 49 | + "css-loader": "^0.22.0", |
| 50 | + "exports-loader": "^0.6.2", |
| 51 | + "expose-loader": "^0.7.0", |
| 52 | + "file-loader": "^0.8.4", |
| 53 | + "imports-loader": "^0.6.4", |
| 54 | + "jasmine-core": "^2.3.4", |
| 55 | + "json-loader": "^0.5.3", |
| 56 | + "karma": "^0.13.11", |
| 57 | + "karma-chrome-launcher": "^0.2.1", |
| 58 | + "karma-jasmine": "^0.3.6", |
| 59 | + "karma-mocha-reporter": "^1.1.1", |
| 60 | + "karma-notify-reporter": "^0.1.1", |
| 61 | + "karma-phantomjs2-launcher": "0.3.2", |
| 62 | + "karma-sourcemap-loader": "^0.3.6", |
| 63 | + "karma-webpack": "^1.7.0", |
| 64 | + "less": "^2.5.3", |
| 65 | + "less-loader": "^2.2.1", |
| 66 | + "node-sass": "^3.4.1", |
| 67 | + "raw-loader": "^0.5.1", |
| 68 | + "rimraf": "2.4.3", |
| 69 | + "sass-loader": "^3.1.1", |
| 70 | + "style-loader": "^0.13.0", |
| 71 | + "ts-loader": "0.6.0", |
| 72 | + "tsd": "^0.6.5", |
| 73 | + "typescript": "^1.6.2", |
| 74 | + "url-loader": "^0.5.6", |
| 75 | + "webpack": "^1.12.2", |
| 76 | + "webpack-dev-server": "^1.12.1" |
| 77 | + } |
| 78 | +} |
0 commit comments