1
0
mirror of https://github.com/uetchy/namae.git synced 2025-09-10 01:56:38 +09:00

feat(web): typescript

This commit is contained in:
2019-09-01 01:28:24 +09:00
parent b07b597d2e
commit 88a0374594
42 changed files with 846 additions and 642 deletions

View File

@@ -28,12 +28,17 @@
"react-scripts": "3.1.1",
"react-spinners": "^0.6.1",
"react-tippy": "^1.2.3",
"styled-components": "^4.3.2"
"styled-components": "^4.3.2",
"typescript": "3.5.3"
},
"devDependencies": {
"@testing-library/jest-dom": "^4.1.0",
"@testing-library/react": "^9.1.3",
"@types/i18next-node-fs-backend": "^2.1.0",
"@types/jest": "^24.0.18",
"@types/node": "^12.7.3",
"@types/react-helmet": "^5.0.9",
"@types/styled-components": "^4.1.18",
"i18next-node-fs-backend": "^2.1.3"
},
"browserslist": {