InvestWeb/package.json
2023-03-29 21:47:29 -07:00

55 lines
1.4 KiB
JSON

{
"name": "investweb",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3010",
"build": "next build",
"prebuild": "ts-node ./scripts/runner.ts",
"start": "next start -p 3010",
"lint": "next lint",
"prepare": "husky install"
},
"dependencies": {
"@next-auth/mongodb-adapter": "^1.1.1",
"@types/fs-extra": "^11.0.1",
"chart.js": "^4.2.0",
"eslint": "8.28.0",
"eslint-config-next": "13.0.4",
"fast-glob": "^3.2.12",
"framer-motion": "^7.6.19",
"fs-extra": "^11.1.0",
"gray-matter": "^4.0.3",
"ioredis": "^5.2.5",
"mongodb": "^4.1.1",
"next": "13.0.4",
"next-auth": "^4.20.1",
"react": "18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.2.0",
"react-markdown": "^8.0.5",
"rehype-highlight": "^6.0.0",
"rehype-raw": "^6.1.1",
"rehype-slug": "^5.1.0",
"remark-gfm": "^3.0.1",
"sharp": "^0.31.2",
"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",
"ts-node": "^10.9.1"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
}
}