2023-04-14 14:29:32 +00:00
|
|
|
{
|
|
|
|
"name": "lpe-frontend",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
2023-04-19 12:15:21 +00:00
|
|
|
"lint": "next lint",
|
|
|
|
"prepare": "husky install"
|
2023-04-14 14:29:32 +00:00
|
|
|
},
|
2023-04-19 11:19:45 +00:00
|
|
|
"lint-staged": {
|
2023-04-19 12:15:21 +00:00
|
|
|
"*.{ts,tsx}": [
|
|
|
|
"prettier --write",
|
|
|
|
"eslint --fix"
|
2023-04-19 11:19:45 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"husky": {
|
|
|
|
"hooks": {
|
|
|
|
"pre-commit": "lint-staged"
|
|
|
|
}
|
|
|
|
},
|
2023-04-14 14:29:32 +00:00
|
|
|
"dependencies": {
|
2023-04-18 15:23:16 +00:00
|
|
|
"@acid-info/lsd-react": "^0.1.0-alpha.3",
|
2023-04-18 12:29:54 +00:00
|
|
|
"@emotion/react": "^11.10.6",
|
|
|
|
"@emotion/styled": "^11.10.6",
|
2023-04-14 14:39:40 +00:00
|
|
|
"@hookstate/core": "^4.0.1",
|
|
|
|
"@tanstack/react-query": "^4.29.1",
|
2023-04-14 14:29:32 +00:00
|
|
|
"@types/node": "18.15.11",
|
|
|
|
"@types/react": "18.0.35",
|
|
|
|
"@types/react-dom": "18.0.11",
|
2023-05-10 12:29:16 +00:00
|
|
|
"@vercel/og": "^0.5.4",
|
2023-05-05 15:36:39 +00:00
|
|
|
"axios": "^1.4.0",
|
2023-05-08 00:12:38 +00:00
|
|
|
"clsx": "^1.2.1",
|
2023-04-14 14:29:32 +00:00
|
|
|
"eslint": "8.38.0",
|
|
|
|
"eslint-config-next": "13.3.0",
|
2023-05-05 15:36:39 +00:00
|
|
|
"graphql": "^16.6.0",
|
|
|
|
"graphql-request": "^6.0.0",
|
2023-04-14 14:29:32 +00:00
|
|
|
"next": "13.3.0",
|
2023-05-13 17:27:14 +00:00
|
|
|
"nextjs-progressbar": "^0.0.16",
|
2023-04-14 14:29:32 +00:00
|
|
|
"react": "18.2.0",
|
2023-05-14 08:36:29 +00:00
|
|
|
"react-blurhash": "^0.3.0",
|
2023-04-14 14:29:32 +00:00
|
|
|
"react-dom": "18.2.0",
|
2023-05-12 16:12:49 +00:00
|
|
|
"react-imgix": "^9.7.0",
|
2023-04-14 14:29:32 +00:00
|
|
|
"typescript": "5.0.4"
|
2023-04-19 11:17:12 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-05-12 16:12:49 +00:00
|
|
|
"@types/react-imgix": "^9.5.0",
|
2023-04-19 11:19:45 +00:00
|
|
|
"husky": "^8.0.3",
|
|
|
|
"lint-staged": "^13.2.1",
|
2023-04-19 11:17:12 +00:00
|
|
|
"prettier": "^2.8.7"
|
2023-04-14 14:29:32 +00:00
|
|
|
}
|
|
|
|
}
|