soiz1 commited on
Commit
4afc511
·
verified ·
1 Parent(s): 60e1d95

Update package.json

Browse files
Files changed (1) hide show
  1. package.json +9 -9
package.json CHANGED
@@ -5,13 +5,13 @@
5
  "main": "./dist/scratch-gui.js",
6
  "scripts": {
7
  "buildall": "npm run build && npm run deploy",
8
- "build": "NODE_OPTIONS=--openssl-legacy-provider webpack --verbose --colors --bail",
9
  "clean": "rimraf ./build && mkdirp build && rimraf ./dist && mkdirp dist",
10
  "deploy": "npm uni gh-pages && npm i gh-pages -g && gh-pages -d src",
11
  "prune": "./prune-gh-pages.sh",
12
  "i18n:push": "tx-push-src scratch-editor interface translations/en.json",
13
  "i18n:src": "rimraf ./translations/messages/src && babel src > tmp.js && rimraf tmp.js && build-i18n-src ./translations/messages/src ./translations/ && npm run i18n:push",
14
- "start": "cross-env NODE_OPTIONS=\"--openssl-legacy-provider\" webpack-dev-server --host 0.0.0.0 --port 3000 --verbose --disable-host-check",
15
  "test": "npm run test:lint && npm run test:unit && npm run build && npm run test:integration",
16
  "test:integration": "jest --maxWorkers=4 test[\\\\/]integration",
17
  "test:lint": "eslint . --ext .js,.jsx",
@@ -28,6 +28,7 @@
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",
@@ -37,7 +38,7 @@
37
  "classnames": "2.2.6",
38
  "computed-style-to-inline-style": "3.0.0",
39
  "copy-webpack-plugin": "6.4.1",
40
- "core-js": "3.23.3",
41
  "css-loader": "^1.0.1",
42
  "es6-object-assign": "1.1.0",
43
  "file-loader": "2.0.0",
@@ -58,7 +59,6 @@
58
  "omggif": "1.0.9",
59
  "papaparse": "5.3.0",
60
  "PenguinMod-MarkDown": "github:PenguinMod/PenguinMod-MarkDown#master",
61
- "pmp-protobuf": "^1.5.1",
62
  "postcss-import": "^12.0.1",
63
  "postcss-loader": "^3.0.0",
64
  "postcss-simple-vars": "^5.0.2",
@@ -92,6 +92,7 @@
92
  "scratch-render-fonts": "github:PenguinMod/penguinmod-render-fonts#master",
93
  "scratch-storage": "github:PenguinMod/PenguinMod-Storage#develop",
94
  "scratch-svg-renderer": "github:PenguinMod/penguinmod-svg-renderer#develop",
 
95
  "startaudiocontext": "1.2.1",
96
  "style-loader": "^0.23.1",
97
  "text-encoding": "0.7.0",
@@ -105,6 +106,9 @@
105
  "react-dom": "^16.0.0"
106
  },
107
  "devDependencies": {
 
 
 
108
  "@babel/cli": "7.14.8",
109
  "@babel/core": "7.14.8",
110
  "@babel/plugin-proposal-object-rest-spread": "7.14.7",
@@ -116,7 +120,6 @@
116
  "babel-eslint": "10.0.3",
117
  "babel-loader": "8.2.2",
118
  "chromedriver": "105.0.0",
119
- "cross-env": "^7.0.3",
120
  "enzyme": "3.10.0",
121
  "enzyme-adapter-react-16": "1.3.0",
122
  "eslint": "5.16.0",
@@ -142,10 +145,7 @@
142
  "webpack": "4.46.0",
143
  "webpack-cli": "3.3.12",
144
  "webpack-dev-server": "3.11.2",
145
- "webpack-sources": "3.2.3",
146
- "basic-ftp": "5.0.0",
147
- "webpack-shell-plugin-next": "1.1.5",
148
- "webpack-shell-plugin": "0.4.10"
149
  },
150
  "jest": {
151
  "setupFiles": [
 
5
  "main": "./dist/scratch-gui.js",
6
  "scripts": {
7
  "buildall": "npm run build && npm run deploy",
8
+ "build": "webpack --colors --bail",
9
  "clean": "rimraf ./build && mkdirp build && rimraf ./dist && mkdirp dist",
10
  "deploy": "npm uni gh-pages && npm i gh-pages -g && gh-pages -d src",
11
  "prune": "./prune-gh-pages.sh",
12
  "i18n:push": "tx-push-src scratch-editor interface translations/en.json",
13
  "i18n:src": "rimraf ./translations/messages/src && babel src > tmp.js && rimraf tmp.js && build-i18n-src ./translations/messages/src ./translations/ && npm run i18n:push",
14
+ "start": "NODE_OPTIONS=\"--openssl-legacy-provider\" webpack-dev-server --host 0.0.0.0 --port 3000 --disable-host-check",
15
  "test": "npm run test:lint && npm run test:unit && npm run build && npm run test:integration",
16
  "test:integration": "jest --maxWorkers=4 test[\\\\/]integration",
17
  "test:lint": "eslint . --ext .js,.jsx",
 
28
  "url": "git+ssh://[email protected]/LLK/scratch-gui.git"
29
  },
30
  "dependencies": {
31
+ "pmp-protobuf": "^1.5.1",
32
  "@turbowarp/jszip": "^3.11.1",
33
  "@turbowarp/scratch-l10n": "^3.1000.20230326022803",
34
  "arraybuffer-loader": "^1.0.8",
 
38
  "classnames": "2.2.6",
39
  "computed-style-to-inline-style": "3.0.0",
40
  "copy-webpack-plugin": "6.4.1",
41
+ "core-js": "2.5.7",
42
  "css-loader": "^1.0.1",
43
  "es6-object-assign": "1.1.0",
44
  "file-loader": "2.0.0",
 
59
  "omggif": "1.0.9",
60
  "papaparse": "5.3.0",
61
  "PenguinMod-MarkDown": "github:PenguinMod/PenguinMod-MarkDown#master",
 
62
  "postcss-import": "^12.0.1",
63
  "postcss-loader": "^3.0.0",
64
  "postcss-simple-vars": "^5.0.2",
 
92
  "scratch-render-fonts": "github:PenguinMod/penguinmod-render-fonts#master",
93
  "scratch-storage": "github:PenguinMod/PenguinMod-Storage#develop",
94
  "scratch-svg-renderer": "github:PenguinMod/penguinmod-svg-renderer#develop",
95
+ "scratch-vm": "git+https://huggingface.co/datasets/soiz1/s4s-vm",
96
  "startaudiocontext": "1.2.1",
97
  "style-loader": "^0.23.1",
98
  "text-encoding": "0.7.0",
 
106
  "react-dom": "^16.0.0"
107
  },
108
  "devDependencies": {
109
+ "basic-ftp": "5.0.0",
110
+ "webpack-shell-plugin-next": "1.1.5",
111
+ "webpack-shell-plugin": "0.4.10",
112
  "@babel/cli": "7.14.8",
113
  "@babel/core": "7.14.8",
114
  "@babel/plugin-proposal-object-rest-spread": "7.14.7",
 
120
  "babel-eslint": "10.0.3",
121
  "babel-loader": "8.2.2",
122
  "chromedriver": "105.0.0",
 
123
  "enzyme": "3.10.0",
124
  "enzyme-adapter-react-16": "1.3.0",
125
  "eslint": "5.16.0",
 
145
  "webpack": "4.46.0",
146
  "webpack-cli": "3.3.12",
147
  "webpack-dev-server": "3.11.2",
148
+ "webpack-sources": "3.2.3"
 
 
 
149
  },
150
  "jest": {
151
  "setupFiles": [