{ "name": "boytacean-web", "version": "0.9.3", "description": "The web version of Boytacean", "repository": { "type": "git", "url": "git+https://github.com/joamag/boytacean.git" }, "license": "Apache-2.0", "scripts": { "build": "parcel build index.html", "dev": "parcel index.html", "lint": "eslint .", "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.8.3", "@types/react": "^18.2.6", "@types/react-dom": "^18.2.4", "@typescript-eslint/eslint-plugin": "^5.59.6", "@typescript-eslint/parser": "^5.59.6", "emukit": "^0.8.7", "eslint": "^8.40.0", "nodemon": "^2.0.22", "parcel": "^2.8.3", "prettier": "^2.8.8", "process": "^0.11.10", "react": "^18.2.0", "react-dom": "^18.2.0", "typescript": "^5.0.4", "webgl-plot": "^0.7.0" } }