-
João Magalhães authored
The components have been moved from emukit.
João Magalhães authoredThe components have been moved from emukit.
This project manages its dependencies using npm.
Learn more
package.json 1.21 KiB
{
"name": "boytacean-web",
"version": "0.7.4",
"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.0.34",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"emukit": "^0.8.2",
"eslint": "^8.38.0",
"nodemon": "^2.0.22",
"parcel": "^2.8.3",
"prettier": "^2.8.7",
"process": "^0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.0.4",
"webgl-plot": "^0.7.0"
}
}