Angelo Gladding
Hacker for right homesteading an independent web.
angelo@ragt.ag@clpd@ragt.ag@angelo@ragt.ag

package.json

Raw

{
  "name": "web.js",
  "version": "0.0.1",
  "description": "social web scaffolding",
  "scripts": {
    "dev": "npx webpack --watch --mode=development",
    "prod": "npx webpack --mode=production"
  },
  "homepage": "https://ragt.ag/code/projects/webint",
  "repository": {
    "type": "git",
    "url": "https://ragt.ag/code/projects/webint.git"
  },
  "bugs": {
    "url": "https://ragt.ag/code/projects/webint/issues"
  },
  "keywords": [
    "web"
  ],
  "author": "Angelo Gladding <angelo@ragt.ag>",
  "license": "AGPL-3.0-or-later",
  "files": [
    "dist/web.js"
  ],
  "dependencies": {
    "@babel/register": "^7.17.7",
    "babel-loader": "^8.2.4",
    "body-parser": "^1.20.0",
    "browserify-zlib": "^0.2.0",
    "crypto-js": "^4.1.1",
    "js-cookie": "^3.0.1",
    "luxon": "^2.3.1",
    "stream-browserify": "^3.0.0",
    "ts-node": "^10.7.0",
    "webextension-polyfill": "^0.8.0"
  },
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^4.27.0",
    "@typescript-eslint/parser": "^4.27.0",
    "asciinema-player": "^3.2.0",
    "eslint": "^7.29.0",
    "eslint-config-standard": "^16.0.3",
    "eslint-plugin-import": "^2.23.4",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^5.1.0",
    "source-map-loader": "^3.0.1",
    "ts-loader": "^9.2.3",
    "webpack": "^5.39.1",
    "webpack-bundle-analyzer": "^4.8.0",
    "webpack-cli": "^4.10.0"
  }
}