2 Star 3 Fork 0

风景侠 / Beer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.60 KB
一键复制 编辑 原始数据 按行查看 历史
scaperow 提交于 2016-11-29 10:36 . fix error reference with underscore
{
"name": "beer",
"version": "1.0.0",
"scripts": {
"start": "gulp compile-lib && gulp build && concurrently \"gulp watch\" \"lite-server\" ",
"lite": "lite-server",
"tsc": "tsc",
"tsc:w": "tsc -w",
"postinstall": "gulp clean && gulp compile-lib && gulp build"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/angular/angular.io/blob/master/LICENSE"
}
],
"dependencies": {
"@angular/common": "~2.2.0",
"@angular/compiler": "~2.2.0",
"@angular/core": "~2.2.0",
"@angular/forms": "~2.2.0",
"@angular/http": "~2.2.0",
"@angular/platform-browser": "~2.2.0",
"@angular/platform-browser-dynamic": "~2.2.0",
"@angular/router": "~3.2.0",
"@angular/upgrade": "~2.2.0",
"@types/lodash": "^4.14.41",
"@types/underscore": "^1.7.36",
"angular-in-memory-web-api": "~0.1.15",
"angular2-in-memory-web-api": "0.0.21",
"angular2-validators": "0.0.17-0",
"core-js": "^2.4.1",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-less": "^3.3.0",
"gulp-sourcemaps": "^1.9.1",
"gulp-tslint": "^7.0.1",
"gulp-typescript": "^3.1.3",
"gulp-watch": "^4.3.11",
"lodash": "^4.17.2",
"primeng": "^1.0.0-rc.6",
"reflect-metadata": "^0.1.8",
"rxjs": "5.0.0-beta.12",
"systemjs": "0.19.39",
"tslint": "^4.0.1",
"typescript": "^2.0.10",
"typings": "^2.0.0",
"underscore": "^1.8.3",
"zone.js": "^0.6.25"
},
"devDependencies": {
"@types/core-js": "^0.9.34",
"@types/node": "^6.0.45",
"concurrently": "^3.0.0",
"lite-server": "^2.2.2",
"typescript": "^2.0.3"
}
}
1
https://gitee.com/scaperow/Beer.git
git@gitee.com:scaperow/Beer.git
scaperow
Beer
Beer
master

搜索帮助