1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

replaced node-sass with sass

This commit is contained in:
Fedor Katurov 2022-01-28 11:09:21 +07:00
parent 8ee5b09b65
commit 5c9fdf93db
39 changed files with 148 additions and 1162 deletions

View file

@ -24,7 +24,6 @@
"mobx-persist-store": "^1.0.4",
"mobx-react-lite": "^3.2.3",
"next": "^12.0.7",
"node-sass": "^4.14.1",
"photoswipe": "^4.1.3",
"raleway-cyrillic": "^4.0.2",
"ramda": "^0.26.1",
@ -39,6 +38,7 @@
"react-router-dom": "^5.1.2",
"react-sortable-hoc": "^2.0.0",
"react-sticky-box": "^0.9.3",
"sass": "^1.49.0",
"swiper": "^6.8.4",
"swr": "^1.0.1",
"throttle-debounce": "^2.1.0",
@ -76,7 +76,6 @@
]
},
"devDependencies": {
"eslint": "^7.32.0",
"@next/bundle-analyzer": "^12.0.8",
"@next/eslint-plugin-next": "^12.0.8",
"@types/classnames": "^2.2.7",
@ -87,6 +86,7 @@
"@types/yup": "^0.29.11",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",