mirror of
https://github.com/PHIDIAS0303/ClusterChatSync.git
synced 2025-12-27 03:05:21 +09:00
18
package.json
18
package.json
@@ -25,19 +25,19 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/PHIDIAS0303/ClusterChatSync#readme",
|
"homepage": "https://github.com/PHIDIAS0303/ClusterChatSync#readme",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@clusterio/lib": "catalog:"
|
"@clusterio/lib": "^2.0.0-alpha.21"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@clusterio/lib": "catalog:",
|
"@clusterio/lib": "^2.0.0-alpha.21",
|
||||||
"@clusterio/web_ui": "catalog:",
|
"@clusterio/web_ui": "^2.0.0-alpha.21",
|
||||||
"webpack": "catalog:",
|
"webpack": "^5.99.9",
|
||||||
"webpack-cli": "catalog:",
|
"webpack-cli": "^6.0.1",
|
||||||
"webpack-merge": "catalog:"
|
"webpack-merge": "^6.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"discord.js": "catalog:",
|
"discord.js": "^14.19.3",
|
||||||
"@sinclair/typebox": "catalog:",
|
"@sinclair/typebox": "^0.30.4",
|
||||||
"node-fetch": "catalog:"
|
"node-fetch": "^3.3.2"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
|||||||
@@ -1,12 +0,0 @@
|
|||||||
packages:
|
|
||||||
- "*"
|
|
||||||
|
|
||||||
catalog:
|
|
||||||
"@clusterio/lib": ^2.0.0-alpha.21
|
|
||||||
"@clusterio/web_ui": ^2.0.0-alpha.21
|
|
||||||
"@sinclair/typebox": ^0.34.39
|
|
||||||
"discord.js": ^14.21.0
|
|
||||||
"webpack": ^5.101.2
|
|
||||||
"webpack-cli": ^6.0.1
|
|
||||||
"webpack-merge": ^6.0.1
|
|
||||||
"node-fetch": ^3.3.2
|
|
||||||
Reference in New Issue
Block a user