gues-kucinako/package.json

23 lines
591 B
JSON
Raw Normal View History

2021-09-11 23:18:46 -07:00
{
"name": "kucinako",
"version": "0.1.0",
"description": "Dictionary for Arzhanai conlangs",
"repository": "gitea@gitea.everydayimshuflin.com:greg/gues-kucinako.git",
"author": "Greg Shuflin <greg.shuflin@protonmail.com>",
"license": "MIT",
2021-09-11 23:28:33 -07:00
"private": true,
2021-09-11 23:48:49 -07:00
"scripts": {
"start": "parcel index.html",
"build": "parcel build index.html"
},
2021-09-11 23:28:33 -07:00
"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"
}
2021-09-11 23:18:46 -07:00
}