38 lines
1.0 KiB
JSON
38 lines
1.0 KiB
JSON
{
|
|
"name": "izaac-frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@ckeditor/ckeditor5-build-classic": "^40.0.0",
|
|
"@ckeditor/ckeditor5-build-multi-root": "^40.0.0",
|
|
"@ckeditor/ckeditor5-react": "^6.1.0",
|
|
"dompurify": "^3.0.6",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-router-dom": "^6.18.0",
|
|
"axios": "^0.24.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.10",
|
|
"@types/react": "^18.2.15",
|
|
"@types/react-dom": "^18.2.7",
|
|
"@vitejs/plugin-react": "^4.0.3",
|
|
"autoprefixer": "^10.4.16",
|
|
"eslint": "^8.45.0",
|
|
"eslint-plugin-react": "^7.32.2",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.3",
|
|
"postcss": "^8.4.31",
|
|
"postcss-nesting": "^12.0.1",
|
|
"tailwindcss": "^3.3.5",
|
|
"vite": "^4.5.0"
|
|
}
|
|
}
|