70 lines
2.0 KiB
JSON
70 lines
2.0 KiB
JSON
{
|
|
"name": "sistem-desa-mandiri",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"prisma": {
|
|
"seed": "tsx prisma/seed.ts"
|
|
},
|
|
"dependencies": {
|
|
"@hookstate/core": "^4.0.1",
|
|
"@hookstate/localstored": "^4.0.2",
|
|
"@mantine/carousel": "^7.11.1",
|
|
"@mantine/charts": "^7.11.0",
|
|
"@mantine/code-highlight": "^7.11.0",
|
|
"@mantine/core": "^7.11.0",
|
|
"@mantine/dates": "^7.11.0",
|
|
"@mantine/dropzone": "^7.11.0",
|
|
"@mantine/form": "^7.11.0",
|
|
"@mantine/hooks": "^7.11.0",
|
|
"@mantine/modals": "^7.11.0",
|
|
"@mantine/notifications": "^7.11.0",
|
|
"@mantine/nprogress": "^7.11.0",
|
|
"@mantine/spotlight": "^7.11.0",
|
|
"@mantine/tiptap": "^7.11.0",
|
|
"@prisma/client": "5.16.1",
|
|
"@tabler/icons-react": "^3.7.0",
|
|
"@tiptap/extension-link": "^2.4.0",
|
|
"@tiptap/react": "^2.4.0",
|
|
"@tiptap/starter-kit": "^2.4.0",
|
|
"@types/lodash": "^4.17.6",
|
|
"dayjs": "^1.11.11",
|
|
"embla-carousel-autoplay": "^7.1.0",
|
|
"embla-carousel-react": "^7.1.0",
|
|
"lodash": "^4.17.21",
|
|
"next": "14.2.4",
|
|
"prettier": "^3.3.2",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"react-icons": "^5.2.1",
|
|
"react-simple-toasts": "^5.10.0",
|
|
"readdirp": "^3.6.0",
|
|
"recharts": "2",
|
|
"yargs": "^17.7.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.14.9",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "14.2.4",
|
|
"postcss": "^8.4.39",
|
|
"postcss-preset-mantine": "^1.15.0",
|
|
"postcss-simple-vars": "^7.0.1",
|
|
"prisma": "^5.16.1",
|
|
"tailwindcss": "^3.4.1",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.5.3"
|
|
},
|
|
"description": "This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).",
|
|
"main": "index.js",
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|