{ "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,yaml}\"", "lint": "prettier --check \"src/**/*.{js,jsx,ts,tsx,yaml}\"" }, "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", "identity-obj-proxy": "^3.0.0", "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/react-hooks": "^5.0.3", "@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", "@typescript-eslint/eslint-plugin": "^4.15.0", "@typescript-eslint/parser": "^4.15.0", "babel-preset-react-app": "^10.0.0", "eslint": "^7.20.0", "eslint-plugin-jest-dom": "^3.6.5", "eslint-plugin-react": "^7.22.0", "eslint-plugin-testing-library": "^3.10.1", "jest-cli": "^26.6.3", "markdown-to-jsx": "^7.1.1", "prettier": "^2.0.5", "rxjs": "^6.6.3", "sass": "^1.32.6", "snowpack": "^3.0.11", "ts-node": "^9.1.1", "typescript": "^4.0.0" } }