{ "name": "boytacean-web", "version": "0.9.13", "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.9.3", "@types/react": "^18.2.20", "@types/react-dom": "^18.2.7", "@typescript-eslint/eslint-plugin": "^6.2.1", "@typescript-eslint/parser": "^6.4.0", "emukit": "^0.8.9", "eslint": "^8.47.0", "nodemon": "^3.0.1", "parcel": "^2.9.3", "prettier": "^3.0.1", "process": "^0.11.10", "react": "^18.2.0", "react-dom": "^18.2.0", "typescript": "^5.1.6", "webgl-plot": "^0.7.0" } }