mirror of
https://github.com/tidys/cc-inspector-chrome
synced 2025-04-04 17:21:02 +00:00
34 lines
989 B
JSON
34 lines
989 B
JSON
{
|
|
"author": "cc-plugin",
|
|
"description": "cocos creator plugin",
|
|
"devDependencies": {
|
|
"@types/chrome": "0.0.293",
|
|
"@types/fs-extra": "9.0.1",
|
|
"@types/kind-of": "^6.0.0",
|
|
"@types/lodash": "^4.14.176",
|
|
"@types/node": "16.11.12",
|
|
"@types/uuid": "^8.3.1",
|
|
"@xuyanfeng/cc-ui": "0.2.37",
|
|
"cc-plugin": "2.2.2"
|
|
},
|
|
"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",
|
|
"ccp-pack-chrome": "cc-plugin pack chrome",
|
|
"ccp-serve-v2": "cc-plugin serve cp-v2",
|
|
"ccp-serve-v3": "cc-plugin serve cp-v3",
|
|
"ccp-serve-web": "cc-plugin serve web",
|
|
"ccp-serve-chrome": "cc-plugin serve chrome"
|
|
},
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"@tsparticles/slim": "^3.8.1",
|
|
"@tsparticles/vue3": "^3.0.1",
|
|
"lodash": "^4.17.21",
|
|
"tiny-emitter": "2.1.0",
|
|
"uuid": "^8.3.2"
|
|
}
|
|
} |