{ "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 --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": { "i18next": "^19.8.7", "js-yaml": "^4.0.0", "react": "^17.0.0", "react-dom": "^17.0.0", "react-i18next": "^11.8.5" }, "devDependencies": { "@babel/preset-react": "^7.12.13", "@snowpack/app-scripts-react": "^2.0.0", "@snowpack/plugin-build-script": "^2.1.0", "@snowpack/plugin-dotenv": "^2.0.5", "@snowpack/plugin-react-refresh": "^2.4.0", "@snowpack/plugin-sass": "^1.3.0", "@snowpack/plugin-typescript": "^1.2.0", "@testing-library/jest-dom": "^5.11.9", "@testing-library/react": "^11.0.0", "@testing-library/user-event": "^12.6.3", "@types/jest": "^26.0.20", "@types/react": "^17.0.0", "@types/react-dom": "^17.0.0", "@types/snowpack-env": "^2.3.2", "babel-preset-react-app": "^10.0.0", "jest-cli": "^26.6.3", "jest-each": "^26.6.2", "prettier": "^2.0.5", "rxjs": "^6.6.3", "sass": "^1.32.6", "snowpack": "^3.0.11", "typescript": "^4.0.0" } }