mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
added nextjs and fixed problems for it
This commit is contained in:
parent
37e0923bb1
commit
58fa40dd5c
10 changed files with 1083 additions and 103 deletions
|
@ -23,6 +23,7 @@
|
|||
"marked": "^2.0.0",
|
||||
"mobx": "^6.3.10",
|
||||
"mobx-react": "^7.2.1",
|
||||
"next": "^12.0.7",
|
||||
"node-sass": "^4.14.1",
|
||||
"photoswipe": "^4.1.3",
|
||||
"raleway-cyrillic": "^4.0.2",
|
||||
|
@ -86,9 +87,9 @@
|
|||
"@types/throttle-debounce": "^2.1.0",
|
||||
"@types/yup": "^0.29.11",
|
||||
"craco-alias": "^2.3.1",
|
||||
"husky": "^7.0.4",
|
||||
"lint-staged": "^12.1.6",
|
||||
"prettier": "^1.18.2",
|
||||
"husky": "^7.0.4"
|
||||
"prettier": "^1.18.2"
|
||||
},
|
||||
"lint-staged": {
|
||||
"./**/*.{js,jsx,ts,tsx}": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue