soiz1 commited on
Commit
5908185
·
verified ·
1 Parent(s): 20a07f5

Update package.json

Browse files
Files changed (1) hide show
  1. package.json +6 -6
package.json CHANGED
@@ -11,7 +11,7 @@
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,7 +28,6 @@
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",
@@ -59,6 +58,7 @@
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",
@@ -106,9 +106,6 @@
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",
@@ -146,7 +143,10 @@
146
  "webpack": "4.46.0",
147
  "webpack-cli": "3.3.12",
148
  "webpack-dev-server": "3.11.2",
149
- "webpack-sources": "3.2.3"
 
 
 
150
  },
151
  "jest": {
152
  "setupFiles": [
 
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 --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
  "@turbowarp/jszip": "^3.11.1",
32
  "@turbowarp/scratch-l10n": "^3.1000.20230326022803",
33
  "arraybuffer-loader": "^1.0.8",
 
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",
 
106
  "react-dom": "^16.0.0"
107
  },
108
  "devDependencies": {
 
 
 
109
  "@babel/cli": "7.14.8",
110
  "@babel/core": "7.14.8",
111
  "@babel/plugin-proposal-object-rest-spread": "7.14.7",
 
143
  "webpack": "4.46.0",
144
  "webpack-cli": "3.3.12",
145
  "webpack-dev-server": "3.11.2",
146
+ "webpack-sources": "3.2.3",
147
+ "basic-ftp": "5.0.0",
148
+ "webpack-shell-plugin-next": "1.1.5",
149
+ "webpack-shell-plugin": "0.4.10"
150
  },
151
  "jest": {
152
  "setupFiles": [