1
0
Fork 0
peertube/client/package.json

164 lines
4.9 KiB
JSON
Raw Normal View History

2016-03-07 13:48:46 +00:00
{
"name": "peertube-client",
2018-10-19 13:29:30 +00:00
"version": "1.1.0-alpha.2",
2016-03-07 13:48:46 +00:00
"private": true,
"licence": "GPLv3",
"author": {
2018-10-03 14:43:57 +00:00
"name": "Chocobozzz",
"email": "chocobozzz@cpy.re",
2016-03-07 13:48:46 +00:00
"url": "http://github.com/Chocobozzz"
},
"repository": {
"type": "git",
2018-08-16 08:57:57 +00:00
"url": "git+https://github.com/Chocobozzz/PeerTube.git"
2016-03-07 13:48:46 +00:00
},
"scripts": {
2018-07-10 16:02:30 +00:00
"lint": "tslint --project ./tsconfig.json -c ./tslint.json 'src/app/**/*.ts' 'src/standalone/**/*.ts'",
2017-06-11 13:19:43 +00:00
"webpack": "webpack",
"tslint": "tslint",
"ng": "ng",
"postinstall": "npm rebuild node-sass",
2018-05-17 08:55:01 +00:00
"webpack-bundle-analyzer": "webpack-bundle-analyzer",
2018-05-31 16:12:15 +00:00
"webdriver-manager": "webdriver-manager",
"ngx-extractor": "ngx-extractor",
"test": "jest --no-cache"
2016-03-07 13:48:46 +00:00
},
2016-05-13 12:18:37 +00:00
"license": "GPLv3",
"typings": "*.d.ts",
"resolutions": {
2018-05-30 15:10:00 +00:00
"video.js": "^7",
2018-05-23 10:02:15 +00:00
"webtorrent/create-torrent/junk": "^1",
"simple-get": "^2.8.1"
},
"jest": {
"globals": {
"ts-jest": {
"tsConfigFile": "<rootDir>/src/tsconfig.spec.json"
},
"__TRANSFORM_HTML__": true
},
"transform": {
"^.+\\.(ts|js|html)$": "<rootDir>/node_modules/jest-preset-angular/preprocessor.js"
},
"moduleNameMapper": {
"^@app/(.*)": "<rootDir>/src/app/$1",
"environments/(.*)": "<rootDir>/src/environments/$1"
},
"testMatch": [
"**/__tests__/**/*.+(ts|js)?(x)",
"**/+(*.)+(spec|test).+(ts|js)?(x)"
],
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
],
"transformIgnorePatterns": [
"<rootDir>/node_modules/(?!lodash-es/)"
],
"preset": "jest-preset-angular",
"setupTestFrameworkScriptFile": "<rootDir>/src/setupJest.ts"
},
2017-10-09 12:40:05 +00:00
"devDependencies": {
2018-10-28 12:49:11 +00:00
"@angular-devkit/build-angular": "~0.10.0",
2018-11-03 17:27:23 +00:00
"@angular/animations": "~7.0.2",
"@angular/cli": "~7.0.4",
"@angular/common": "~7.0.2",
"@angular/compiler": "~7.0.2",
"@angular/compiler-cli": "~7.0.2",
"@angular/core": "~7.0.2",
"@angular/forms": "~7.0.2",
"@angular/http": "~7.0.2",
"@angular/language-service": "~7.0.2",
"@angular/platform-browser": "~7.0.2",
"@angular/platform-browser-dynamic": "~7.0.2",
"@angular/router": "~7.0.2",
"@angular/service-worker": "~7.0.2",
2017-12-12 13:45:42 +00:00
"@angularclass/hmr": "^2.1.3",
2018-08-09 07:22:10 +00:00
"@neos21/bootstrap3-glyphicons": "^1.0.1",
2018-11-06 19:48:17 +00:00
"@ng-bootstrap/ng-bootstrap": "^4.0.0",
2018-08-27 09:45:58 +00:00
"@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 08:58:08 +00:00
"@ngx-meta/core": "^6.0.0-rc.1",
2018-05-31 16:12:15 +00:00
"@ngx-translate/i18n-polyfill": "^1.0.0",
2018-07-17 08:25:09 +00:00
"@types/core-js": "^2.5.0",
2018-05-16 17:59:21 +00:00
"@types/jasmine": "^2.8.7",
"@types/jasminewd2": "^2.0.3",
"@types/jest": "^23.3.1",
"@types/jschannel": "^1.0.0",
"@types/lodash-es": "^4.17.0",
2018-08-27 09:45:58 +00:00
"@types/markdown-it": "^0.0.5",
"@types/node": "^10.9.2",
2018-09-21 07:18:28 +00:00
"@types/sanitize-html": "1.18.0",
2018-10-18 12:35:31 +00:00
"@types/video.js": "^7.2.5",
2017-10-09 12:40:05 +00:00
"@types/webtorrent": "^0.98.4",
"angular2-hotkeys": "^2.1.2",
2018-05-15 08:58:08 +00:00
"angular2-notifications": "^1.0.2",
2018-09-21 07:18:28 +00:00
"awesome-typescript-loader": "5.2.1",
2018-08-09 07:22:10 +00:00
"bootstrap": "^4.1.3",
"buffer": "^5.1.0",
2018-08-27 09:45:58 +00:00
"cache-chunk-store": "^3.0.0",
"codelyzer": "^4.4.4",
2016-09-19 20:09:12 +00:00
"core-js": "^2.4.1",
2018-07-17 08:25:09 +00:00
"css-loader": "^1.0.0",
"dexie": "^2.0.4",
2018-04-06 14:06:43 +00:00
"extract-text-webpack-plugin": "4.0.0-beta.0",
2018-08-27 09:45:58 +00:00
"file-loader": "^2.0.0",
2018-09-21 07:18:28 +00:00
"focus-visible": "^4.1.5",
"html-loader": "^0.5.5",
2018-07-17 08:25:09 +00:00
"html-webpack-plugin": "^3.2.0",
"https-browserify": "^1.0.0",
2018-05-16 17:59:21 +00:00
"jasmine-core": "^3.1.0",
"jasmine-spec-reporter": "^4.2.1",
"jest": "^23.5.0",
"jest-preset-angular": "^6.0.0",
"jschannel": "^1.0.2",
2018-08-27 09:45:58 +00:00
"karma": "^3.0.0",
2018-05-16 17:59:21 +00:00
"karma-chrome-launcher": "^2.2.0",
2018-08-27 09:45:58 +00:00
"karma-coverage-istanbul-reporter": "^2.0.2",
2018-05-16 17:59:21 +00:00
"karma-jasmine": "^1.1.2",
2018-08-27 09:45:58 +00:00
"karma-jasmine-html-reporter": "^1.3.1",
2018-02-21 15:44:18 +00:00
"linkifyjs": "^2.1.5",
"lodash-es": "^4.17.4",
"markdown-it": "^8.4.0",
2018-09-21 07:18:28 +00:00
"ngx-chips": "1.9.7",
"ngx-clipboard": "11.1.7",
2018-05-15 08:58:08 +00:00
"ngx-pipes": "^2.1.7",
2018-07-17 08:25:09 +00:00
"ngx-qrcode2": "^0.0.9",
2018-08-27 09:45:58 +00:00
"node-sass": "^4.9.3",
2017-12-11 16:36:46 +00:00
"npm-font-source-sans-pro": "^1.0.2",
"path-browserify": "^1.0.0",
2018-08-27 09:45:58 +00:00
"primeng": "^6.1.2",
"process": "^0.11.10",
2018-05-16 17:59:21 +00:00
"protractor": "^5.3.2",
2017-10-09 12:40:05 +00:00
"purify-css": "^1.2.5",
"purifycss-webpack": "^0.7.0",
"raw-loader": "^0.5.1",
2018-11-03 17:27:23 +00:00
"rxjs": "^6.3.3",
2018-08-27 09:45:58 +00:00
"sanitize-html": "^1.18.4",
"sass-loader": "^7.1.0",
2017-04-21 09:06:33 +00:00
"sass-resources-loader": "^1.2.1",
2018-09-21 07:18:28 +00:00
"stream-browserify": "^2.0.1",
"stream-http": "^2.8.3",
2018-09-21 07:18:28 +00:00
"terser-webpack-plugin": "^1.1.0",
"ts-jest": "^23.1.4",
2017-09-04 18:07:54 +00:00
"tslint": "^5.7.0",
2018-09-21 07:26:02 +00:00
"tslint-config-standard": "^8.0.1",
2018-11-03 17:27:23 +00:00
"typescript": "3.1.6",
2018-09-21 07:18:28 +00:00
"video.js": "^7",
"videojs-contextmenu-ui": "^5.0.0",
2016-11-07 21:35:37 +00:00
"videojs-dock": "^2.0.2",
2018-04-03 15:33:39 +00:00
"videojs-hotkeys": "^0.2.21",
2018-08-27 09:45:58 +00:00
"webpack": "^4.17.1",
2018-09-21 07:18:28 +00:00
"webpack-bundle-analyzer": "^3.0.2",
2018-07-17 08:25:09 +00:00
"webpack-cli": "^3.0.8",
"webtorrent": "https://github.com/webtorrent/webtorrent#e9b209c7970816fc29e0cc871157a4918d66001d",
2018-09-21 07:18:28 +00:00
"whatwg-fetch": "^3.0.0",
"zone.js": "~0.8.5"
2016-03-07 13:48:46 +00:00
}
}