mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 07:38:33 -06:00
41 lines
1004 B
JSON
41 lines
1004 B
JSON
{
|
|
"name": "canvas-mangement",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"test": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.7.5",
|
|
"next": "^14.2.7",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"yaml": "^2.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"marked": "^14.1.2",
|
|
"@monaco-editor/react": "^4.6.0",
|
|
"@tanstack/react-query": "^5.54.1",
|
|
"isomorphic-dompurify": "^2.15.0",
|
|
"react-error-boundary": "^4.0.13",
|
|
"react-hot-toast": "^2.4.1",
|
|
"@tanstack/react-query-devtools": "^5.54.1",
|
|
"@testing-library/dom": "^10.4.0",
|
|
"@testing-library/react": "^16.0.0",
|
|
"@types/node": "^22",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"@vitejs/plugin-react": "^4.3.1",
|
|
"eslint-config-next": "^14.2.7",
|
|
"jsdom": "^25.0.0",
|
|
"postcss": "^8",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5",
|
|
"vitest": "^2.0.5"
|
|
}
|
|
}
|