38 lines
897 B
JSON
38 lines
897 B
JSON
{
|
|
"name": "test_doc",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@ckeditor/ckeditor5-build-classic": "^36.0.1",
|
|
"@ckeditor/ckeditor5-react": "^5.1.0",
|
|
"@prisma/client": "^4.11.0",
|
|
"anychart": "^8.11.0",
|
|
"axios": "^1.3.4",
|
|
"bootstrap": "^5.2.3",
|
|
"bootstrap-icons": "^1.10.3",
|
|
"date-fns": "^2.29.3",
|
|
"echarts": "^5.4.1",
|
|
"echarts-for-react": "^3.0.2",
|
|
"jquery": "^3.6.3",
|
|
"next": "13.2.3",
|
|
"primeicons": "^6.0.1",
|
|
"react": "18.2.0",
|
|
"react-bootstrap": "^2.7.2",
|
|
"react-confirm-alert": "^3.0.6",
|
|
"react-dom": "18.2.0",
|
|
"react-hook-form": "^7.43.4",
|
|
"rsuite": "^5.28.1",
|
|
"swr": "^2.0.4",
|
|
"tabulator-tables": "^5.4.4"
|
|
},
|
|
"devDependencies": {
|
|
"prisma": "^4.11.0"
|
|
}
|
|
}
|