44 lines
1.4 KiB
JSON
44 lines
1.4 KiB
JSON
{
|
|
"name": "built-to-spell",
|
|
"version": "0.0.1",
|
|
"description": "NYT Spelling Bee simulator",
|
|
"scripts": {
|
|
"lint": "eslint src",
|
|
"build": "parcel build --no-cache --dist-dir=public src/index.html",
|
|
"start": "rm -r .cache ; parcel -d public src/index.html"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@gitlab.com/brentschroeter/built-to-spell.git"
|
|
},
|
|
"author": "Brent Schroeter <brent@brentschroeter.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://gitlab.com/brentschroeter/built-to-spell/issues"
|
|
},
|
|
"homepage": "https://gitlab.com/brentschroeter/built-to-spell#readme",
|
|
"dependencies": {
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.17.8",
|
|
"@parcel/packager-raw-url": "^2.4.0",
|
|
"@parcel/transformer-typescript-tsc": "^2.4.0",
|
|
"@parcel/transformer-webmanifest": "^2.4.0",
|
|
"@types/node": "^17.0.23",
|
|
"@types/react": "^17.0.43",
|
|
"@types/react-dom": "^17.0.14",
|
|
"@typescript-eslint/eslint-plugin": "^5.16.0",
|
|
"@typescript-eslint/parser": "^5.16.0",
|
|
"eslint": "^8.12.0",
|
|
"eslint-config-airbnb": "^19.0.4",
|
|
"eslint-plugin-import": "^2.25.4",
|
|
"eslint-plugin-jsx-a11y": "^6.5.1",
|
|
"eslint-plugin-react": "^7.29.4",
|
|
"eslint-plugin-react-hooks": "^4.3.0",
|
|
"eslint_d": "^11.1.1",
|
|
"parcel": "^2.4.0",
|
|
"typescript": "^4.6.3"
|
|
}
|
|
}
|