{ "name": "webterm", "version": "1.0.0", "description": "", "main": "index.js", "private": true, "dependencies": { "@babel/runtime": "^7.12.5", "@reach/menu-button": "^0.10.5", "@tlon/indigo-react": "^1.2.23", "@urbit/api": "^1.1.1", "@urbit/http-api": "^1.2.1", "file-saver": "^2.0.5", "lodash": "^4.17.21", "react": "^16.14.0", "react-dom": "^16.14.0", "react-router-dom": "^5.2.0", "styled-components": "^5.1.1", "styled-system": "^5.1.5", "xterm": "^4.15.0", "xterm-addon-fit": "^0.5.0", "zustand": "^3.5.0" }, "devDependencies": { "@babel/core": "^7.12.10", "@babel/plugin-proposal-class-properties": "^7.12.1", "@babel/plugin-proposal-object-rest-spread": "^7.12.1", "@babel/plugin-proposal-optional-chaining": "^7.12.7", "@babel/plugin-transform-runtime": "^7.12.10", "@babel/preset-env": "^7.12.11", "@babel/preset-react": "^7.12.10", "@babel/preset-typescript": "^7.12.7", "@types/react": "^16.14.2", "@types/react-dom": "^16.9.10", "@types/react-router-dom": "^5.1.7", "@types/styled-components": "^5.1.7", "@types/styled-system": "^5.1.10", "@typescript-eslint/eslint-plugin": "^4.15.0", "@typescript-eslint/parser": "^4.24.0", "@urbit/eslint-config": "^1.0.3", "@welldone-software/why-did-you-render": "^6.1.0", "babel-eslint": "^10.1.0", "babel-jest": "^26.6.3", "babel-loader": "^8.2.2", "babel-plugin-root-import": "^6.6.0", "clean-webpack-plugin": "^3.0.0", "cross-env": "^7.0.3", "eslint": "^7.26.0", "eslint-import-resolver-typescript": "^2.5.0", "eslint-plugin-import": "^2.25.4", "eslint-plugin-react-hooks": "^4.3.0", "file-loader": "^6.2.0", "html-webpack-plugin": "^4.5.1", "husky": "^6.0.0", "jest": "^26.6.3", "lint-staged": "^11.0.0", "react-hot-loader": "^4.13.0", "typescript": "^4.2.4", "webpack": "^4.46.0", "webpack-cli": "^3.3.12", "webpack-dev-server": "^3.11.2" }, "scripts": { "lint": "eslint ./**/*.{ts,tsx}", "lint-fix": "eslint --fix ./**/*.{ts,tsx}", "lint-file": "eslint", "tsc": "tsc", "tsc:watch": "tsc --watch", "build:dev": "cross-env NODE_ENV=development webpack --config config/webpack.dev.js", "build:prod": "cross-env NODE_ENV=production webpack --config config/webpack.prod.js", "start": "webpack-dev-server --config config/webpack.dev.js", "test": "tsc && jest", "jest": "jest", "hook-lint": "eslint --cache --fix" }, "author": "", "license": "MIT", "lint-staged": { "*.{js,ts,tsx}": "eslint --cache --fix" } }