mirror of
https://github.com/dsoaress/link-free.git
synced 2026-08-17 06:56:04 +01:00
refactor: data format
This commit is contained in:
11
package.json
11
package.json
@@ -30,6 +30,7 @@
|
||||
"next-connect": "^0.11.0",
|
||||
"nookies": "^2.5.2",
|
||||
"polished": "^4.1.3",
|
||||
"rc-slider": "^9.7.5",
|
||||
"react": "^17.0.2",
|
||||
"react-collapsible": "^2.8.4",
|
||||
"react-color": "^2.19.3",
|
||||
@@ -44,24 +45,24 @@
|
||||
"@types/bcryptjs": "^2.4.2",
|
||||
"@types/jsonwebtoken": "^8.5.6",
|
||||
"@types/lodash": "^4.14.178",
|
||||
"@types/node": "^16.11.12",
|
||||
"@types/node": "^17.0.0",
|
||||
"@types/react": "17.0.37",
|
||||
"@types/react-color": "^3.0.6",
|
||||
"@types/styled-components": "^5.1.18",
|
||||
"babel-plugin-styled-components": "^2.0.2",
|
||||
"eslint": "8.4.1",
|
||||
"eslint": "8.5.0",
|
||||
"eslint-config-next": "12.0.7",
|
||||
"eslint-config-prettier": "8.3.0",
|
||||
"eslint-plugin-prettier": "4.0.0",
|
||||
"eslint-plugin-simple-import-sort": "7.0.0",
|
||||
"husky": "7.0.4",
|
||||
"lint-staged": "12.1.2",
|
||||
"prettier": "2.5.0",
|
||||
"lint-staged": "12.1.3",
|
||||
"prettier": "2.5.1",
|
||||
"pretty-quick": "3.1.2",
|
||||
"prisma": "^3.6.0",
|
||||
"react-is": "^17.0.2",
|
||||
"ts-node": "^10.4.0",
|
||||
"typescript": "^4.5.3"
|
||||
"typescript": "^4.5.4"
|
||||
},
|
||||
"prisma": {
|
||||
"seed": "ts-node prisma/seed.ts"
|
||||
|
||||
Reference in New Issue
Block a user