You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

51 lines
1.5 KiB

{
"name": "porseline",
"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": {
"@vitejs/plugin-react-refresh": "^1.3.6",
"axios": "^1.7.2",
"bcryptjs": "^2.4.3",
"framer-motion": "^11.3.8",
"leaflet": "^1.9.4",
"react": "^18.3.1",
"react-contenteditable": "^3.3.7",
"react-dom": "^18.3.1",
"react-iconly": "^2.2.10",
"react-loading": "^2.0.3",
"react-modern-drawer": "^1.3.1",
"react-redux": "^9.1.2",
"react-router-dom": "^6.25.1",
"react-spring-bottom-sheet": "^3.4.1",
"react-toastify": "^10.0.5",
"react-topbar-progress-indicator": "^4.1.1",
"redux": "^5.0.1",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^3.1.0",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-monaco-editor": "^1.1.0",
"vite-plugin-pages": "^0.32.3",
"vite-plugin-pwa": "^0.20.0"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"postcss": "^8.4.39",
"sass": "^1.77.8",
"tailwindcss": "^3.4.6",
"vite": "^5.3.4"
}
}