]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/package.json
Formated -> Formatted
[github/Chocobozzz/PeerTube.git] / client / package.json
CommitLineData
6f4e2522
C
1{
2 "name": "peertube-client",
3 "version": "0.0.1",
4 "private": true,
5 "licence": "GPLv3",
6 "author": {
7 "name": "Florian Bigard",
8 "email": "florian.bigard@gmail.com",
9 "url": "http://github.com/Chocobozzz"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git://github.com/Chocobozzz/PeerTube.git"
14 },
15 "scripts": {
df98563e 16 "test": "standard && tslint --type-check --project ./tsconfig.json -c ./tslint.json 'src/app/**/*.ts'",
1840c2f7 17 "webpack": "webpack",
3f1ac36c
C
18 "webpack-dev-server": "webpack-dev-server",
19 "postinstall": "npm rebuild node-sass"
6f4e2522 20 },
230809ef 21 "license": "GPLv3",
6f4e2522 22 "dependencies": {
26b82865
C
23 "@angular/animations": "~4.2.0",
24 "@angular/common": "~4.2.0",
25 "@angular/compiler": "~4.2.0",
26 "@angular/compiler-cli": "~4.2.0",
27 "@angular/core": "~4.2.0",
28 "@angular/forms": "~4.2.0",
29 "@angular/http": "~4.2.0",
30 "@angular/platform-browser": "~4.2.0",
31 "@angular/platform-browser-dynamic": "~4.2.0",
32 "@angular/router": "~4.2.0",
80624154 33 "@angularclass/hmr": "^2.1.0",
d268c551 34 "@angularclass/hmr-loader": "^3.0.2",
8b13c289 35 "@ngx-meta/core": "^0.4.0-rc.2",
ab32b0fc
C
36 "@types/core-js": "^0.9.28",
37 "@types/node": "^6.0.38",
38 "@types/source-map": "^0.1.26",
39 "@types/uglify-js": "^2.0.27",
8635a2c7 40 "@types/video.js": "5.16.0",
c16ce1de 41 "@types/webpack": "^2.0.0",
693b1aba 42 "angular-pipes": "^5.0.0",
ad42bea3 43 "angular2-notifications": "^0.5.4",
d05eb4ed 44 "angular2-template-loader": "^0.6.0",
2e92c10b 45 "assets-webpack-plugin": "^3.4.0",
8635a2c7 46 "awesome-typescript-loader": "3.1.3",
f627b712
C
47 "babel-core": "^6.25.0",
48 "babel-loader": "^7.1.0",
49 "babel-preset-env": "^1.5.2",
c16ce1de 50 "bootstrap": "^3.3.6",
8635a2c7 51 "bootstrap-loader": "2.1.0",
ccfd23df 52 "bootstrap-sass": "^3.3.6",
d05eb4ed 53 "copy-webpack-plugin": "^4.0.0",
d268c551 54 "core-js": "^2.4.1",
8635a2c7
C
55 "css-loader": "^0.28.4",
56 "css-to-string-loader": "^0.1.3",
ce98c80c 57 "es6-shim": "^0.35.0",
8635a2c7 58 "file-loader": "^0.11.2",
4a6995be 59 "html-webpack-plugin": "^2.19.0",
a64668c0
C
60 "ie-shim": "^0.1.0",
61 "intl": "^1.2.4",
4a6995be 62 "json-loader": "^0.5.4",
8635a2c7 63 "ng-router-loader": "^2.0.0",
c16ce1de 64 "ng2-file-upload": "^1.1.4-2",
1840c2f7 65 "ng2-smart-table": "1.2.1",
80624154 66 "ngc-webpack": "3.0.0",
ad42bea3 67 "ngx-bootstrap": "1.6.6",
8b13c289 68 "ngx-chips": "1.4.5-beta",
c16ce1de 69 "node-sass": "^4.1.1",
8635a2c7 70 "normalize.css": "^7.0.0",
f7ac0f84 71 "optimize-js-plugin": "0.0.4",
4a6995be 72 "raw-loader": "^0.5.1",
a7582a2c 73 "reflect-metadata": "^0.1.9",
8635a2c7 74 "resolve-url-loader": "^2.0.0",
80624154 75 "rxjs": "^5.4.2",
383bfc83
C
76 "sass-loader": "^6.0.3",
77 "sass-resources-loader": "^1.2.1",
4d19d2f1 78 "script-ext-html-webpack-plugin": "^1.3.2",
383bfc83 79 "source-map-loader": "^0.2.1",
ab32b0fc 80 "string-replace-loader": "^1.0.3",
8635a2c7 81 "style-loader": "^0.18.2",
a17bc2c3 82 "tslib": "^1.5.0",
80624154 83 "tslint": "^5.4.3",
9bce7592 84 "tslint-loader": "^3.3.0",
df98563e 85 "typescript": "~2.4.0",
4a6995be 86 "url-loader": "^0.5.7",
80624154 87 "video.js": "^6.2.0",
3bb2c7f9 88 "videojs-dock": "^2.0.2",
202e7223 89 "webpack": "^3.3.0",
383bfc83 90 "webpack-merge": "~4.1.0",
66698b83 91 "webpack-notifier": "^1.3.0",
fe6445bf 92 "webtorrent": "^0.98.0",
383bfc83 93 "zone.js": "~0.8.5"
ce98c80c
C
94 },
95 "devDependencies": {
33c4972d 96 "@types/webtorrent": "^0.98.4",
8635a2c7 97 "add-asset-html-webpack-plugin": "^2.0.1",
383bfc83 98 "codelyzer": "^3.0.0-beta.4",
202e7223
C
99 "extract-text-webpack-plugin": "^3.0.0",
100 "purify-css": "^1.2.5",
101 "purifycss-webpack": "^0.7.0",
0dd079da 102 "standard": "^10.0.0",
df98563e 103 "tslint-config-standard": "^6.0.1",
8635a2c7 104 "webpack-bundle-analyzer": "^2.8.2",
1840c2f7 105 "webpack-dev-server": "^2.4.5",
cc3e2d9b 106 "webpack-dll-bundles-plugin": "^1.0.0-beta.5"
6f4e2522 107 }
e822fdae 108}