Fresh dependencies
This commit is contained in:
parent
118a2857ce
commit
e19abfc3e8
@ -9,6 +9,6 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
<script src="./index.js"></script>
|
<script type="module" src="./index.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
13
package.json
13
package.json
@ -2,9 +2,18 @@
|
|||||||
"name": "kucinako",
|
"name": "kucinako",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"description": "Dictionary for Arzhanai conlangs",
|
"description": "Dictionary for Arzhanai conlangs",
|
||||||
"main": "index.js",
|
"source": "index.html",
|
||||||
"repository": "gitea@gitea.everydayimshuflin.com:greg/gues-kucinako.git",
|
"repository": "gitea@gitea.everydayimshuflin.com:greg/gues-kucinako.git",
|
||||||
"author": "Greg Shuflin <greg.shuflin@protonmail.com>",
|
"author": "Greg Shuflin <greg.shuflin@protonmail.com>",
|
||||||
"license": "MIT",
|
"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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user