2016-03-07 08:48:46 -05:00
|
|
|
{
|
|
|
|
"name": "peertube-client",
|
2018-03-20 05:33:38 -04:00
|
|
|
"version": "1.0.0-beta.1",
|
2016-03-07 08:48:46 -05:00
|
|
|
"private": true,
|
|
|
|
"licence": "GPLv3",
|
|
|
|
"author": {
|
|
|
|
"name": "Florian Bigard",
|
2017-12-11 11:36:46 -05:00
|
|
|
"email": "me@florianbigard.com",
|
2016-03-07 08:48:46 -05:00
|
|
|
"url": "http://github.com/Chocobozzz"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/Chocobozzz/PeerTube.git"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2018-02-22 04:41:36 -05:00
|
|
|
"lint": "tslint --project ./tsconfig.json -c ./tslint.json 'src/app/**/*.ts'",
|
2017-06-11 09:19:43 -04:00
|
|
|
"webpack": "webpack",
|
2018-02-22 04:41:36 -05:00
|
|
|
"tslint": "tslint",
|
2017-12-12 05:38:02 -05:00
|
|
|
"ng": "ng",
|
2017-12-20 03:04:52 -05:00
|
|
|
"postinstall": "npm rebuild node-sass",
|
|
|
|
"webpack-bundle-analyzer": "webpack-bundle-analyzer"
|
2016-03-07 08:48:46 -05:00
|
|
|
},
|
2016-05-13 08:18:37 -04:00
|
|
|
"license": "GPLv3",
|
2017-10-09 08:40:05 -04:00
|
|
|
"devDependencies": {
|
2018-01-31 04:19:34 -05:00
|
|
|
"@angular/animations": "~5.2.2",
|
2018-02-22 04:58:00 -05:00
|
|
|
"@angular/cli": "1.7.1",
|
2018-01-31 04:19:34 -05:00
|
|
|
"@angular/common": "~5.2.2",
|
|
|
|
"@angular/compiler": "~5.2.2",
|
|
|
|
"@angular/compiler-cli": "~5.2.2",
|
|
|
|
"@angular/core": "~5.2.2",
|
|
|
|
"@angular/forms": "~5.2.2",
|
|
|
|
"@angular/http": "~5.2.2",
|
2017-12-11 11:36:46 -05:00
|
|
|
"@angular/language-service": "^5.1.0",
|
2018-01-31 04:19:34 -05:00
|
|
|
"@angular/platform-browser": "~5.2.2",
|
|
|
|
"@angular/platform-browser-dynamic": "~5.2.2",
|
|
|
|
"@angular/router": "~5.2.2",
|
2018-02-08 05:22:03 -05:00
|
|
|
"@angular/service-worker": "^5.2.4",
|
2017-12-12 08:45:42 -05:00
|
|
|
"@angularclass/hmr": "^2.1.3",
|
2018-02-16 11:24:47 -05:00
|
|
|
"@ngx-loading-bar/core": "^1.1.1",
|
2017-12-12 08:57:46 -05:00
|
|
|
"@ngx-loading-bar/http-client": "^1.0.0-rc.1",
|
2018-02-23 09:39:50 -05:00
|
|
|
"@ngx-loading-bar/router": "^1.2.0",
|
2018-01-09 10:30:39 -05:00
|
|
|
"@ngx-meta/core": "^5.0.0",
|
2016-09-06 16:40:57 -04:00
|
|
|
"@types/core-js": "^0.9.28",
|
2017-12-20 03:04:52 -05:00
|
|
|
"@types/lodash-es": "^4.17.0",
|
2017-10-26 09:01:47 -04:00
|
|
|
"@types/markdown-it": "^0.0.4",
|
2018-01-09 10:30:39 -05:00
|
|
|
"@types/node": "^9.3.0",
|
2018-01-04 11:50:30 -05:00
|
|
|
"@types/sanitize-html": "^1.14.0",
|
2018-01-09 10:30:39 -05:00
|
|
|
"@types/video.js": "6.2.3",
|
2017-10-09 08:40:05 -04:00
|
|
|
"@types/webtorrent": "^0.98.4",
|
2017-12-12 05:59:28 -05:00
|
|
|
"angular2-notifications": "^0.9.6",
|
2018-01-09 10:30:39 -05:00
|
|
|
"awesome-typescript-loader": "3.4.1",
|
2017-12-11 11:36:46 -05:00
|
|
|
"bootstrap-sass": "^3.3.7",
|
2017-12-12 05:59:28 -05:00
|
|
|
"codelyzer": "^4.0.2",
|
2016-09-19 16:09:12 -04:00
|
|
|
"core-js": "^2.4.1",
|
2017-06-11 06:28:22 -04:00
|
|
|
"css-loader": "^0.28.4",
|
2017-12-12 05:38:02 -05:00
|
|
|
"extract-text-webpack-plugin": "^3.0.2",
|
2017-10-09 08:28:44 -04:00
|
|
|
"file-loader": "^1.1.5",
|
2016-06-03 16:08:03 -04:00
|
|
|
"html-webpack-plugin": "^2.19.0",
|
2018-02-21 10:44:18 -05:00
|
|
|
"linkifyjs": "^2.1.5",
|
2017-12-20 03:04:52 -05:00
|
|
|
"lodash-es": "^4.17.4",
|
2017-10-26 09:01:47 -04:00
|
|
|
"markdown-it": "^8.4.0",
|
2018-01-31 04:19:34 -05:00
|
|
|
"ngx-bootstrap": "2.0.2",
|
2018-02-22 04:58:00 -05:00
|
|
|
"ngx-chips": "1.6.4",
|
|
|
|
"ngx-clipboard": "10.0.0",
|
2017-12-01 08:46:22 -05:00
|
|
|
"ngx-pipes": "^2.0.5",
|
2017-01-13 06:16:00 -05:00
|
|
|
"node-sass": "^4.1.1",
|
2017-12-11 11:36:46 -05:00
|
|
|
"npm-font-source-sans-pro": "^1.0.2",
|
2017-12-12 05:59:28 -05:00
|
|
|
"primeng": "^5.0.2",
|
2017-10-09 08:40:05 -04:00
|
|
|
"purify-css": "^1.2.5",
|
|
|
|
"purifycss-webpack": "^0.7.0",
|
2016-06-03 16:08:03 -04:00
|
|
|
"raw-loader": "^0.5.1",
|
2017-06-11 06:28:22 -04:00
|
|
|
"resolve-url-loader": "^2.0.0",
|
2017-07-06 08:39:39 -04:00
|
|
|
"rxjs": "^5.4.2",
|
2018-01-04 11:50:30 -05:00
|
|
|
"sanitize-html": "^1.16.3",
|
2017-04-21 05:06:33 -04:00
|
|
|
"sass-loader": "^6.0.3",
|
|
|
|
"sass-resources-loader": "^1.2.1",
|
2017-09-04 14:07:54 -04:00
|
|
|
"tslint": "^5.7.0",
|
2017-10-31 11:37:37 -04:00
|
|
|
"tslint-config-standard": "^7.0.0",
|
2018-02-22 04:58:00 -05:00
|
|
|
"typescript": "2.7.2",
|
2017-12-12 05:38:02 -05:00
|
|
|
"uglifyjs-webpack-plugin": "^1.1.2",
|
2017-07-06 08:39:39 -04:00
|
|
|
"video.js": "^6.2.0",
|
2016-11-07 16:35:37 -05:00
|
|
|
"videojs-dock": "^2.0.2",
|
2018-01-09 09:40:46 -05:00
|
|
|
"videojs-hotkeys": "^0.2.20",
|
2017-07-23 08:49:52 -04:00
|
|
|
"webpack": "^3.3.0",
|
2017-12-20 03:04:52 -05:00
|
|
|
"webpack-bundle-analyzer": "^2.9.1",
|
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-03-07 08:48:46 -05:00
|
|
|
}
|
2016-06-07 16:34:02 -04:00
|
|
|
}
|