cc-inspector-chrome/package.json

34 lines
989 B
JSON
Raw Permalink Normal View History

2024-01-05 13:48:16 +08:00
{
"author": "cc-plugin",
"description": "cocos creator plugin",
"devDependencies": {
2025-01-10 15:22:32 +08:00
"@types/chrome": "0.0.293",
2024-01-05 13:48:16 +08:00
"@types/fs-extra": "9.0.1",
2024-01-08 19:50:06 +08:00
"@types/kind-of": "^6.0.0",
"@types/lodash": "^4.14.176",
2024-01-05 13:48:16 +08:00
"@types/node": "16.11.12",
2024-01-08 19:50:06 +08:00
"@types/uuid": "^8.3.1",
2025-02-03 13:30:14 +08:00
"@xuyanfeng/cc-ui": "0.2.37",
"cc-plugin": "2.2.2"
2024-01-05 13:48:16 +08:00
},
"name": "cc-plugin-demo",
"scripts": {
"installForce": "yarn install --force",
"ccp-pack-v2": "cc-plugin pack cp-v2",
"ccp-pack-v3": "cc-plugin pack cp-v3",
"ccp-pack-web": "cc-plugin pack web",
2024-01-05 16:45:23 +08:00
"ccp-pack-chrome": "cc-plugin pack chrome",
2024-01-05 13:48:16 +08:00
"ccp-serve-v2": "cc-plugin serve cp-v2",
"ccp-serve-v3": "cc-plugin serve cp-v3",
2024-01-05 16:45:23 +08:00
"ccp-serve-web": "cc-plugin serve web",
"ccp-serve-chrome": "cc-plugin serve chrome"
2024-01-05 13:48:16 +08:00
},
2024-01-08 19:50:06 +08:00
"version": "1.0.0",
"dependencies": {
2025-02-03 11:33:15 +08:00
"@tsparticles/slim": "^3.8.1",
"@tsparticles/vue3": "^3.0.1",
2024-01-09 15:33:34 +08:00
"lodash": "^4.17.21",
2024-01-09 12:02:47 +08:00
"tiny-emitter": "2.1.0",
2024-01-09 15:33:34 +08:00
"uuid": "^8.3.2"
2024-01-08 19:50:06 +08:00
}
2025-02-03 13:30:14 +08:00
}