forked from MarketSquare/robotframework-browser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.66 KB
/
package.json
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
{
"name": "robotframework-playwright",
"version": "18.9.1",
"main": "index.ts",
"author": "Mikko Korpela <[email protected]>",
"license": "Apache-2.0",
"devDependencies": {
"@types/express": "^5.0.0",
"@types/pino": "^7.0.5",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-router-dom": "^5.3.3",
"@types/strip-comments": "^2.0.4",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"esbuild": "^0.24.0",
"esbuild-node-externals": "^1.15.0",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
"express": "^5.0.1",
"grpc_tools_node_protoc_ts": "^5.3.3",
"grpc-tools": "^1.12.4",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"react": "^18.3.0",
"react-dom": "^18.3.1",
"react-draggable": "^4.4.6",
"react-router-dom": "^6.28.0",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tslint": "^6.1.3",
"typescript": "^5.6.3"
},
"dependencies": {
"@grpc/grpc-js": "^1.12.2",
"@medv/finder": "^3.2.0",
"google-protobuf": "3.21.4",
"pino": "^9.5.0",
"playwright": "^1.48.2",
"strip-comments": "^2.0.1",
"uuid": "^11.0.2"
},
"scripts": {
"build-test-app": "node ./node/build.testapp.js",
"build": "node ./node/build.wrapper.js",
"lint": "tsc --project node/tsconfig.json --noEmit && eslint \"node/**/*.{ts,tsx}\" --quiet --fix --config ./node/eslint.config.mjs",
"grpc_tools_node_protoc": "grpc_tools_node_protoc"
}
}