Skip to content
Snippets Groups Projects
package.json 1.31 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": "snowpack dev",
    "build": "snowpack build",
    "test": "jest src\/ --coverage --watchAll",
    "format": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"",
    "lint": "prettier --check \"src/**/*.{js,jsx,ts,tsx}\""
  },
  "repository": {
    "type": "git",
    "url": "https://open.greenhost.net/greenhost/outage-form"
  },
  "author": "Mark Swillus, Tin Geber, Chris Snijder",
  "license": "Apache-2.0",
  "dependencies": {
    "react": "^17.0.0",
    "react-dom": "^17.0.0"
  },
  "devDependencies": {