-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 809 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 809 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "occode",
"version": "0.2.6",
"private": true,
"description": "OCcode — branded cross-platform IDE wrapper with OpenClaw extension",
"workspaces": [
"apps/web",
"packages/control-center"
],
"scripts": {
"dev": "npm --prefix apps/editor run watch",
"dev:react": "npm --prefix apps/editor run watchreact",
"web": "npm run --workspace=apps/web dev",
"editor:compile": "cd apps/editor && node ./node_modules/gulp/bin/gulp.js transpile-client-esbuild",
"editor:build": "npm --prefix apps/editor run compile-build",
"editor:build-react": "npm --prefix apps/editor run buildreact",
"editor:watch-react": "npm --prefix apps/editor run watchreact"
},
"dependencies": {
"cobe": "^0.6.5",
"framer-motion": "^12.34.2"
}
}