Newer
Older
"description": "The web version of Boytacean",
"repository": {
"type": "git",
"url": "git+https://github.com/joamag/boytacean.git"
},
"license": "Apache-2.0",
"scripts": {
"nodemon": "nodemon --exec \"parcel --no-cache index.html\"",
"pretty": "prettier --config .prettierrc \"./**/*.{js,ts,tsx,json}\" --write",
"start": "npm run build",
"watch": "parcel watch index.html"
},
"source": "index.ts",
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",