{ "name": "webapp", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "dev": "parcel src/index.html --out-dir build/debug", "build": "parcel build src/index.html --out-dir build/release", "package": "npm run build && cp build/release/index.html . && ax apps package", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@actyx-contrib/react-pond": "^1.0.2", "@actyx/industrial-ui": "^1.0.4", "@actyx/pond": "^1.0.3", "fp-ts": "^1.19.4", "io-ts": "^1.10.1", "io-ts-types": "^0.4.1", "react": "^16.13.1", "react-dom": "^16.13.1", "rxjs": "^5.5.12" }, "devDependencies": { "@types/react": "^16.9.38", "@types/react-dom": "^16.9.8", "@typescript-eslint/eslint-plugin": "^3.4.0", "@typescript-eslint/parser": "^3.4.0", "eslint": "^7.3.1", "eslint-config-prettier": "^6.11.0", "eslint-plugin-prettier": "^3.1.4", "eslint-plugin-react": "^7.20.0", "parcel-bundler": "^1.12.4", "prettier": "^2.0.5", "typescript": "^3.9.5" } }