Prepare i18n files
[oweals/peertube.git] / client / package.json
1 {
2   "name": "peertube-client",
3   "version": "1.0.0-beta.7",
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://github.com/Chocobozzz/PeerTube.git"
14   },
15   "scripts": {
16     "lint": "tslint --project ./tsconfig.json -c ./tslint.json 'src/app/**/*.ts'",
17     "webpack": "webpack",
18     "tslint": "tslint",
19     "ng": "ng",
20     "postinstall": "npm rebuild node-sass && test -f angular-cli-patch.js && node angular-cli-patch.js || true",
21     "webpack-bundle-analyzer": "webpack-bundle-analyzer",
22     "webdriver-manager": "webdriver-manager",
23     "ngx-extractor": "ngx-extractor"
24   },
25   "license": "GPLv3",
26   "resolutions": {
27     "video.js": "^7",
28     "webtorrent/create-torrent/junk": "^1",
29     "simple-get": "^2.8.1"
30   },
31   "devDependencies": {
32     "@angular-devkit/build-angular": "~0.6.1",
33     "@angular/animations": "~6.0.2",
34     "@angular/cli": "6.0.1",
35     "@angular/common": "~6.0.2",
36     "@angular/compiler": "~6.0.2",
37     "@angular/compiler-cli": "~6.0.2",
38     "@angular/core": "~6.0.2",
39     "@angular/forms": "~6.0.2",
40     "@angular/http": "~6.0.2",
41     "@angular/language-service": "^6.0.1",
42     "@angular/platform-browser": "~6.0.2",
43     "@angular/platform-browser-dynamic": "~6.0.2",
44     "@angular/router": "~6.0.2",
45     "@angular/service-worker": "^6.0.1",
46     "@angularclass/hmr": "^2.1.3",
47     "@ngx-loading-bar/core": "^2.0.0",
48     "@ngx-loading-bar/http-client": "^2.0.0",
49     "@ngx-loading-bar/router": "^2.0.0",
50     "@ngx-meta/core": "^6.0.0-rc.1",
51     "@ngx-translate/i18n-polyfill": "^1.0.0",
52     "@types/core-js": "^0.9.28",
53     "@types/jasmine": "^2.8.7",
54     "@types/jasminewd2": "^2.0.3",
55     "@types/lodash-es": "^4.17.0",
56     "@types/markdown-it": "^0.0.4",
57     "@types/node": "^9.3.0",
58     "@types/sanitize-html": "^1.14.0",
59     "@types/video.js": "6.2.5",
60     "@types/webtorrent": "^0.98.4",
61     "angular2-notifications": "^1.0.2",
62     "awesome-typescript-loader": "5.0.0",
63     "bootstrap-sass": "^3.3.7",
64     "cache-chunk-store": "^2.0.0",
65     "codelyzer": "^4.0.2",
66     "core-js": "^2.4.1",
67     "css-loader": "^0.28.4",
68     "dexie": "^2.0.4",
69     "extract-text-webpack-plugin": "4.0.0-beta.0",
70     "file-loader": "^1.1.5",
71     "html-webpack-plugin": "^3.2.0",
72     "jasmine-core": "^3.1.0",
73     "jasmine-spec-reporter": "^4.2.1",
74     "karma": "^2.0.2",
75     "karma-chrome-launcher": "^2.2.0",
76     "karma-coverage-istanbul-reporter": "^2.0.1",
77     "karma-jasmine": "^1.1.2",
78     "karma-jasmine-html-reporter": "^1.1.0",
79     "linkifyjs": "^2.1.5",
80     "lodash-es": "^4.17.4",
81     "markdown-it": "^8.4.0",
82     "ngx-bootstrap": "3.0.0",
83     "ngx-chips": "1.9.2",
84     "ngx-clipboard": "11.1.0",
85     "ngx-pipes": "^2.1.7",
86     "node-sass": "^4.1.1",
87     "npm-font-source-sans-pro": "^1.0.2",
88     "primeng": "^5.2.6",
89     "protractor": "^5.3.2",
90     "purify-css": "^1.2.5",
91     "purifycss-webpack": "^0.7.0",
92     "raw-loader": "^0.5.1",
93     "resolve-url-loader": "^2.0.0",
94     "rxjs": "^6.1.0",
95     "rxjs-compat": "^6.1.0",
96     "sanitize-html": "^1.16.3",
97     "sass-loader": "^7.0.1",
98     "sass-resources-loader": "^1.2.1",
99     "tslint": "^5.7.0",
100     "tslint-config-standard": "^7.0.0",
101     "typescript": "2.7",
102     "uglifyjs-webpack-plugin": "^1.1.2",
103     "video.js": "^7.0.3",
104     "videojs-contextmenu": "^2.0.0",
105     "videojs-contextmenu-ui": "^4.0.0",
106     "videojs-dock": "^2.0.2",
107     "videojs-hotkeys": "^0.2.21",
108     "webpack": "^4.5.0",
109     "webpack-bundle-analyzer": "^2.9.1",
110     "webpack-cli": "^2.0.14",
111     "webtorrent": "^0.100.0",
112     "whatwg-fetch": "^2.0.4",
113     "zone.js": "~0.8.5"
114   }
115 }