Files
sistem-desa-mandiri/package.json
lukman 5a9b1c079f style : update style
Deskripsi:
- add package
- update layout
- update home
- update yarn.lock

No Issue
2024-09-11 11:08:55 +08:00

77 lines
2.2 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": "npx 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.1",
"@mantine/dropzone": "^7.12.1",
"@mantine/form": "^7.11.0",
"@mantine/hooks": "^7.11.0",
"@mantine/modals": "^7.11.0",
"@mantine/notifications": "^7.12.2",
"@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",
"echarts": "^5.5.1",
"echarts-for-react": "^3.0.2",
"embla-carousel-autoplay": "^7.1.0",
"embla-carousel-react": "^7.1.0",
"iron-session": "^8.0.2",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"next": "14.2.4",
"pdfjs-dist": "^4.6.82",
"prettier": "^3.3.2",
"react": "^18",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.2.1",
"react-simple-toasts": "^5.10.0",
"readdirp": "^3.6.0",
"recharts": "2",
"rrule": "^2.8.1",
"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"
}