aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: f6660556a5abdad69db41c8cbdb41dc2ba5234cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
  "name": "webao",
  "version": "2.9.0",
  "description": "Web-based Attorney Online client",
  "main": "client.js",
  "scripts": {
    "babel": "babel ui.js -o ui.b.js",
    "webpack": "webpack",
    "test": "jest",
    "test:coverage": "jest --coverage",
    "build": "bun build.js",
    "start": "webpack serve --config webpack.config.js --mode development",
    "lint": "eslint webAO  --ext .js",
    "lint:fix": "npm run lint -- --fix",
    "prepare": "husky"
  },
  "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.29.0",
    "@babel/plugin-transform-modules-commonjs": "^7.28.6",
    "@babel/preset-env": "^7.29.2",
    "@babel/preset-typescript": "^7.28.5",
    "@happy-dom/global-registrator": "^20.8.9",
    "@types/jest": "^30.0.0",
    "@types/node": "^25.5.2",
    "@types/websocket": "^1.0.10",
    "@typescript-eslint/eslint-plugin": "^8.58.0",
    "@typescript-eslint/parser": "^8.58.0",
    "babel-jest": "^30.3.0",
    "babel-loader": "^10.1.1",
    "copy-webpack-plugin": "^14.0.0",
    "dotenv": "^17.4.1",
    "eslint": "^10.2.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.32.0",
    "glob": "^13.0.6",
    "html-webpack-plugin": "^5.6.6",
    "husky": "^9.1.7",
    "jest": "^30.3.0",
    "typescript": "^6.0.2",
    "webpack": "^5.105.4",
    "webpack-cli": "^7.0.2",
    "webpack-dev-server": "^5.2.3",
    "workbox-webpack-plugin": "^7.4.0"
  },
  "dependencies": {
    "@fingerprintjs/fingerprintjs": "^5.1.0",
    "core-js": "^3.49.0",
    "esbuild-loader": "^4.4.3",
    "golden-layout": "^2.6.0",
    "jest-environment-jsdom": "^30.3.0",
    "regenerator-runtime": "^0.14.1",
    "source-map-loader": "^5.0.0",
    "ts-loader": "^9.5.7"
  },
  "browserslist": [
    "defaults",
    "Safari > 3",
    "Opera > 8",
    "Android > 3"
  ]
}