Skip to content
Snippets Groups Projects
package.json 2.38 KiB
Newer Older
{
  "name": "outage-form",
  "version": "1.0.0",
  "description": "Webform for helping users check the status of their web services and get help if required.",
  "main": "index.js",
  "scripts": {
    "start": "webpack serve --open --host 0.0.0.0 --mode=development",
    "build": "webpack --mode=production",
Chris's avatar
Chris committed
    "test": "jest --coverage --watchAll",
    "format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,yaml}\"",
    "lint": "prettier --check \"src/**/*.{js,jsx,ts,tsx,yaml}\""
  "author": "Tin Geber, Arie Peterson, Chris Snijder, Mark Swillus",
  "browserslist": [
    "defaults"
  ],
  "dependencies": {
  },
  "devDependencies": {