{ "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": "web-test-runner \"src/**/*.test.tsx\"", "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/plugin-dotenv": "^2.0.5", "@snowpack/plugin-react-refresh": "^2.4.0", "@snowpack/plugin-typescript": "^1.2.0", "@snowpack/web-test-runner-plugin": "^0.2.0", "@testing-library/react": "^11.0.0", "@types/chai": "^4.2.13", "@types/mocha": "^8.2.0", "@types/react": "^17.0.0", "@types/react-dom": "^17.0.0", "@types/snowpack-env": "^2.3.2", "@web/test-runner": "^0.12.0", "chai": "^4.2.0", "prettier": "^2.0.5", "rxjs": "^6.6.3", "snowpack": "^3.0.11", "typescript": "^4.0.0" } }