Fresh dependencies

This commit is contained in:
Greg Shuflin 2021-09-11 23:28:33 -07:00
parent 118a2857ce
commit e19abfc3e8
3 changed files with 5449 additions and 3 deletions

View File

@ -9,6 +9,6 @@
</head>
<body>
<div id="root"></div>
<script src="./index.js"></script>
<script type="module" src="./index.js"></script>
</body>
</html>

View File

@ -2,9 +2,18 @@
"name": "kucinako",
"version": "0.1.0",
"description": "Dictionary for Arzhanai conlangs",
"main": "index.js",
"source": "index.html",
"repository": "gitea@gitea.everydayimshuflin.com:greg/gues-kucinako.git",
"author": "Greg Shuflin <greg.shuflin@protonmail.com>",
"license": "MIT",
"private": true
"private": true,
"devDependencies": {
"@parcel/transformer-image": "2.0.0-rc.0",
"@parcel/transformer-sass": "2.0.0-rc.0",
"parcel": "^2.0.0-rc.0"
},
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}

5437
yarn.lock Normal file

File diff suppressed because it is too large Load Diff