2020-12-11 18:47:46 -03:00
|
|
|
{
|
2021-12-10 20:54:28 -03:00
|
|
|
"name": "link-free",
|
|
|
|
|
"author": "Daniel Soares <daniel.soares@me.com>",
|
|
|
|
|
"version": "1.0.0",
|
2020-12-11 18:47:46 -03:00
|
|
|
"private": true,
|
2021-12-10 20:54:28 -03:00
|
|
|
"license": "MIT",
|
2020-12-11 18:47:46 -03:00
|
|
|
"scripts": {
|
2021-12-13 15:34:37 -03:00
|
|
|
"prisma": "yarn prisma:push && yarn prisma:seed",
|
2021-12-18 00:50:54 -03:00
|
|
|
"predev": "yarn prisma",
|
2021-12-10 20:54:28 -03:00
|
|
|
"dev": "next dev",
|
2021-12-18 00:50:54 -03:00
|
|
|
"prebuild": "yarn prisma",
|
2021-12-10 20:54:28 -03:00
|
|
|
"build": "next build",
|
|
|
|
|
"start": "next start",
|
|
|
|
|
"lint": "next lint --fix",
|
|
|
|
|
"prepare": "husky install",
|
2021-12-23 14:51:34 -03:00
|
|
|
"clean": "rm -rf node_modules .next",
|
2021-12-13 15:34:37 -03:00
|
|
|
"type-check": "tsc",
|
|
|
|
|
"prisma:push": "prisma db push",
|
|
|
|
|
"prisma:seed": "prisma db seed"
|
2020-12-11 18:47:46 -03:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2021-12-23 14:51:34 -03:00
|
|
|
"@prisma/client": "^3.7.0",
|
2021-12-19 20:03:59 -03:00
|
|
|
"axios": "0.24.0",
|
|
|
|
|
"bcryptjs": "2.4.3",
|
|
|
|
|
"cuid": "2.1.8",
|
|
|
|
|
"dotenv": "10.0.0",
|
|
|
|
|
"jsonwebtoken": "8.5.1",
|
|
|
|
|
"lodash": "4.17.21",
|
2021-12-10 20:54:28 -03:00
|
|
|
"next": "12.0.7",
|
2021-12-19 20:03:59 -03:00
|
|
|
"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",
|
|
|
|
|
"react-dom": "17.0.2",
|
2021-12-23 14:51:34 -03:00
|
|
|
"react-hot-toast": "^2.1.1",
|
2021-12-19 20:03:59 -03:00
|
|
|
"react-icons": "4.3.1",
|
2021-12-23 14:51:34 -03:00
|
|
|
"react-modal": "^3.14.4",
|
2021-12-19 20:03:59 -03:00
|
|
|
"sharp": "0.29.3",
|
|
|
|
|
"styled-components": "5.3.3"
|
2021-04-12 08:27:27 -03:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2021-12-10 20:54:28 -03:00
|
|
|
"@commitlint/cli": "15.0.0",
|
|
|
|
|
"@commitlint/config-conventional": "15.0.0",
|
2021-12-19 20:03:59 -03:00
|
|
|
"@types/bcryptjs": "2.4.2",
|
|
|
|
|
"@types/jsonwebtoken": "8.5.6",
|
|
|
|
|
"@types/lodash": "4.14.178",
|
|
|
|
|
"@types/node": "17.0.0",
|
2021-12-10 20:54:28 -03:00
|
|
|
"@types/react": "17.0.37",
|
2021-12-19 20:03:59 -03:00
|
|
|
"@types/react-color": "3.0.6",
|
2021-12-23 14:51:34 -03:00
|
|
|
"@types/react-modal": "^3.13.1",
|
2021-12-19 20:03:59 -03:00
|
|
|
"@types/styled-components": "5.1.18",
|
|
|
|
|
"babel-plugin-styled-components": "2.0.2",
|
2021-12-18 22:41:05 -03:00
|
|
|
"eslint": "8.5.0",
|
2021-12-10 20:54:28 -03:00
|
|
|
"eslint-config-next": "12.0.7",
|
|
|
|
|
"eslint-config-prettier": "8.3.0",
|
2021-12-19 20:03:59 -03:00
|
|
|
"eslint-plugin-import": "2.25.3",
|
2021-12-10 20:54:28 -03:00
|
|
|
"eslint-plugin-prettier": "4.0.0",
|
|
|
|
|
"husky": "7.0.4",
|
2021-12-18 22:41:05 -03:00
|
|
|
"lint-staged": "12.1.3",
|
|
|
|
|
"prettier": "2.5.1",
|
2021-12-10 20:54:28 -03:00
|
|
|
"pretty-quick": "3.1.2",
|
2021-12-23 14:51:34 -03:00
|
|
|
"prisma": "^3.7.0",
|
2021-12-19 20:03:59 -03:00
|
|
|
"react-is": "17.0.2",
|
|
|
|
|
"ts-node": "10.4.0",
|
|
|
|
|
"typescript": "4.5.4"
|
2021-12-13 15:34:37 -03:00
|
|
|
},
|
|
|
|
|
"prisma": {
|
|
|
|
|
"seed": "ts-node prisma/seed.ts"
|
2020-12-11 18:47:46 -03:00
|
|
|
}
|
2021-12-10 20:54:28 -03:00
|
|
|
}
|