summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2022-09-12 16:35:02 +0200
committerSanto Cariotti <santo@dcariotti.me>2022-09-12 16:35:02 +0200
commit0bf3a205b0799e5a9e5c5deee7fc2a96814dbe3c (patch)
tree203aa94ff05f8c7225d5ea3ce588fac9fa69cafe /package.json
parentf97bd6dcbcaedfd2255bb27360dbc8361a02100c (diff)
Add SASS
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/package.json b/package.json
index 56a12bf..d13a735 100644
--- a/package.json
+++ b/package.json
@@ -22,10 +22,12 @@
},
"devDependencies": {
"@babel/eslint-parser": "^7.16.3",
+ "@nuxtjs/style-resources": "^1.2.1",
"@nuxtjs/tailwindcss": "^4.2.1",
"eslint": "^8.4.1",
- "eslint-plugin-nuxt": "^3.1.0",
"eslint-plugin-vue": "^8.2.0",
- "postcss": "^8.4.4"
+ "node-sass": "^7.0.3",
+ "postcss": "^8.4.4",
+ "sass-loader": "^10.3.1"
}
}