2016-03-07 08:48:46 -05:00
|
|
|
{
|
|
|
|
"name": "peertube-client",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
|
|
|
"licence": "GPLv3",
|
|
|
|
"author": {
|
|
|
|
"name": "Florian Bigard",
|
|
|
|
"email": "florian.bigard@gmail.com",
|
|
|
|
"url": "http://github.com/Chocobozzz"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/Chocobozzz/PeerTube.git"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2016-06-03 16:34:39 -04:00
|
|
|
"test": "standard && tslint -c ./tslint.json src/**/*.ts",
|
|
|
|
"webpack": "webpack"
|
2016-03-07 08:48:46 -05:00
|
|
|
},
|
2016-05-13 08:18:37 -04:00
|
|
|
"license": "GPLv3",
|
2016-03-07 08:48:46 -05:00
|
|
|
"dependencies": {
|
2017-04-21 05:06:33 -04:00
|
|
|
"@angular/animations": "~4.0.0",
|
2017-04-12 16:00:17 -04:00
|
|
|
"@angular/common": "~4.0.0",
|
|
|
|
"@angular/compiler": "~4.0.0",
|
2017-04-21 05:06:33 -04:00
|
|
|
"@angular/compiler-cli": "~4.0.0",
|
2017-04-12 16:00:17 -04:00
|
|
|
"@angular/core": "~4.0.0",
|
|
|
|
"@angular/forms": "~4.0.0",
|
|
|
|
"@angular/http": "~4.0.0",
|
|
|
|
"@angular/platform-browser": "~4.0.0",
|
|
|
|
"@angular/platform-browser-dynamic": "~4.0.0",
|
|
|
|
"@angular/router": "~4.0.0",
|
2016-09-12 14:43:44 -04:00
|
|
|
"@angularclass/hmr": "^1.2.0",
|
2016-09-19 16:09:12 -04:00
|
|
|
"@angularclass/hmr-loader": "^3.0.2",
|
2017-04-12 16:00:17 -04:00
|
|
|
"@nglibs/meta": "^0.4.0-rc.1",
|
2016-09-06 16:40:57 -04:00
|
|
|
"@types/core-js": "^0.9.28",
|
|
|
|
"@types/node": "^6.0.38",
|
|
|
|
"@types/source-map": "^0.1.26",
|
|
|
|
"@types/uglify-js": "^2.0.27",
|
2016-11-08 14:49:43 -05:00
|
|
|
"@types/videojs": "0.0.30",
|
2017-01-13 06:16:00 -05:00
|
|
|
"@types/webpack": "^2.0.0",
|
2016-11-20 11:18:15 -05:00
|
|
|
"angular-pipes": "^5.0.0",
|
2017-04-12 16:00:17 -04:00
|
|
|
"angular2-notifications": "^0.5.4",
|
2016-11-04 07:15:17 -04:00
|
|
|
"angular2-template-loader": "^0.6.0",
|
2016-09-12 14:43:44 -04:00
|
|
|
"assets-webpack-plugin": "^3.4.0",
|
2017-02-05 04:11:08 -05:00
|
|
|
"awesome-typescript-loader": "3.0.0-beta.18",
|
2017-01-13 06:16:00 -05:00
|
|
|
"bootstrap": "^3.3.6",
|
2017-04-21 05:06:33 -04:00
|
|
|
"bootstrap-loader": "2.0.0",
|
2016-03-07 12:01:56 -05:00
|
|
|
"bootstrap-sass": "^3.3.6",
|
2016-11-04 07:15:17 -04:00
|
|
|
"copy-webpack-plugin": "^4.0.0",
|
2016-09-19 16:09:12 -04:00
|
|
|
"core-js": "^2.4.1",
|
2017-04-21 05:06:33 -04:00
|
|
|
"css-loader": "^0.28.0",
|
2016-11-04 07:15:17 -04:00
|
|
|
"css-to-string-loader": "^0.1.2",
|
2016-06-04 05:06:06 -04:00
|
|
|
"es6-shim": "^0.35.0",
|
2017-04-21 05:06:33 -04:00
|
|
|
"file-loader": "^0.11.0",
|
2016-06-03 16:08:03 -04:00
|
|
|
"html-webpack-plugin": "^2.19.0",
|
2016-07-19 10:45:07 -04:00
|
|
|
"ie-shim": "^0.1.0",
|
|
|
|
"intl": "^1.2.4",
|
2016-06-03 16:08:03 -04:00
|
|
|
"json-loader": "^0.5.4",
|
2017-01-27 04:51:26 -05:00
|
|
|
"ng-router-loader": "^1.0.2",
|
2017-01-13 06:16:00 -05:00
|
|
|
"ng2-file-upload": "^1.1.4-2",
|
2017-04-12 16:00:17 -04:00
|
|
|
"ng2-smart-table": "1.0.3",
|
2017-04-16 08:06:48 -04:00
|
|
|
"ng2-tag-input": "^1.0.5",
|
2017-04-21 05:06:33 -04:00
|
|
|
"ngc-webpack": "2.0.0",
|
2017-04-12 16:00:17 -04:00
|
|
|
"ngx-bootstrap": "1.6.6",
|
2017-01-13 06:16:00 -05:00
|
|
|
"node-sass": "^4.1.1",
|
2016-11-04 07:15:17 -04:00
|
|
|
"normalize.css": "^5.0.0",
|
2017-01-27 04:51:26 -05:00
|
|
|
"optimize-js-plugin": "0.0.4",
|
2016-06-03 16:08:03 -04:00
|
|
|
"raw-loader": "^0.5.1",
|
2017-01-19 15:46:03 -05:00
|
|
|
"reflect-metadata": "^0.1.9",
|
2016-09-19 16:27:17 -04:00
|
|
|
"resolve-url-loader": "^1.6.0",
|
2016-12-09 11:27:50 -05:00
|
|
|
"rxjs": "~5.0.0-rc.5",
|
2017-04-21 05:06:33 -04:00
|
|
|
"sass-loader": "^6.0.3",
|
|
|
|
"sass-resources-loader": "^1.2.1",
|
2016-11-04 07:50:01 -04:00
|
|
|
"script-ext-html-webpack-plugin": "^1.3.2",
|
2017-04-21 05:06:33 -04:00
|
|
|
"source-map-loader": "^0.2.1",
|
2016-09-06 16:40:57 -04:00
|
|
|
"string-replace-loader": "^1.0.3",
|
2017-04-21 05:06:33 -04:00
|
|
|
"style-loader": "^0.16.1",
|
2017-02-10 04:28:11 -05:00
|
|
|
"tslib": "^1.5.0",
|
2017-01-15 13:30:14 -05:00
|
|
|
"tslint": "~4.3.1",
|
|
|
|
"tslint-loader": "^3.3.0",
|
2017-04-12 16:00:17 -04:00
|
|
|
"typescript": "~2.2.0",
|
2016-06-03 16:08:03 -04:00
|
|
|
"url-loader": "^0.5.7",
|
2017-04-17 06:24:18 -04:00
|
|
|
"video.js": "^5.19.2",
|
2016-11-07 16:35:37 -05:00
|
|
|
"videojs-dock": "^2.0.2",
|
2017-02-10 05:03:03 -05:00
|
|
|
"webpack": "^2.2.0",
|
2016-06-03 16:08:03 -04:00
|
|
|
"webpack-md5-hash": "0.0.5",
|
2017-04-21 05:06:33 -04:00
|
|
|
"webpack-merge": "~4.1.0",
|
2016-07-20 05:43:31 -04:00
|
|
|
"webpack-notifier": "^1.3.0",
|
2016-11-25 06:33:06 -05:00
|
|
|
"webtorrent": "^0.98.0",
|
2017-04-21 05:06:33 -04:00
|
|
|
"zone.js": "~0.8.5"
|
2016-06-04 05:06:06 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-01-19 15:54:40 -05:00
|
|
|
"add-asset-html-webpack-plugin": "^1.0.2",
|
2017-04-21 05:06:33 -04:00
|
|
|
"codelyzer": "^3.0.0-beta.4",
|
2017-04-16 08:25:37 -04:00
|
|
|
"standard": "^10.0.0",
|
2017-01-23 16:32:43 -05:00
|
|
|
"webpack-bundle-analyzer": "^2.2.1",
|
2017-01-19 15:54:40 -05:00
|
|
|
"webpack-dll-bundles-plugin": "^1.0.0-beta.5"
|
2016-03-07 08:48:46 -05:00
|
|
|
}
|
2016-06-07 16:34:02 -04:00
|
|
|
}
|