38 lines
916 B
JSON
38 lines
916 B
JSON
{
|
|
"name": "investweb",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev -p 3010",
|
|
"build": "next build",
|
|
"start": "next start -p 3010",
|
|
"lint": "next lint",
|
|
"prepare": "husky install"
|
|
},
|
|
"dependencies": {
|
|
"eslint": "8.28.0",
|
|
"eslint-config-next": "13.0.4",
|
|
"framer-motion": "^7.6.19",
|
|
"ioredis": "^4.28.5",
|
|
"next": "13.0.4",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"typescript": "4.9.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/ioredis": "^4.28.8",
|
|
"@types/node": "18.11.9",
|
|
"@types/react": "18.0.25",
|
|
"@types/react-dom": "18.0.9",
|
|
"autoprefixer": "^10.4.13",
|
|
"husky": "^8.0.2",
|
|
"lint-staged": "^13.0.3",
|
|
"postcss": "^8.4.19",
|
|
"prettier": "^2.7.1",
|
|
"prettier-plugin-tailwindcss": "^0.1.13",
|
|
"tailwindcss": "^3.2.4"
|
|
},
|
|
"lint-staged": {
|
|
"**/*": "prettier --write --ignore-unknown"
|
|
}
|
|
}
|