2025-05-08 10:39:32 +08:00
|
|
|
{
|
2025-05-09 07:03:19 +08:00
|
|
|
"name": "creator-center-ooin",
|
|
|
|
"private": true,
|
|
|
|
"version": "0.0.0",
|
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
|
|
|
"build": "vite build",
|
|
|
|
"lint": "eslint .",
|
|
|
|
"preview": "vite preview"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@fortawesome/fontawesome-free": "^6.7.2",
|
|
|
|
"@fortawesome/fontawesome-svg-core": "^6.7.2",
|
|
|
|
"@fortawesome/free-brands-svg-icons": "^6.7.2",
|
|
|
|
"@fortawesome/free-regular-svg-icons": "^6.7.2",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "^6.7.2",
|
|
|
|
"@fortawesome/react-fontawesome": "^0.2.2",
|
2025-05-09 10:18:49 +08:00
|
|
|
"@reduxjs/toolkit": "^2.8.1",
|
2025-05-09 07:03:19 +08:00
|
|
|
"bootstrap": "^5.3.3",
|
2025-05-09 09:22:14 +08:00
|
|
|
"lodash": "^4.17.21",
|
2025-05-09 07:03:19 +08:00
|
|
|
"lucide-react": "^0.508.0",
|
|
|
|
"react": "^19.1.0",
|
|
|
|
"react-bootstrap": "^2.10.1",
|
2025-05-09 09:22:14 +08:00
|
|
|
"react-bootstrap-range-slider": "^3.0.8",
|
2025-05-09 07:03:19 +08:00
|
|
|
"react-dom": "^19.1.0",
|
|
|
|
"react-redux": "^9.2.0",
|
|
|
|
"react-router-dom": "^7.6.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@eslint/js": "^9.25.0",
|
|
|
|
"@types/node": "^22.15.17",
|
|
|
|
"@types/react": "^19.1.2",
|
|
|
|
"@types/react-dom": "^19.1.2",
|
|
|
|
"@vitejs/plugin-react": "^4.4.1",
|
|
|
|
"eslint": "^9.25.0",
|
|
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
|
|
"eslint-plugin-react-refresh": "^0.4.19",
|
|
|
|
"globals": "^16.0.0",
|
|
|
|
"sass": "^1.87.0",
|
|
|
|
"vite": "^6.3.5"
|
|
|
|
}
|
2025-05-08 10:39:32 +08:00
|
|
|
}
|