tbeg-web/package.json

37 lines
911 B
JSON

{
"name": "tbeg-web",
"private": true,
"version": "0.0.1",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@reduxjs/toolkit": "^1.8.0",
"autoprefixer": "^10.4.2",
"axios": "^0.26.1",
"daisyui": "^2.6.4",
"filesize": "^8.0.7",
"framer-motion": "^6.2.8",
"mtproton": "^6.0.0",
"postcss": "^8.4.8",
"prettier-plugin-tailwindcss": "^0.1.8",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^7.2.6",
"react-router-dom": "^6.2.2",
"redux": "^4.1.2",
"tailwindcss": "^3.0.23"
},
"devDependencies": {
"@redux-devtools/core": "^3.11.0",
"@tailwindcss/forms": "^0.5.0",
"@types/react": "^17.0.40",
"@types/react-dom": "^17.0.13",
"@vitejs/plugin-react": "^1.2.0",
"prettier": "^2.5.1",
"typescript": "^4.6.2",
"vite": "^2.8.6"
}
}