]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/package.json
Move to angular cli
[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",
63c4db6d 8 "email": "me@florianbigard.com",
6f4e2522
C
9 "url": "http://github.com/Chocobozzz"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git://github.com/Chocobozzz/PeerTube.git"
14 },
15 "scripts": {
18530063 16 "lint": "standard && tslint --type-check --project ./tsconfig.json -c ./tslint.json 'src/app/**/*.ts'",
1840c2f7 17 "webpack": "webpack",
63c4db6d 18 "webpack-dev-server<": "webpack-dev-server",
3f1ac36c 19 "postinstall": "npm rebuild node-sass"
6f4e2522 20 },
230809ef 21 "license": "GPLv3",
ec61fb7e
C
22 "dependencies": {},
23 "devDependencies": {
a685e25c 24 "@angular/animations": "~4.4.0",
63c4db6d 25 "@angular/cli": "^1.6.0",
a685e25c
C
26 "@angular/common": "~4.4.0",
27 "@angular/compiler": "~4.4.0",
28 "@angular/compiler-cli": "~4.4.0",
29 "@angular/core": "~4.4.0",
30 "@angular/forms": "~4.4.0",
31 "@angular/http": "~4.4.0",
63c4db6d 32 "@angular/language-service": "^5.1.0",
a685e25c
C
33 "@angular/platform-browser": "~4.4.0",
34 "@angular/platform-browser-dynamic": "~4.4.0",
35 "@angular/router": "~4.4.0",
80624154 36 "@angularclass/hmr": "^2.1.0",
d268c551 37 "@angularclass/hmr-loader": "^3.0.2",
ec61fb7e 38 "@ngx-meta/core": "^4.0.1",
ab32b0fc 39 "@types/core-js": "^0.9.28",
9d9597df 40 "@types/markdown-it": "^0.0.4",
ec61fb7e
C
41 "@types/node": "^8.0.33",
42 "@types/source-map": "^0.5.1",
ab32b0fc 43 "@types/uglify-js": "^2.0.27",
ec61fb7e 44 "@types/video.js": "6.2.0",
d15ab38a 45 "@types/webpack": "^3.0.0",
ec61fb7e
C
46 "@types/webtorrent": "^0.98.4",
47 "add-asset-html-webpack-plugin": "^2.0.1",
d15ab38a 48 "angular2-notifications": "^0.7.7",
d05eb4ed 49 "angular2-template-loader": "^0.6.0",
2e92c10b 50 "assets-webpack-plugin": "^3.4.0",
d15ab38a 51 "awesome-typescript-loader": "3.2.3",
f627b712
C
52 "babel-core": "^6.25.0",
53 "babel-loader": "^7.1.0",
54 "babel-preset-env": "^1.5.2",
63c4db6d 55 "bootstrap-sass": "^3.3.7",
ec61fb7e 56 "codelyzer": "^3.0.0-beta.4",
d05eb4ed 57 "copy-webpack-plugin": "^4.0.0",
d268c551 58 "core-js": "^2.4.1",
8635a2c7
C
59 "css-loader": "^0.28.4",
60 "css-to-string-loader": "^0.1.3",
ce98c80c 61 "es6-shim": "^0.35.0",
ec61fb7e 62 "extract-text-webpack-plugin": "^3.0.0",
a685e25c 63 "file-loader": "^1.1.5",
4a6995be 64 "html-webpack-plugin": "^2.19.0",
a64668c0 65 "ie-shim": "^0.1.0",
ec61fb7e 66 "inline-manifest-webpack-plugin": "^3.0.1",
a64668c0 67 "intl": "^1.2.4",
4a6995be 68 "json-loader": "^0.5.4",
9d9597df 69 "markdown-it": "^8.4.0",
8635a2c7 70 "ng-router-loader": "^2.0.0",
d15ab38a 71 "ngc-webpack": "3.2.2",
b33f657c 72 "ngx-bootstrap": "2.0.0-beta.9",
d15ab38a 73 "ngx-chips": "1.5.3",
c7e1e432 74 "ngx-clipboard": "^9.0.0",
2bbb3412 75 "ngx-infinite-scroll": "^0.7.0",
9bf9d2a5 76 "ngx-pipes": "^2.0.5",
c16ce1de 77 "node-sass": "^4.1.1",
8635a2c7 78 "normalize.css": "^7.0.0",
63c4db6d 79 "npm-font-source-sans-pro": "^1.0.2",
f7ac0f84 80 "optimize-js-plugin": "0.0.4",
ec61fb7e
C
81 "primeng": "^4.2.0",
82 "purify-css": "^1.2.5",
83 "purifycss-webpack": "^0.7.0",
4a6995be 84 "raw-loader": "^0.5.1",
a7582a2c 85 "reflect-metadata": "^0.1.9",
8635a2c7 86 "resolve-url-loader": "^2.0.0",
80624154 87 "rxjs": "^5.4.2",
383bfc83
C
88 "sass-loader": "^6.0.3",
89 "sass-resources-loader": "^1.2.1",
4d19d2f1 90 "script-ext-html-webpack-plugin": "^1.3.2",
383bfc83 91 "source-map-loader": "^0.2.1",
ec61fb7e 92 "standard": "^10.0.0",
ab32b0fc 93 "string-replace-loader": "^1.0.3",
a685e25c 94 "style-loader": "^0.19.0",
a17bc2c3 95 "tslib": "^1.5.0",
b0f9f39e 96 "tslint": "^5.7.0",
7a8032bb 97 "tslint-config-standard": "^7.0.0",
9bce7592 98 "tslint-loader": "^3.3.0",
b0f9f39e 99 "typescript": "^2.5.2",
7a8032bb 100 "uglifyjs-webpack-plugin": "^1.0.1",
a685e25c 101 "url-loader": "^0.6.2",
80624154 102 "video.js": "^6.2.0",
3bb2c7f9 103 "videojs-dock": "^2.0.2",
202e7223 104 "webpack": "^3.3.0",
ec61fb7e
C
105 "webpack-bundle-analyzer": "^2.8.2",
106 "webpack-dev-server": "^2.4.5",
107 "webpack-dll-bundles-plugin": "^1.0.0-beta.5",
383bfc83 108 "webpack-merge": "~4.1.0",
66698b83 109 "webpack-notifier": "^1.3.0",
fe6445bf 110 "webtorrent": "^0.98.0",
383bfc83 111 "zone.js": "~0.8.5"
6f4e2522 112 }
e822fdae 113}