-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 1002 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 1002 Bytes
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
{
"private": true,
"version": "0.5.0",
"packageManager": "pnpm@10.30.3+sha512.c961d1e0a2d8e354ecaa5166b822516668b7f44cb5bd95122d590dd81922f606f5473b6d23ec4a5be05e7fcd18e8488d47d978bbe981872f1145d06e9a740017",
"scripts": {
"test": "pnpm --recursive run test",
"build": "pnpm --filter ./packages/gui run build",
"start": "pnpm --filter ./packages/gui run start",
"test-cbp": "pnpm --filter ./packages/gui run test-cbp"
},
"license": "GPL-3.0-only AND MPL-2.0 AND Apache-2.0 AND 0BSD",
"devDependencies": {
"@swc/cli": "^0.7.9",
"@swc/core": "^1.15.3",
"@types/webpack": "^5.28.5",
"swc-loader": "^0.2.6",
"swc-minify-webpack-plugin": "^2.1.3",
"terser-webpack-plugin": "^4.2.3",
"webpack": "^5.103.0",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.2",
"webpack-merge": "^6.0.1"
},
"dependencies": {
"@ampmod/branding": "workspace:*"
}
}