]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/package.json
Add hover effect on login/create an account button
[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",
7bfd1b1e 18 "ng": "ng",
24a8e782
C
19 "postinstall": "npm rebuild node-sass",
20 "webpack-bundle-analyzer": "webpack-bundle-analyzer"
6f4e2522 21 },
230809ef 22 "license": "GPLv3",
ec61fb7e
C
23 "dependencies": {},
24 "devDependencies": {
b6827820 25 "@angular/animations": "~5.1.0",
63c4db6d 26 "@angular/cli": "^1.6.0",
b6827820
C
27 "@angular/common": "~5.1.0",
28 "@angular/compiler": "~5.1.0",
29 "@angular/compiler-cli": "~5.1.0",
30 "@angular/core": "~5.1.0",
31 "@angular/forms": "~5.1.0",
32 "@angular/http": "~5.1.0",
63c4db6d 33 "@angular/language-service": "^5.1.0",
b6827820
C
34 "@angular/platform-browser": "~5.1.0",
35 "@angular/platform-browser-dynamic": "~5.1.0",
36 "@angular/router": "~5.1.0",
77d07d69 37 "@angularclass/hmr": "^2.1.3",
c893d451 38 "@ngx-loading-bar/http-client": "^1.0.0-rc.1",
ec61fb7e 39 "@ngx-meta/core": "^4.0.1",
ab32b0fc 40 "@types/core-js": "^0.9.28",
24a8e782 41 "@types/lodash-es": "^4.17.0",
9d9597df 42 "@types/markdown-it": "^0.0.4",
ec61fb7e 43 "@types/node": "^8.0.33",
ec61fb7e 44 "@types/video.js": "6.2.0",
ec61fb7e 45 "@types/webtorrent": "^0.98.4",
b6827820 46 "angular2-notifications": "^0.9.6",
d15ab38a 47 "awesome-typescript-loader": "3.2.3",
63c4db6d 48 "bootstrap-sass": "^3.3.7",
b6827820 49 "codelyzer": "^4.0.2",
d268c551 50 "core-js": "^2.4.1",
8635a2c7 51 "css-loader": "^0.28.4",
7bfd1b1e 52 "extract-text-webpack-plugin": "^3.0.2",
a685e25c 53 "file-loader": "^1.1.5",
4a6995be 54 "html-webpack-plugin": "^2.19.0",
24a8e782 55 "lodash-es": "^4.17.4",
9d9597df 56 "markdown-it": "^8.4.0",
b33f657c 57 "ngx-bootstrap": "2.0.0-beta.9",
b6827820 58 "ngx-chips": "1.6.1",
c7e1e432 59 "ngx-clipboard": "^9.0.0",
2bbb3412 60 "ngx-infinite-scroll": "^0.7.0",
9bf9d2a5 61 "ngx-pipes": "^2.0.5",
c16ce1de 62 "node-sass": "^4.1.1",
63c4db6d 63 "npm-font-source-sans-pro": "^1.0.2",
b6827820 64 "primeng": "^5.0.2",
ec61fb7e
C
65 "purify-css": "^1.2.5",
66 "purifycss-webpack": "^0.7.0",
4a6995be 67 "raw-loader": "^0.5.1",
8635a2c7 68 "resolve-url-loader": "^2.0.0",
80624154 69 "rxjs": "^5.4.2",
383bfc83
C
70 "sass-loader": "^6.0.3",
71 "sass-resources-loader": "^1.2.1",
ec61fb7e 72 "standard": "^10.0.0",
b0f9f39e 73 "tslint": "^5.7.0",
7a8032bb 74 "tslint-config-standard": "^7.0.0",
b6827820 75 "typescript": "^2.6.2",
7bfd1b1e 76 "uglifyjs-webpack-plugin": "^1.1.2",
80624154 77 "video.js": "^6.2.0",
3bb2c7f9 78 "videojs-dock": "^2.0.2",
202e7223 79 "webpack": "^3.3.0",
24a8e782 80 "webpack-bundle-analyzer": "^2.9.1",
fe6445bf 81 "webtorrent": "^0.98.0",
383bfc83 82 "zone.js": "~0.8.5"
6f4e2522 83 }
e822fdae 84}