This repository was archived by the owner on Feb 17, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.79 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.79 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
{
"private": true,
"name": "imgly-plugins",
"version": "0.0.0",
"scripts": {
"build": "turbo run build",
"clean": "turbo run clean",
"purge": "pnpm exec rimraf node_modules && pnpm recursive run purge",
"dev": "turbo run dev --concurrency=40",
"dev:ai": "turbo run dev --filter='./packages/plugin-ai-*' --filter='./packages/plugin-utils' --filter='./examples/ai'",
"dev:bytedance": "turbo run dev --filter=@imgly/plugin-bytedance-demo-web",
"dev:gpt": "turbo run dev --filter=@imgly/plugin-gpt-demo-web",
"test": "turbo run test",
"check:all": "turbo run check:all",
"check:types": "turbo run check:types",
"check:lint": "turbo run check:lint",
"check:pretty": "turbo run check:pretty",
"cesdk:version": "./scripts/change-examples-cesdk-version.sh"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"chalk": "^5.4.1",
"eslint": "^8.57.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^4.6.2",
"prettier": "^2.8.8",
"prettier-plugin-organize-imports": "^3.2.4",
"pretty-quick": "^3.3.1",
"rimraf": "6.0.1",
"turbo": "^2.5.6",
"typescript": "^5.7.3",
"wait-on": "8.0.2"
},
"packageManager": "pnpm@10.5.2+sha512.da9dc28cd3ff40d0592188235ab25d3202add8a207afbedc682220e4a0029ffbff4562102b9e6e46b4e3f9e8bd53e6d05de48544b0c57d4b0179e22c76d1199b",
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"protobufjs"
],
"overrides": {
"@cesdk/cesdk-js": "1.66.1",
"@cesdk/engine": "1.66.1"
}
}
}