tbeg-web/package.json

37 lines
911 B
JSON
Raw Permalink Normal View History

2022-03-09 00:43:05 +08:00
{
"name": "tbeg-web",
"private": true,
2022-03-11 04:39:30 +08:00
"version": "0.0.1",
2022-03-09 00:43:05 +08:00
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
2022-03-11 04:39:30 +08:00
"@reduxjs/toolkit": "^1.8.0",
"autoprefixer": "^10.4.2",
"axios": "^0.26.1",
2022-03-14 03:58:22 +08:00
"daisyui": "^2.6.4",
2022-03-11 04:39:30 +08:00
"filesize": "^8.0.7",
2022-03-21 04:29:58 +08:00
"framer-motion": "^6.2.8",
2022-03-11 04:39:30 +08:00
"mtproton": "^6.0.0",
"postcss": "^8.4.8",
"prettier-plugin-tailwindcss": "^0.1.8",
2022-03-09 00:43:05 +08:00
"react": "^17.0.2",
2022-03-11 04:39:30 +08:00
"react-dom": "^17.0.2",
"react-redux": "^7.2.6",
"react-router-dom": "^6.2.2",
"redux": "^4.1.2",
"tailwindcss": "^3.0.23"
2022-03-09 00:43:05 +08:00
},
"devDependencies": {
2022-03-11 04:39:30 +08:00
"@redux-devtools/core": "^3.11.0",
2022-03-11 05:17:18 +08:00
"@tailwindcss/forms": "^0.5.0",
2022-03-11 04:39:30 +08:00
"@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"
2022-03-09 00:43:05 +08:00
}
}