-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.44 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.44 KB
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
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "webwork",
"version": "1.0.0",
"description": "WebWork is a build of OpenWork, which is a clone of Claude Cowork, and runs entirely in your browser.",
"scripts": {
"build": "NODE_OPTIONS=\"--import tsx\" zx ./build.zx.ts",
"serve": "npx -y http-server ./dist",
"dev": "npm run webpack:watch",
"webpack:build": "NODE_OPTIONS='--import tsx' webpack --disable-interpret -c ./webpack.config.ts --mode production",
"webpack:watch": "NODE_OPTIONS='--import tsx' webpack serve --disable-interpret -c ./webpack.config.ts --mode development",
"format": "biome format --write .",
"format:check": "biome format .",
"lint": "biome lint --write .",
"lint:check": "biome lint .",
"check": "biome check --write .",
"check:ci": "biome ci ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/3p3r/webwork.git"
},
"keywords": [
"openwork",
"claude",
"claude-cowork",
"webwork",
"langchain",
"ai",
"agent",
"browser",
"typescript",
"react"
],
"author": "Sepehr Laal",
"license": "MIT",
"bugs": {
"url": "https://github.com/3p3r/webwork/issues"
},
"homepage": "https://github.com/3p3r/webwork#readme",
"devDependencies": {
"@biomejs/biome": "^2.3.11",
"@krakenjs/zoid": "^10.5.0",
"@tailwindcss/postcss": "^4.1.18",
"@types/lodash": "^4.17.23",
"@types/node": "^25.0.9",
"@types/rc": "^1.2.4",
"@types/shell-quote": "^1.7.5",
"@types/sql.js": "^1.4.9",
"@types/wicg-file-system-access": "^2023.10.7",
"assert": "^2.1.0",
"buffer": "^6.0.3",
"constants-browserify": "^1.0.0",
"copy-webpack-plugin": "^13.0.1",
"crypto-browserify": "^3.12.1",
"css-loader": "^7.1.2",
"esbuild-loader": "^4.4.2",
"eventemitter2": "^6.4.9",
"exports-loader": "^5.0.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.6.6",
"idb": "^8.0.3",
"jszip": "^3.10.1",
"lodash": "^4.17.21",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"postcss-loader": "^8.2.0",
"rc": "^1.2.8",
"shell-quote": "^1.8.3",
"sql.js": "^1.13.0",
"stream-browserify": "^3.0.0",
"string-replace-loader": "^3.3.0",
"style-loader": "^4.0.0",
"tsx": "^4.21.0",
"url": "^0.11.4",
"util": "^0.12.5",
"vm-browserify": "^1.1.2",
"wasabio": "^1.3.0",
"webpack": "^5.104.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.3",
"zx": "^8.8.5"
}
}