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": {
"@parcel/transformer-typescript-tsc": "^2.11.0",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"nodemon": "^3.1.0",
"parcel": "^2.11.0",
"prettier": "^3.2.5",
"process": "^0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",