diff options
| author | Pitu <[email protected]> | 2022-01-13 23:18:31 +0900 |
|---|---|---|
| committer | Pitu <[email protected]> | 2022-01-13 23:18:31 +0900 |
| commit | f8d763dca3cdecd56cc80b5ebc050b212caa0f23 (patch) | |
| tree | e3f70527a0eca814831ff1fe3f5fb68d83e06e66 /package.json | |
| parent | Update sharp package to fix crash (#312) (diff) | |
| download | host.fuwn.me-f8d763dca3cdecd56cc80b5ebc050b212caa0f23.tar.xz host.fuwn.me-f8d763dca3cdecd56cc80b5ebc050b212caa0f23.zip | |
chore: change to dart-sass
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 8211261..25489da 100644 --- a/package.json +++ b/package.json @@ -96,13 +96,13 @@ "babel-eslint": "^10.0.1", "babel-jest": "^26.6.3", "cross-env": "^5.2.0", + "dart-sass": "^1.25.0", "eslint": "^7.17.0", "eslint-config-aqua": "^7.3.0", "eslint-import-resolver-nuxt": "^1.0.1", "eslint-plugin-vue": "^5.2.1", "jest": "^26.6.3", "jest-serializer-vue": "^2.0.2", - "node-sass": "^5.0.0", "nodemon": "^1.19.4", "postcss-css-variables": "^0.11.0", "postcss-nested": "^3.0.0", |