summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
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"
}
}