make build deps non dev deps
This commit is contained in:
parent
8571f92892
commit
9fbf3965f3
|
@ -26,7 +26,8 @@
|
|||
"sass": "^1.32.8",
|
||||
"swr": "^0.5.4",
|
||||
"yup": "^0.32.9",
|
||||
"prisma": "^2.23.0"
|
||||
"prisma": "^2.23.0",
|
||||
"babel-plugin-inline-react-svg": "^2.0.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": "14.16.1"
|
||||
|
@ -45,7 +46,6 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"babel-eslint": "^10.1.0",
|
||||
"babel-plugin-inline-react-svg": "^2.0.1",
|
||||
"eslint": "^7.22.0",
|
||||
"eslint-plugin-compat": "^3.9.0",
|
||||
"standard": "^16.0.3"
|
||||
|
|
Loading…
Reference in New Issue