{ "name": "webao", "version": "2.8.0", "description": "Web-based Attorney Online client", "main": "client.js", "scripts": { "babel": "babel ui.js -o ui.b.js", "webpack": "webpack", "deploy": "cross-env NODE_ENV=production webpack -p", "test": "jest", "test:coverage": "jest --coverage", "build": "webpack --config webpack.config.js", "start": "webpack serve --config webpack.config.js --mode development", "lint": "eslint webAO --ext .js", "lint:fix": "npm run lint -- --fix", "prepare": "husky install" }, "repository": { "type": "git", "url": "git+https://github.com/AttorneyOnline/webAO.git" }, "author": "stonedDiscord", "bugs": { "url": "https://github.com/AttorneyOnline/webAO/issues" }, "homepage": "https://github.com/AttorneyOnline/webAO#readme", "devDependencies": { "@babel/core": "^7.17.5", "@babel/plugin-transform-modules-commonjs": "^7.16.8", "@babel/preset-env": "^7.16.11", "@babel/preset-typescript": "^7.16.7", "@types/jest": "^29.4.0", "@types/node": "^18.0.0", "@typescript-eslint/eslint-plugin": "^6.7.2", "@typescript-eslint/parser": "^6.7.2", "babel-loader": "^9.1.2", "copy-webpack-plugin": "^11.0.0", "dotenv": "^16.0.0", "eslint": "^8.49.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.25.4", "glob": "^7.2.0", "html-webpack-plugin": "^5.5.0", "husky": "^8.0.3", "jest": "^29.4.3", "typescript": "^5.2.2", "webpack": "^5.94.0", "webpack-cli": "^5.1.4", "webpack-dev-server": "^4.7.4", "workbox-webpack-plugin": "^6.5.1" }, "dependencies": { "@fingerprintjs/fingerprintjs": "^3.4.0", "@types/websocket": "^1.0.5", "core-js": "^3.21.1", "golden-layout": "^2.5.0", "jest-environment-jsdom": "^29.5.0", "regenerator-runtime": "^0.13.9", "source-map-loader": "^4.0.1", "ts-loader": "^9.2.8" }, "browserslist": [ "defaults", "Safari > 3", "Opera > 8", "Android > 3" ] }