Skip to content
Snippets Groups Projects
package.json 1.21 KiB
Newer Older
  • Learn to ignore specific revisions
  • {
        "name": "boytacean-web",
    
    João Magalhães's avatar
    João Magalhães committed
        "version": "0.9.5",
    
        "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",
    
    João Magalhães's avatar
    João Magalhães committed
            "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": {
    
    João Magalhães's avatar
    João Magalhães committed
            "@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",
    
    João Magalhães's avatar
    João Magalhães committed
            "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"