2016-03-07 08:48:46 -05:00
|
|
|
{
|
|
|
|
"name": "peertube-client",
|
2018-09-13 05:07:53 -04:00
|
|
|
"version": "1.0.0-beta.13",
|
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",
|
2018-08-16 04:57:57 -04:00
|
|
|
"url": "git+https://github.com/Chocobozzz/PeerTube.git"
|
2016-03-07 08:48:46 -05:00
|
|
|
},
|
|
|
|
"scripts": {
|
2018-07-10 12:02:30 -04:00
|
|
|
"lint": "tslint --project ./tsconfig.json -c ./tslint.json 'src/app/**/*.ts' 'src/standalone/**/*.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",
|
2018-06-28 09:53:04 -04:00
|
|
|
"postinstall": "npm rebuild node-sass",
|
2018-05-17 04:55:01 -04:00
|
|
|
"webpack-bundle-analyzer": "webpack-bundle-analyzer",
|
2018-05-31 12:12:15 -04:00
|
|
|
"webdriver-manager": "webdriver-manager",
|
2018-08-31 11:19:21 -04:00
|
|
|
"ngx-extractor": "ngx-extractor",
|
2018-09-04 05:01:54 -04:00
|
|
|
"test": "jest --no-cache"
|
2016-03-07 08:48:46 -05:00
|
|
|
},
|
2016-05-13 08:18:37 -04:00
|
|
|
"license": "GPLv3",
|
2018-08-02 09:34:09 -04:00
|
|
|
"typings": "*.d.ts",
|
2018-05-09 10:47:48 -04:00
|
|
|
"resolutions": {
|
2018-05-30 11:10:00 -04:00
|
|
|
"video.js": "^7",
|
2018-05-23 06:02:15 -04:00
|
|
|
"webtorrent/create-torrent/junk": "^1",
|
|
|
|
"simple-get": "^2.8.1"
|
2018-05-09 10:47:48 -04:00
|
|
|
},
|
2018-08-31 11:19:21 -04:00
|
|
|
"jest": {
|
2018-09-04 05:01:54 -04:00
|
|
|
"globals": {
|
|
|
|
"ts-jest": {
|
|
|
|
"tsConfigFile": "<rootDir>/src/tsconfig.spec.json"
|
|
|
|
},
|
|
|
|
"__TRANSFORM_HTML__": true
|
|
|
|
},
|
2018-08-31 11:19:21 -04:00
|
|
|
"transform": {
|
2018-09-04 05:01:54 -04:00
|
|
|
"^.+\\.(ts|js|html)$": "<rootDir>/node_modules/jest-preset-angular/preprocessor.js"
|
2018-08-31 11:19:21 -04:00
|
|
|
},
|
|
|
|
"moduleNameMapper": {
|
2018-09-04 05:01:54 -04:00
|
|
|
"^@app/(.*)": "<rootDir>/src/app/$1",
|
|
|
|
"environments/(.*)": "<rootDir>/src/environments/$1"
|
2018-08-31 11:19:21 -04:00
|
|
|
},
|
2018-09-04 05:01:54 -04:00
|
|
|
"testMatch": [
|
|
|
|
"**/__tests__/**/*.+(ts|js)?(x)",
|
|
|
|
"**/+(*.)+(spec|test).+(ts|js)?(x)"
|
|
|
|
],
|
2018-08-31 11:19:21 -04:00
|
|
|
"moduleFileExtensions": [
|
|
|
|
"ts",
|
|
|
|
"tsx",
|
|
|
|
"js",
|
|
|
|
"jsx",
|
|
|
|
"json",
|
|
|
|
"node"
|
2018-09-04 05:01:54 -04:00
|
|
|
],
|
|
|
|
"transformIgnorePatterns": [
|
|
|
|
"<rootDir>/node_modules/(?!lodash-es/)"
|
|
|
|
],
|
|
|
|
"preset": "jest-preset-angular",
|
|
|
|
"setupTestFrameworkScriptFile": "<rootDir>/src/setupJest.ts"
|
2018-08-31 11:19:21 -04:00
|
|
|
},
|
2017-10-09 08:40:05 -04:00
|
|
|
"devDependencies": {
|
2018-08-27 05:45:58 -04:00
|
|
|
"@angular-devkit/build-angular": "^0.7.5",
|
|
|
|
"@angular/animations": "~6.1.4",
|
|
|
|
"@angular/cli": "~6.1.5",
|
|
|
|
"@angular/common": "~6.1.4",
|
|
|
|
"@angular/compiler": "~6.1.4",
|
|
|
|
"@angular/compiler-cli": "~6.1.4",
|
|
|
|
"@angular/core": "~6.1.4",
|
|
|
|
"@angular/forms": "~6.1.4",
|
|
|
|
"@angular/http": "~6.1.4",
|
|
|
|
"@angular/language-service": "~6.1.4",
|
|
|
|
"@angular/platform-browser": "~6.1.4",
|
|
|
|
"@angular/platform-browser-dynamic": "~6.1.4",
|
|
|
|
"@angular/router": "~6.1.4",
|
|
|
|
"@angular/service-worker": "~6.1.4",
|
2017-12-12 08:45:42 -05:00
|
|
|
"@angularclass/hmr": "^2.1.3",
|
2018-08-09 03:22:10 -04:00
|
|
|
"@neos21/bootstrap3-glyphicons": "^1.0.1",
|
2018-08-27 05:45:58 -04:00
|
|
|
"@ng-bootstrap/ng-bootstrap": "^3.1.0",
|
|
|
|
"@ngx-loading-bar/core": "^2.2.0",
|
|
|
|
"@ngx-loading-bar/http-client": "^2.2.0",
|
|
|
|
"@ngx-loading-bar/router": "^2.2.0",
|
2018-05-15 04:58:08 -04:00
|
|
|
"@ngx-meta/core": "^6.0.0-rc.1",
|
2018-05-31 12:12:15 -04:00
|
|
|
"@ngx-translate/i18n-polyfill": "^1.0.0",
|
2018-07-17 04:25:09 -04:00
|
|
|
"@types/core-js": "^2.5.0",
|
2018-05-16 13:59:21 -04:00
|
|
|
"@types/jasmine": "^2.8.7",
|
|
|
|
"@types/jasminewd2": "^2.0.3",
|
2018-08-31 11:19:21 -04:00
|
|
|
"@types/jest": "^23.3.1",
|
2018-07-10 11:47:56 -04:00
|
|
|
"@types/jschannel": "^1.0.0",
|
2017-12-20 03:04:52 -05:00
|
|
|
"@types/lodash-es": "^4.17.0",
|
2018-08-27 05:45:58 -04:00
|
|
|
"@types/markdown-it": "^0.0.5",
|
|
|
|
"@types/node": "^10.9.2",
|
2018-01-04 11:50:30 -05:00
|
|
|
"@types/sanitize-html": "^1.14.0",
|
2018-07-17 04:25:09 -04:00
|
|
|
"@types/video.js": "6.2.7",
|
2017-10-09 08:40:05 -04:00
|
|
|
"@types/webtorrent": "^0.98.4",
|
2018-08-28 03:32:03 -04:00
|
|
|
"angular2-hotkeys": "^2.1.2",
|
2018-05-15 04:58:08 -04:00
|
|
|
"angular2-notifications": "^1.0.2",
|
2018-07-17 04:25:09 -04:00
|
|
|
"awesome-typescript-loader": "5.2.0",
|
2018-08-09 03:22:10 -04:00
|
|
|
"bootstrap": "^4.1.3",
|
2018-06-28 09:53:04 -04:00
|
|
|
"buffer": "^5.1.0",
|
2018-08-27 05:45:58 -04:00
|
|
|
"cache-chunk-store": "^3.0.0",
|
|
|
|
"codelyzer": "^4.4.4",
|
2016-09-19 16:09:12 -04:00
|
|
|
"core-js": "^2.4.1",
|
2018-07-17 04:25:09 -04:00
|
|
|
"css-loader": "^1.0.0",
|
2018-05-25 10:56:11 -04:00
|
|
|
"dexie": "^2.0.4",
|
2018-04-06 10:06:43 -04:00
|
|
|
"extract-text-webpack-plugin": "4.0.0-beta.0",
|
2018-08-27 05:45:58 -04:00
|
|
|
"file-loader": "^2.0.0",
|
2018-07-10 11:47:56 -04:00
|
|
|
"html-loader": "^0.5.5",
|
2018-07-17 04:25:09 -04:00
|
|
|
"html-webpack-plugin": "^3.2.0",
|
2018-06-28 09:53:04 -04:00
|
|
|
"https-browserify": "^1.0.0",
|
2018-05-16 13:59:21 -04:00
|
|
|
"jasmine-core": "^3.1.0",
|
|
|
|
"jasmine-spec-reporter": "^4.2.1",
|
2018-08-31 11:19:21 -04:00
|
|
|
"jest": "^23.5.0",
|
2018-09-04 05:01:54 -04:00
|
|
|
"jest-preset-angular": "^6.0.0",
|
2018-07-10 11:47:56 -04:00
|
|
|
"jschannel": "^1.0.2",
|
2018-08-27 05:45:58 -04:00
|
|
|
"karma": "^3.0.0",
|
2018-05-16 13:59:21 -04:00
|
|
|
"karma-chrome-launcher": "^2.2.0",
|
2018-08-27 05:45:58 -04:00
|
|
|
"karma-coverage-istanbul-reporter": "^2.0.2",
|
2018-05-16 13:59:21 -04:00
|
|
|
"karma-jasmine": "^1.1.2",
|
2018-08-27 05:45:58 -04:00
|
|
|
"karma-jasmine-html-reporter": "^1.3.1",
|
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-07-31 13:47:14 -04:00
|
|
|
"ngx-chips": "1.9.3",
|
2018-08-27 05:45:58 -04:00
|
|
|
"ngx-clipboard": "11.1.3",
|
2018-05-15 04:58:08 -04:00
|
|
|
"ngx-pipes": "^2.1.7",
|
2018-07-17 04:25:09 -04:00
|
|
|
"ngx-qrcode2": "^0.0.9",
|
2018-08-30 05:15:22 -04:00
|
|
|
"ngx-textarea-autosize": "^2.0.0",
|
2018-08-27 05:45:58 -04:00
|
|
|
"node-sass": "^4.9.3",
|
2017-12-11 11:36:46 -05:00
|
|
|
"npm-font-source-sans-pro": "^1.0.2",
|
2018-06-28 09:53:04 -04:00
|
|
|
"path-browserify": "^1.0.0",
|
2018-08-27 05:45:58 -04:00
|
|
|
"primeng": "^6.1.2",
|
2018-06-28 09:53:04 -04:00
|
|
|
"process": "^0.11.10",
|
2018-05-16 13:59:21 -04:00
|
|
|
"protractor": "^5.3.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",
|
2018-05-15 04:58:08 -04:00
|
|
|
"rxjs": "^6.1.0",
|
2018-08-27 05:45:58 -04:00
|
|
|
"sanitize-html": "^1.18.4",
|
|
|
|
"sass-loader": "^7.1.0",
|
2017-04-21 05:06:33 -04:00
|
|
|
"sass-resources-loader": "^1.2.1",
|
2018-06-28 09:53:04 -04:00
|
|
|
"stream-http": "^2.8.3",
|
2018-08-31 11:19:21 -04:00
|
|
|
"ts-jest": "^23.1.4",
|
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-07-31 13:47:14 -04:00
|
|
|
"typescript": "2.9",
|
2018-08-27 05:45:58 -04:00
|
|
|
"uglifyjs-webpack-plugin": "^1.3.0",
|
2018-07-31 13:47:14 -04:00
|
|
|
"video.js": "7.2",
|
2018-05-30 11:10:00 -04:00
|
|
|
"videojs-contextmenu": "^2.0.0",
|
|
|
|
"videojs-contextmenu-ui": "^4.0.0",
|
2016-11-07 16:35:37 -05:00
|
|
|
"videojs-dock": "^2.0.2",
|
2018-04-03 11:33:39 -04:00
|
|
|
"videojs-hotkeys": "^0.2.21",
|
2018-08-27 05:45:58 -04:00
|
|
|
"webpack": "^4.17.1",
|
2017-12-20 03:04:52 -05:00
|
|
|
"webpack-bundle-analyzer": "^2.9.1",
|
2018-07-17 04:25:09 -04:00
|
|
|
"webpack-cli": "^3.0.8",
|
2018-08-27 05:45:58 -04:00
|
|
|
"webtorrent": "^0.102.1",
|
2018-05-18 05:02:40 -04:00
|
|
|
"whatwg-fetch": "^2.0.4",
|
2018-09-08 08:34:32 -04:00
|
|
|
"zone.js": "~0.8.5",
|
|
|
|
"focus-visible": "^4.1.5"
|
2016-03-07 08:48:46 -05:00
|
|
|
}
|
2016-06-07 16:34:02 -04:00
|
|
|
}
|