diff options
author | Chocobozzz <me@florianbigard.com> | 2020-11-19 15:57:52 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-11-19 15:57:52 +0100 |
commit | c4f7fe09cd014b0ec5c0d64fd320780c45461c06 (patch) | |
tree | f784271f0956f8b743561ecdc99f60c531b38117 /client/package.json | |
parent | 4f926722ea6784ea389013378fd233f59077ec8a (diff) | |
download | PeerTube-c4f7fe09cd014b0ec5c0d64fd320780c45461c06.tar.gz PeerTube-c4f7fe09cd014b0ec5c0d64fd320780c45461c06.tar.zst PeerTube-c4f7fe09cd014b0ec5c0d64fd320780c45461c06.zip |
Use sass instead of deprecated node sass
Diffstat (limited to 'client/package.json')
-rw-r--r-- | client/package.json | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/client/package.json b/client/package.json index 2306aaaf7..933a8d65f 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -19,7 +19,6 @@ | |||
19 | "webpack": "webpack", | 19 | "webpack": "webpack", |
20 | "tslint": "tslint", | 20 | "tslint": "tslint", |
21 | "ng": "ng", | 21 | "ng": "ng", |
22 | "postinstall": "npm rebuild node-sass", | ||
23 | "webpack-bundle-analyzer": "webpack-bundle-analyzer", | 22 | "webpack-bundle-analyzer": "webpack-bundle-analyzer", |
24 | "webdriver-manager": "webdriver-manager", | 23 | "webdriver-manager": "webdriver-manager", |
25 | "ngx-extractor": "ngx-extractor", | 24 | "ngx-extractor": "ngx-extractor", |
@@ -97,7 +96,6 @@ | |||
97 | "lodash-es": "^4.17.4", | 96 | "lodash-es": "^4.17.4", |
98 | "markdown-it": "12.0.2", | 97 | "markdown-it": "12.0.2", |
99 | "mini-css-extract-plugin": "^1.3.1", | 98 | "mini-css-extract-plugin": "^1.3.1", |
100 | "node-sass": "^5.0.0", | ||
101 | "npm-font-source-sans-pro": "^1.0.2", | 99 | "npm-font-source-sans-pro": "^1.0.2", |
102 | "p2p-media-loader-hlsjs": "^0.6.2", | 100 | "p2p-media-loader-hlsjs": "^0.6.2", |
103 | "path-browserify": "^1.0.0", | 101 | "path-browserify": "^1.0.0", |
@@ -105,10 +103,10 @@ | |||
105 | "process": "^0.11.10", | 103 | "process": "^0.11.10", |
106 | "protractor": "~7.0.0", | 104 | "protractor": "~7.0.0", |
107 | "purify-css": "^1.2.5", | 105 | "purify-css": "^1.2.5", |
108 | "purifycss-webpack": "^0.7.0", | ||
109 | "raw-loader": "^4.0.0", | 106 | "raw-loader": "^4.0.0", |
110 | "rxjs": "^6.5.2", | 107 | "rxjs": "^6.5.2", |
111 | "sanitize-html": "^2.1.2", | 108 | "sanitize-html": "^2.1.2", |
109 | "sass": "^1.29.0", | ||
112 | "sass-lint": "^1.13.1", | 110 | "sass-lint": "^1.13.1", |
113 | "sass-loader": "10.1.0", | 111 | "sass-loader": "10.1.0", |
114 | "sass-resources-loader": "^2.0.0", | 112 | "sass-resources-loader": "^2.0.0", |