-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
I am trying to use zero install but
because of unplugged folder i can not use zero install.
how can i solve it?


"packageManager": "[email protected]",
"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": {
"@ant-design/icons": "^5.2.6",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@reduxjs/toolkit": "^1.9.7",
"antd": "^5.12.1",
"axios": "^1.6.2",
"connected-react-router": "^6.9.3",
"framer-motion": "^10.16.12",
"hangul-js": "^0.2.6",
"history": "^5.3.0",
"jwt-decode": "^4.0.0",
"react": "^18.2.0",
"react-cookie": "^6.1.1",
"react-dom": "^18.2.0",
"react-highlight-words": "^0.20.0",
"react-redux": "^8.1.3",
"react-router": "^6.20.0",
"react-router-dom": "^6.20.0",
"react-slick": "^0.29.0",
"redux": "^4.2.1",
"redux-first-history": "^5.1.1",
"redux-saga": "^1.2.3",
"slick-carousel": "^1.8.1",
"suneditor": "git+https://github.com/JiHong88/SunEditor.git",
"suneditor-react": "^3.6.1",
"sweetalert2": "^11.10.2"
},
"peerDependencies": {
"eslint": "^8.53.0"
},
"devDependencies": {
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@vitejs/plugin-react": "^4.2.0",
"autoprefixer": "^10.4.16",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"postcss": "^8.4.32",
"sass": "^1.69.7",
"tailwindcss": "^3.3.6",
"vite": "^5.0.0"
}
}