2016-03-07 14:48:46 +01:00
|
|
|
{
|
|
|
|
"name": "peertube-client",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
|
|
|
"licence": "GPLv3",
|
|
|
|
"author": {
|
|
|
|
"name": "Florian Bigard",
|
2017-12-11 17:36:46 +01:00
|
|
|
"email": "me@florianbigard.com",
|
2016-03-07 14:48:46 +01:00
|
|
|
"url": "http://github.com/Chocobozzz"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/Chocobozzz/PeerTube.git"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2017-10-31 17:23:57 +01:00
|
|
|
"lint": "standard && tslint --type-check --project ./tsconfig.json -c ./tslint.json 'src/app/**/*.ts'",
|
2017-06-11 15:19:43 +02:00
|
|
|
"webpack": "webpack",
|
2017-12-12 11:38:02 +01:00
|
|
|
"ng": "ng",
|
2017-12-20 09:04:52 +01:00
|
|
|
"postinstall": "npm rebuild node-sass",
|
|
|
|
"webpack-bundle-analyzer": "webpack-bundle-analyzer"
|
2016-03-07 14:48:46 +01:00
|
|
|
},
|
2016-05-13 14:18:37 +02:00
|
|
|
"license": "GPLv3",
|
2017-10-09 14:40:05 +02:00
|
|
|
"dependencies": {},
|
|
|
|
"devDependencies": {
|
2017-12-12 11:59:28 +01:00
|
|
|
"@angular/animations": "~5.1.0",
|
2017-12-11 17:36:46 +01:00
|
|
|
"@angular/cli": "^1.6.0",
|
2017-12-12 11:59:28 +01:00
|
|
|
"@angular/common": "~5.1.0",
|
|
|
|
"@angular/compiler": "~5.1.0",
|
|
|
|
"@angular/compiler-cli": "~5.1.0",
|
|
|
|
"@angular/core": "~5.1.0",
|
|
|
|
"@angular/forms": "~5.1.0",
|
|
|
|
"@angular/http": "~5.1.0",
|
2017-12-11 17:36:46 +01:00
|
|
|
"@angular/language-service": "^5.1.0",
|
2017-12-12 11:59:28 +01:00
|
|
|
"@angular/platform-browser": "~5.1.0",
|
|
|
|
"@angular/platform-browser-dynamic": "~5.1.0",
|
|
|
|
"@angular/router": "~5.1.0",
|
2017-12-12 14:45:42 +01:00
|
|
|
"@angularclass/hmr": "^2.1.3",
|
2017-12-12 14:57:46 +01:00
|
|
|
"@ngx-loading-bar/http-client": "^1.0.0-rc.1",
|
2017-10-09 14:40:05 +02:00
|
|
|
"@ngx-meta/core": "^4.0.1",
|
2016-09-06 22:40:57 +02:00
|
|
|
"@types/core-js": "^0.9.28",
|
2017-12-20 09:04:52 +01:00
|
|
|
"@types/lodash-es": "^4.17.0",
|
2017-10-26 15:01:47 +02:00
|
|
|
"@types/markdown-it": "^0.0.4",
|
2017-10-09 14:40:05 +02:00
|
|
|
"@types/node": "^8.0.33",
|
|
|
|
"@types/video.js": "6.2.0",
|
|
|
|
"@types/webtorrent": "^0.98.4",
|
2017-12-12 11:59:28 +01:00
|
|
|
"angular2-notifications": "^0.9.6",
|
2017-08-25 12:11:42 +02:00
|
|
|
"awesome-typescript-loader": "3.2.3",
|
2017-12-11 17:36:46 +01:00
|
|
|
"bootstrap-sass": "^3.3.7",
|
2017-12-12 11:59:28 +01:00
|
|
|
"codelyzer": "^4.0.2",
|
2016-09-19 22:09:12 +02:00
|
|
|
"core-js": "^2.4.1",
|
2017-06-11 12:28:22 +02:00
|
|
|
"css-loader": "^0.28.4",
|
2017-12-12 11:38:02 +01:00
|
|
|
"extract-text-webpack-plugin": "^3.0.2",
|
2017-10-09 14:28:44 +02:00
|
|
|
"file-loader": "^1.1.5",
|
2016-06-03 22:08:03 +02:00
|
|
|
"html-webpack-plugin": "^2.19.0",
|
2017-12-20 09:04:52 +01:00
|
|
|
"lodash-es": "^4.17.4",
|
2017-10-26 15:01:47 +02:00
|
|
|
"markdown-it": "^8.4.0",
|
2017-12-01 09:20:19 +01:00
|
|
|
"ngx-bootstrap": "2.0.0-beta.9",
|
2017-12-12 11:59:28 +01:00
|
|
|
"ngx-chips": "1.6.1",
|
2017-12-11 17:59:39 +01:00
|
|
|
"ngx-clipboard": "^9.0.0",
|
2017-12-01 16:17:32 +01:00
|
|
|
"ngx-infinite-scroll": "^0.7.0",
|
2017-12-01 14:46:22 +01:00
|
|
|
"ngx-pipes": "^2.0.5",
|
2017-01-13 12:16:00 +01:00
|
|
|
"node-sass": "^4.1.1",
|
2017-12-11 17:36:46 +01:00
|
|
|
"npm-font-source-sans-pro": "^1.0.2",
|
2017-12-12 11:59:28 +01:00
|
|
|
"primeng": "^5.0.2",
|
2017-10-09 14:40:05 +02:00
|
|
|
"purify-css": "^1.2.5",
|
|
|
|
"purifycss-webpack": "^0.7.0",
|
2016-06-03 22:08:03 +02:00
|
|
|
"raw-loader": "^0.5.1",
|
2017-06-11 12:28:22 +02:00
|
|
|
"resolve-url-loader": "^2.0.0",
|
2017-07-06 14:39:39 +02:00
|
|
|
"rxjs": "^5.4.2",
|
2017-04-21 11:06:33 +02:00
|
|
|
"sass-loader": "^6.0.3",
|
|
|
|
"sass-resources-loader": "^1.2.1",
|
2017-10-09 14:40:05 +02:00
|
|
|
"standard": "^10.0.0",
|
2017-09-04 20:07:54 +02:00
|
|
|
"tslint": "^5.7.0",
|
2017-10-31 16:37:37 +01:00
|
|
|
"tslint-config-standard": "^7.0.0",
|
2017-12-12 11:59:28 +01:00
|
|
|
"typescript": "^2.6.2",
|
2017-12-12 11:38:02 +01:00
|
|
|
"uglifyjs-webpack-plugin": "^1.1.2",
|
2017-07-06 14:39:39 +02:00
|
|
|
"video.js": "^6.2.0",
|
2016-11-07 22:35:37 +01:00
|
|
|
"videojs-dock": "^2.0.2",
|
2017-07-23 14:49:52 +02:00
|
|
|
"webpack": "^3.3.0",
|
2017-12-20 09:04:52 +01:00
|
|
|
"webpack-bundle-analyzer": "^2.9.1",
|
2016-11-25 12:33:06 +01:00
|
|
|
"webtorrent": "^0.98.0",
|
2017-04-21 11:06:33 +02:00
|
|
|
"zone.js": "~0.8.5"
|
2016-03-07 14:48:46 +01:00
|
|
|
}
|
2016-06-07 22:34:02 +02:00
|
|
|
}
|