-
João Magalhães authored
Also added a series of logging primitives to the TS code.
João Magalhães authoredAlso added a series of logging primitives to the TS code.
This project manages its dependencies using npm.
Learn more
package.json 1.27 KiB
{
"name": "boytacean-web",
"version": "0.9.18",
"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.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",
"buffer": "^6.0.3",
"emukit": "^0.9.6",
"eslint": "^8.57.0",
"jszip": "^3.10.1",
"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",
"typescript": "^5.3.3",
"webgl-plot": "^0.7.1"
}
}