Add back necessary sass deps

This commit is contained in:
Alex Gleason
2023-09-13 13:39:57 -05:00
parent e1357fbf66
commit 96c09847c4
4 changed files with 153 additions and 173 deletions

View File

@ -83,7 +83,7 @@
"@types/semver": "^7.3.9",
"@types/uuid": "^9.0.0",
"@vitejs/plugin-react": "^4.0.4",
"autoprefixer": "^10.4.2",
"autoprefixer": "^10.4.15",
"axios": "^1.2.2",
"axios-mock-adapter": "^1.21.1",
"babel-plugin-preval": "^5.1.0",
@ -119,6 +119,7 @@
"mini-css-extract-plugin": "^2.6.0",
"nostr-tools": "^1.14.2",
"path-browserify": "^1.0.1",
"postcss": "^8.4.29",
"process": "^0.11.10",
"punycode": "^2.1.1",
"qrcode.react": "^3.1.0",
@ -151,6 +152,7 @@
"redux-thunk": "^2.2.0",
"reselect": "^4.0.0",
"resize-observer-polyfill": "^1.5.1",
"sass": "^1.66.1",
"seedrandom": "^3.0.5",
"semver": "^7.3.8",
"stringz": "^2.0.0",
@ -202,7 +204,7 @@
"react-refresh": "^0.14.0",
"stylelint": "^14.0.0",
"stylelint-config-standard-scss": "^6.1.0",
"tailwindcss": "^3.3.1",
"tailwindcss": "^3.3.3",
"ts-jest": "^29.0.0",
"yargs": "^17.6.2"
},