We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eefdac2 commit 35671d0Copy full SHA for 35671d0
package.json
@@ -1,6 +1,8 @@
1
{
2
"name": "react-typescript-todomvc-2022",
3
+ "version": "0.0.0",
4
"license": "MIT",
5
+ "author": "Ryota Murakami <dojce1048@gmail.com> (https://ryota-murakami.github.io/)",
6
"browserslist": {
7
"production": [
8
">0.2%",
@@ -13,6 +15,14 @@
13
15
"last 1 safari version"
14
16
]
17
},
18
+ "repository": {
19
+ "type": "git",
20
+ "url": "https://github.com/laststance/react-typescript-todomvc-2022"
21
+ },
22
+ "bugs": {
23
+ "url": "https://github.com/laststance/react-typescript-todomvc-2022/issues"
24
25
+ "homepage": "https://github.com/laststance/react-typescript-todomvc-2022",
26
"dependencies": {
27
"react": "^18.2.0",
28
"react-dom": "^18.2.0",
0 commit comments