Skip to content
Snippets Groups Projects
This project manages its dependencies using npm. Learn more
package.json 1.25 KiB
{
  "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": {
    "@snowpack/app-scripts-react": "^2.0.0",
    "@snowpack/plugin-dotenv": "^2.0.5",
    "@snowpack/plugin-react-refresh": "^2.4.0",
    "@snowpack/plugin-typescript": "^1.2.0",
    "@testing-library/jest-dom": "^5.11.9",
    "@testing-library/react": "^11.0.0",
    "@types/jest": "^26.0.20",
    "@types/react": "^17.0.0",
    "@types/react-dom": "^17.0.0",
    "@types/snowpack-env": "^2.3.2",
    "jest-cli": "^26.6.3",
    "jest-each": "^26.6.2",
    "prettier": "^2.0.5",
    "rxjs": "^6.6.3",
    "snowpack": "^3.0.11",
    "typescript": "^4.0.0"
  }
}