33 lines
936 B
JSON
Raw Normal View History

2024-01-05 13:48:16 +08:00
{
"author": "cc-plugin",
"description": "cocos creator plugin",
"devDependencies": {
2024-01-08 19:50:06 +08:00
"@types/chrome": "0.0.133",
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",
2024-01-05 16:45:23 +08:00
"@xuyanfeng/cc-ui": "^0.2.14",
2024-01-05 13:48:16 +08:00
"cc-plugin": "file:.yalc/cc-plugin"
},
"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": {
"uuid": "^8.3.2",
2024-01-09 12:02:47 +08:00
"tiny-emitter": "2.1.0",
2024-01-08 19:50:06 +08:00
"lodash": "^4.17.21"
}
2024-01-05 13:48:16 +08:00
}