1
0
Fork 0
peertube/client/package.json

91 lines
2.7 KiB
JSON
Raw Normal View History

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