gues-kucinako/package.json

29 lines
805 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",
2021-09-12 01:39:52 -07:00
"build": "parcel build index.html --no-source-maps",
"prebuild": "yarn run typecheck",
2021-09-12 01:43:22 -07:00
"typecheck": "tsc --noEmit"
2021-09-11 23:48:49 -07:00
},
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",
2021-09-12 00:55:17 -07:00
"eslint": "^7.32.0",
"eslint-config-xo": "^0.38.0",
"eslint-plugin-react": "^7.25.1",
2021-09-12 01:16:05 -07:00
"parcel": "^2.0.0-rc.0",
"typescript": "^4.4.3"
2021-09-11 23:28:33 -07:00
},
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
2021-09-11 23:18:46 -07:00
}