lr_boilerplate/web/package.json

41 lines
1.0 KiB
JSON
Raw Permalink Normal View History

2023-12-05 13:55:38 +07:00
{
"name": "web",
"homepage": "web/build",
"private": true,
"type": "module",
"version": "0.1.0",
"scripts": {
"start": "vite",
"start:game": "vite build --watch",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
2023-12-11 23:38:52 +07:00
"@nextui-org/react": "^2.2.9",
"@reduxjs/toolkit": "^2.0.1",
"framer-motion": "^10.16.16",
2024-04-09 11:55:21 +07:00
"lr-components": "^0.3.7",
2023-12-05 13:55:38 +07:00
"react": "^18.2.0",
2023-12-11 23:38:52 +07:00
"react-dom": "^18.2.0",
"react-redux": "^9.0.4",
"react-toastify": "^9.1.3",
2024-04-09 11:55:21 +07:00
"stringd": "^2.2.0",
2023-12-11 23:38:52 +07:00
"styled-components": "^6.1.1"
2023-12-05 13:55:38 +07:00
},
"devDependencies": {
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"@vitejs/plugin-react": "^4.2.0",
2023-12-11 23:38:52 +07:00
"autoprefixer": "^10.4.16",
2023-12-05 13:55:38 +07:00
"eslint": "^8.54.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
2023-12-11 23:38:52 +07:00
"postcss": "^8.4.32",
"tailwindcss": "^3.3.6",
2023-12-05 13:55:38 +07:00
"typescript": "^5.2.2",
"vite": "^5.0.0"
}
}