Spaces:
Build error
Build error
Update package.json
Browse files- package.json +4 -2
package.json
CHANGED
@@ -28,6 +28,7 @@
|
|
28 |
"url": "git+ssh://[email protected]/LLK/scratch-gui.git"
|
29 |
},
|
30 |
"dependencies": {
|
|
|
31 |
"@turbowarp/scratch-l10n": "^3.1000.20230326022803",
|
32 |
"arraybuffer-loader": "^1.0.8",
|
33 |
"autoprefixer": "^9.8.8",
|
@@ -46,6 +47,7 @@
|
|
46 |
"intl": "1.2.5",
|
47 |
"intl-messageformat": "^2.2.0",
|
48 |
"js-base64": "2.4.9",
|
|
|
49 |
"keymirror": "0.1.1",
|
50 |
"localforage": "^1.10.0",
|
51 |
"lodash.bindall": "4.4.0",
|
@@ -63,9 +65,9 @@
|
|
63 |
"protobufjs": "^7.3.2",
|
64 |
"query-string": "^5.1.1",
|
65 |
"raw-loader": "^0.5.1",
|
66 |
-
"react": "^16.
|
67 |
"react-contextmenu": "2.9.4",
|
68 |
-
"react-dom": "^16.
|
69 |
"react-draggable": "3.0.5",
|
70 |
"react-ga": "2.5.3",
|
71 |
"react-intl": "2.9.0",
|
|
|
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",
|
34 |
"autoprefixer": "^9.8.8",
|
|
|
47 |
"intl": "1.2.5",
|
48 |
"intl-messageformat": "^2.2.0",
|
49 |
"js-base64": "2.4.9",
|
50 |
+
"jszip": "^3.10.1",
|
51 |
"keymirror": "0.1.1",
|
52 |
"localforage": "^1.10.0",
|
53 |
"lodash.bindall": "4.4.0",
|
|
|
65 |
"protobufjs": "^7.3.2",
|
66 |
"query-string": "^5.1.1",
|
67 |
"raw-loader": "^0.5.1",
|
68 |
+
"react": "^16.0.0",
|
69 |
"react-contextmenu": "2.9.4",
|
70 |
+
"react-dom": "^16.0.0",
|
71 |
"react-draggable": "3.0.5",
|
72 |
"react-ga": "2.5.3",
|
73 |
"react-intl": "2.9.0",
|