gues-kucinako/package.json

43 lines
1.3 KiB
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 23:22:00 -07:00
"build": "parcel build index.html --no-source-maps --detailed-report",
2023-08-29 22:52:12 -07:00
"prebuild": "yarn run typecheck",
2023-08-29 22:51:31 -07:00
"typecheck": "tsc --noEmit --jsx preserve",
2022-05-01 16:13:18 -07:00
"lint": "eslint --ext .ts,.tsx,.js .",
"lint-fix": "eslint --ext .ts,.tsx,.js . --fix"
2021-09-11 23:48:49 -07:00
},
2021-09-11 23:28:33 -07:00
"devDependencies": {
2023-08-29 22:35:37 -07:00
"@parcel/core": "2.9.3",
"@parcel/transformer-image": "2.9.3",
"@parcel/transformer-sass": "2.9.3",
2021-09-12 01:50:27 -07:00
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.31.0",
2022-05-08 03:47:06 -07:00
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.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",
2022-05-08 03:47:06 -07:00
"events": "^3.3.0",
2023-08-29 22:35:37 -07:00
"parcel": "2.9.3",
2022-05-08 03:47:06 -07:00
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
2023-08-29 22:51:31 -07:00
"tsc": "^2.0.4",
2022-05-08 03:47:06 -07:00
"typescript": "^4.4.3",
"util": "^0.12.4"
2021-09-11 23:28:33 -07:00
},
"dependencies": {
2021-09-15 15:24:03 -07:00
"dialog-polyfill": "^0.5.6",
2021-09-13 13:29:38 -07:00
"jsonwebtoken": "^8.5.1",
2021-09-11 23:28:33 -07:00
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
2021-09-11 23:18:46 -07:00
}