This commit is contained in:
2025-04-22 00:05:11 +09:00
parent 58b57a1e02
commit 527bb293b7
16 changed files with 654 additions and 28 deletions

View File

@ -3,13 +3,17 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^6.7.2",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^13.5.0",
"echarts": "^5.6.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-scripts": "5.0.1",
"react-router-dom": "^7.5.1",
"react-scripts": "^5.0.1",
"swiper": "^11.2.6",
"web-vitals": "^2.1.4"
},
"scripts": {
@ -35,5 +39,11 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"autoprefixer": "^10.4.21",
"postcss": "^8.5.3",
"tailwindcss": "^3.4.17",
"with": "^7.0.2"
}
}