Spaces:
Runtime error
Runtime error
Update package.json
Browse files- package.json +2 -3
package.json
CHANGED
@@ -28,7 +28,6 @@
|
|
28 |
"url": "git+ssh://[email protected]/LLK/scratch-gui.git"
|
29 |
},
|
30 |
"dependencies": {
|
31 |
-
"pmp-protobuf": "^1.2.1",
|
32 |
"@turbowarp/jszip": "^3.11.1",
|
33 |
"@turbowarp/scratch-l10n": "^3.1000.20230326022803",
|
34 |
"arraybuffer-loader": "^1.0.8",
|
@@ -86,7 +85,7 @@
|
|
86 |
"redux": "3.7.2",
|
87 |
"redux-throttle": "0.1.1",
|
88 |
"scratch-audio": "github:PenguinMod/PenguinMod-Audio#develop",
|
89 |
-
"scratch-blocks": "
|
90 |
"scratch-paint": "github:PenguinMod/PenguinMod-Paint#develop",
|
91 |
"scratch-render": "github:PenguinMod/PenguinMod-Render#develop",
|
92 |
"scratch-render-fonts": "github:PenguinMod/penguinmod-render-fonts#master",
|
@@ -158,4 +157,4 @@
|
|
158 |
"editor-msgs(\\.js)?$": "<rootDir>/test/__mocks__/editor-msgs-mock.js"
|
159 |
}
|
160 |
}
|
161 |
-
}
|
|
|
28 |
"url": "git+ssh://[email protected]/LLK/scratch-gui.git"
|
29 |
},
|
30 |
"dependencies": {
|
|
|
31 |
"@turbowarp/jszip": "^3.11.1",
|
32 |
"@turbowarp/scratch-l10n": "^3.1000.20230326022803",
|
33 |
"arraybuffer-loader": "^1.0.8",
|
|
|
85 |
"redux": "3.7.2",
|
86 |
"redux-throttle": "0.1.1",
|
87 |
"scratch-audio": "github:PenguinMod/PenguinMod-Audio#develop",
|
88 |
+
"scratch-blocks": "github:PenguinMod/PenguinMod-Blocks#develop-builds",
|
89 |
"scratch-paint": "github:PenguinMod/PenguinMod-Paint#develop",
|
90 |
"scratch-render": "github:PenguinMod/PenguinMod-Render#develop",
|
91 |
"scratch-render-fonts": "github:PenguinMod/penguinmod-render-fonts#master",
|
|
|
157 |
"editor-msgs(\\.js)?$": "<rootDir>/test/__mocks__/editor-msgs-mock.js"
|
158 |
}
|
159 |
}
|
160 |
+
}
|