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.14",
    
        "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": {
    
            "@parcel/transformer-typescript-tsc": "^2.9.3",
    
            "@types/react": "^18.2.25",
            "@types/react-dom": "^18.2.11",
            "@typescript-eslint/eslint-plugin": "^6.7.4",
            "@typescript-eslint/parser": "^6.7.4",
            "emukit": "^0.9.2",
            "eslint": "^8.51.0",
    
            "nodemon": "^3.0.1",
            "parcel": "^2.9.3",
    
            "prettier": "^3.0.3",
    
            "process": "^0.11.10",
            "react": "^18.2.0",
            "react-dom": "^18.2.0",
    
            "typescript": "^5.2.2",
            "webgl-plot": "^0.7.1"