1
0
Fork 0
peertube/client/package.json

95 lines
2.8 KiB
JSON
Raw Normal View History

2016-03-07 13:48:46 +00: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 20:34:39 +00:00
"test": "standard && tslint -c ./tslint.json src/**/*.ts",
"webpack": "webpack"
2016-03-07 13:48:46 +00:00
},
2016-05-13 12:18:37 +00:00
"license": "GPLv3",
2016-03-07 13:48:46 +00:00
"dependencies": {
2016-12-29 16:34:29 +00:00
"@angular/common": "~2.4.1",
"@angular/compiler": "~2.4.1",
2017-01-13 11:16:00 +00:00
"@angular/compiler-cli": "^2.4.3",
2016-12-29 16:34:29 +00:00
"@angular/core": "~2.4.1",
"@angular/forms": "~2.4.1",
"@angular/http": "~2.4.1",
"@angular/platform-browser": "~2.4.1",
"@angular/platform-browser-dynamic": "~2.4.1",
"@angular/router": "~3.4.1",
2016-09-12 18:43:44 +00:00
"@angularclass/hmr": "^1.2.0",
2016-09-19 20:09:12 +00:00
"@angularclass/hmr-loader": "^3.0.2",
2016-09-06 20:40:57 +00: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 19:49:43 +00:00
"@types/videojs": "0.0.30",
2017-01-13 11:16:00 +00:00
"@types/webpack": "^2.0.0",
2016-11-20 16:18:15 +00:00
"angular-pipes": "^5.0.0",
2016-11-04 11:15:17 +00:00
"angular2-template-loader": "^0.6.0",
2016-09-12 18:43:44 +00:00
"assets-webpack-plugin": "^3.4.0",
2017-01-13 11:16:00 +00:00
"awesome-typescript-loader": "~3.0.0-beta.17",
"bootstrap": "^3.3.6",
"bootstrap-loader": "2.0.0-beta.18",
2016-03-07 17:01:56 +00:00
"bootstrap-sass": "^3.3.6",
2016-11-04 11:15:17 +00:00
"copy-webpack-plugin": "^4.0.0",
2016-09-19 20:09:12 +00:00
"core-js": "^2.4.1",
"css-loader": "^0.25.0",
2016-11-04 11:15:17 +00:00
"css-to-string-loader": "^0.1.2",
2016-06-04 09:06:06 +00:00
"es6-shim": "^0.35.0",
2016-09-20 20:45:14 +00:00
"extract-text-webpack-plugin": "^2.0.0-beta.4",
2016-09-19 20:09:12 +00:00
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.19.0",
"ie-shim": "^0.1.0",
"intl": "^1.2.4",
"json-loader": "^0.5.4",
2016-12-29 16:34:29 +00:00
"ng2-bootstrap": "1.1.16-10",
2017-01-13 11:16:00 +00:00
"ng2-file-upload": "^1.1.4-2",
2017-01-13 13:31:33 +00:00
"ng2-meta": "https://github.com/chocobozzz/ng2-meta#build",
2017-01-13 11:16:00 +00:00
"ng-router-loader": "^1.0.2",
2017-01-19 20:46:03 +00:00
"ngc-webpack": "1.1.0",
2017-01-13 11:16:00 +00:00
"node-sass": "^4.1.1",
2016-11-04 11:15:17 +00:00
"normalize.css": "^5.0.0",
"raw-loader": "^0.5.1",
2017-01-19 20:46:03 +00:00
"reflect-metadata": "^0.1.9",
2016-09-19 20:27:17 +00:00
"resolve-url-loader": "^1.6.0",
2016-12-09 16:27:50 +00:00
"rxjs": "~5.0.0-rc.5",
"sass-loader": "^4.0.2",
2016-11-04 11:50:01 +00:00
"script-ext-html-webpack-plugin": "^1.3.2",
"source-map-loader": "^0.1.5",
2016-09-06 20:40:57 +00:00
"string-replace-loader": "^1.0.3",
"style-loader": "^0.13.1",
"ts-helpers": "^1.1.1",
2017-01-15 18:30:14 +00:00
"tslint": "~4.3.1",
"tslint-loader": "^3.3.0",
2017-01-13 11:16:00 +00:00
"typescript": "~2.1.0",
"url-loader": "^0.5.7",
2017-01-13 11:16:00 +00:00
"v8-lazy-parse-webpack-plugin": "^0.3.0",
2016-11-07 21:35:37 +00:00
"video.js": "^5.11.9",
"videojs-dock": "^2.0.2",
2017-01-13 11:16:00 +00:00
"webpack": "2.2.0-rc.3",
"webpack-md5-hash": "0.0.5",
2017-01-13 11:16:00 +00:00
"webpack-merge": "~2.3.1",
2016-07-20 09:43:31 +00:00
"webpack-notifier": "^1.3.0",
2016-11-25 11:33:06 +00:00
"webtorrent": "^0.98.0",
2016-12-09 16:27:50 +00:00
"zone.js": "~0.7.2"
2016-06-04 09:06:06 +00:00
},
"devDependencies": {
2017-01-19 20:54:40 +00:00
"add-asset-html-webpack-plugin": "^1.0.2",
2017-01-15 18:30:14 +00:00
"codelyzer": "2.0.0-beta.4",
2017-01-19 20:54:40 +00:00
"standard": "^8.0.0",
2017-01-23 21:32:43 +00:00
"webpack-bundle-analyzer": "^2.2.1",
2017-01-19 20:54:40 +00:00
"webpack-dll-bundles-plugin": "^1.0.0-beta.5"
2016-03-07 13:48:46 +00:00
}
}