mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 21:41:57 +00:00
52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"name": "lti-web-client",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "eslint && next dev --turbopack",
|
|
"build": "next build --turbopack",
|
|
"start": "next start",
|
|
"lint": "eslint",
|
|
"prepare": "husky",
|
|
"format": "prettier --write ."
|
|
},
|
|
"dependencies": {
|
|
"@react-pdf/renderer": "^4.3.1",
|
|
"@tanstack/match-sorter-utils": "^8.19.4",
|
|
"@tanstack/react-table": "^8.21.3",
|
|
"axios": "^1.12.2",
|
|
"clsx": "^2.1.1",
|
|
"formik": "^2.4.6",
|
|
"moment": "^2.30.1",
|
|
"next": "15.5.9",
|
|
"react": "19.1.0",
|
|
"react-day-picker": "^9.11.1",
|
|
"react-dom": "19.1.0",
|
|
"react-dropzone": "^14.3.8",
|
|
"react-hot-toast": "^2.6.0",
|
|
"react-number-format": "^5.4.4",
|
|
"react-select": "^5.10.2",
|
|
"swr": "^2.3.6",
|
|
"tailwind-merge": "^3.3.1",
|
|
"use-debounce": "^10.0.6",
|
|
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz",
|
|
"yup": "^1.7.0",
|
|
"zustand": "^5.0.8"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3",
|
|
"@iconify/react": "^6.0.2",
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"daisyui": "^5.5.8",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "^15.5.7",
|
|
"husky": "^9.1.7",
|
|
"prettier": "^3.6.2",
|
|
"tailwindcss": "^4",
|
|
"typescript": "^5"
|
|
}
|
|
}
|