{ "name": "boytacean-web", "version": "0.9.16", "description": "The web version of Boytacean", "repository": { "type": "git", "url": "git+https://github.com/joamag/boytacean.git" }, "license": "Apache-2.0", "scripts": { "build": "NODE_ENV=production 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.10.3", "@types/node": "^20.10.6", "@types/react": "^18.2.46", "@types/react-dom": "^18.2.18", "@typescript-eslint/eslint-plugin": "^6.17.0", "@typescript-eslint/parser": "^6.17.0", "buffer": "^6.0.3", "emukit": "^0.9.4", "eslint": "^8.56.0", "jszip": "^3.10.1", "nodemon": "^3.0.2", "parcel": "^2.10.3", "prettier": "^3.1.1", "process": "^0.11.10", "react": "^18.2.0", "react-dom": "^18.2.0", "typescript": "^5.3.3", "webgl-plot": "^0.7.1" } }