]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/package.json
Bumped to version v1.0.0-beta.13
[github/Chocobozzz/PeerTube.git] / client / package.json
1 {
2 "name": "peertube-client",
3 "version": "1.0.0-beta.13",
4 "private": true,
5 "licence": "GPLv3",
6 "author": {
7 "name": "Florian Bigard",
8 "email": "me@florianbigard.com",
9 "url": "http://github.com/Chocobozzz"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git+https://github.com/Chocobozzz/PeerTube.git"
14 },
15 "scripts": {
16 "lint": "tslint --project ./tsconfig.json -c ./tslint.json 'src/app/**/*.ts' 'src/standalone/**/*.ts'",
17 "webpack": "webpack",
18 "tslint": "tslint",
19 "ng": "ng",
20 "postinstall": "npm rebuild node-sass",
21 "webpack-bundle-analyzer": "webpack-bundle-analyzer",
22 "webdriver-manager": "webdriver-manager",
23 "ngx-extractor": "ngx-extractor",
24 "test": "jest --no-cache"
25 },
26 "license": "GPLv3",
27 "typings": "*.d.ts",
28 "resolutions": {
29 "video.js": "^7",
30 "webtorrent/create-torrent/junk": "^1",
31 "simple-get": "^2.8.1"
32 },
33 "jest": {
34 "globals": {
35 "ts-jest": {
36 "tsConfigFile": "<rootDir>/src/tsconfig.spec.json"
37 },
38 "__TRANSFORM_HTML__": true
39 },
40 "transform": {
41 "^.+\\.(ts|js|html)$": "<rootDir>/node_modules/jest-preset-angular/preprocessor.js"
42 },
43 "moduleNameMapper": {
44 "^@app/(.*)": "<rootDir>/src/app/$1",
45 "environments/(.*)": "<rootDir>/src/environments/$1"
46 },
47 "testMatch": [
48 "**/__tests__/**/*.+(ts|js)?(x)",
49 "**/+(*.)+(spec|test).+(ts|js)?(x)"
50 ],
51 "moduleFileExtensions": [
52 "ts",
53 "tsx",
54 "js",
55 "jsx",
56 "json",
57 "node"
58 ],
59 "transformIgnorePatterns": [
60 "<rootDir>/node_modules/(?!lodash-es/)"
61 ],
62 "preset": "jest-preset-angular",
63 "setupTestFrameworkScriptFile": "<rootDir>/src/setupJest.ts"
64 },
65 "devDependencies": {
66 "@angular-devkit/build-angular": "^0.7.5",
67 "@angular/animations": "~6.1.4",
68 "@angular/cli": "~6.1.5",
69 "@angular/common": "~6.1.4",
70 "@angular/compiler": "~6.1.4",
71 "@angular/compiler-cli": "~6.1.4",
72 "@angular/core": "~6.1.4",
73 "@angular/forms": "~6.1.4",
74 "@angular/http": "~6.1.4",
75 "@angular/language-service": "~6.1.4",
76 "@angular/platform-browser": "~6.1.4",
77 "@angular/platform-browser-dynamic": "~6.1.4",
78 "@angular/router": "~6.1.4",
79 "@angular/service-worker": "~6.1.4",
80 "@angularclass/hmr": "^2.1.3",
81 "@neos21/bootstrap3-glyphicons": "^1.0.1",
82 "@ng-bootstrap/ng-bootstrap": "^3.1.0",
83 "@ngx-loading-bar/core": "^2.2.0",
84 "@ngx-loading-bar/http-client": "^2.2.0",
85 "@ngx-loading-bar/router": "^2.2.0",
86 "@ngx-meta/core": "^6.0.0-rc.1",
87 "@ngx-translate/i18n-polyfill": "^1.0.0",
88 "@types/core-js": "^2.5.0",
89 "@types/jasmine": "^2.8.7",
90 "@types/jasminewd2": "^2.0.3",
91 "@types/jest": "^23.3.1",
92 "@types/jschannel": "^1.0.0",
93 "@types/lodash-es": "^4.17.0",
94 "@types/markdown-it": "^0.0.5",
95 "@types/node": "^10.9.2",
96 "@types/sanitize-html": "^1.14.0",
97 "@types/video.js": "6.2.7",
98 "@types/webtorrent": "^0.98.4",
99 "angular2-hotkeys": "^2.1.2",
100 "angular2-notifications": "^1.0.2",
101 "awesome-typescript-loader": "5.2.0",
102 "bootstrap": "^4.1.3",
103 "buffer": "^5.1.0",
104 "cache-chunk-store": "^3.0.0",
105 "codelyzer": "^4.4.4",
106 "core-js": "^2.4.1",
107 "css-loader": "^1.0.0",
108 "dexie": "^2.0.4",
109 "extract-text-webpack-plugin": "4.0.0-beta.0",
110 "file-loader": "^2.0.0",
111 "html-loader": "^0.5.5",
112 "html-webpack-plugin": "^3.2.0",
113 "https-browserify": "^1.0.0",
114 "jasmine-core": "^3.1.0",
115 "jasmine-spec-reporter": "^4.2.1",
116 "jest": "^23.5.0",
117 "jest-preset-angular": "^6.0.0",
118 "jschannel": "^1.0.2",
119 "karma": "^3.0.0",
120 "karma-chrome-launcher": "^2.2.0",
121 "karma-coverage-istanbul-reporter": "^2.0.2",
122 "karma-jasmine": "^1.1.2",
123 "karma-jasmine-html-reporter": "^1.3.1",
124 "linkifyjs": "^2.1.5",
125 "lodash-es": "^4.17.4",
126 "markdown-it": "^8.4.0",
127 "ngx-chips": "1.9.3",
128 "ngx-clipboard": "11.1.3",
129 "ngx-pipes": "^2.1.7",
130 "ngx-qrcode2": "^0.0.9",
131 "ngx-textarea-autosize": "^2.0.0",
132 "node-sass": "^4.9.3",
133 "npm-font-source-sans-pro": "^1.0.2",
134 "path-browserify": "^1.0.0",
135 "primeng": "^6.1.2",
136 "process": "^0.11.10",
137 "protractor": "^5.3.2",
138 "purify-css": "^1.2.5",
139 "purifycss-webpack": "^0.7.0",
140 "raw-loader": "^0.5.1",
141 "resolve-url-loader": "^2.0.0",
142 "rxjs": "^6.1.0",
143 "sanitize-html": "^1.18.4",
144 "sass-loader": "^7.1.0",
145 "sass-resources-loader": "^1.2.1",
146 "stream-http": "^2.8.3",
147 "ts-jest": "^23.1.4",
148 "tslint": "^5.7.0",
149 "tslint-config-standard": "^7.0.0",
150 "typescript": "2.9",
151 "uglifyjs-webpack-plugin": "^1.3.0",
152 "video.js": "7.2",
153 "videojs-contextmenu": "^2.0.0",
154 "videojs-contextmenu-ui": "^4.0.0",
155 "videojs-dock": "^2.0.2",
156 "videojs-hotkeys": "^0.2.21",
157 "webpack": "^4.17.1",
158 "webpack-bundle-analyzer": "^2.9.1",
159 "webpack-cli": "^3.0.8",
160 "webtorrent": "^0.102.1",
161 "whatwg-fetch": "^2.0.4",
162 "zone.js": "~0.8.5",
163 "focus-visible": "^4.1.5"
164 }
165 }