-
Notifications
You must be signed in to change notification settings - Fork 97
/
package.json
175 lines (175 loc) · 6.1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
{
"name": "scratch-gui",
"version": "1.3.9",
"description": "Graphical User Interface for creating and running Scratch 3.0 projects",
"author": "Massachusetts Institute of Technology",
"license": "BSD-3-Clause",
"homepage": "https://github.com/estea8968/osep_web_serial#readme",
"repository": {
"type": "git",
"url": "https://github.com/estea8968/osep_web_serial.git"
},
"main": "./dist/scratch-gui.js",
"scripts": {
"copy": "cp -Rf ./source/* ./node_modules",
"copy:win": "xcopy /s .\\source\\* .\\node_modules",
"build": "export NODE_OPTIONS=--openssl-legacy-provider && npm run clean && webpack --colors --bail",
"build:win": "SET NODE_OPTIONS=--openssl-legacy-provider && npm run clean && webpack --colors --bail",
"clean": "rimraf ./build && mkdirp build && rimraf ./dist && mkdirp dist",
"deploy": "touch build/.nojekyll && gh-pages -t -d build -m \"[skip ci] Build for $(git log --pretty=format:%H -n1)\"",
"prepare": "husky install",
"prune": "./prune-gh-pages.sh",
"i18n:push": "tx-push-src scratch-editor interface translations/en.json",
"i18n:src": "rimraf ./translations/messages/src && babel src > tmp.js && rimraf tmp.js && build-i18n-src ./translations/messages/src ./translations/ && npm run i18n:push",
"start": "NODE_OPTIONS=--openssl-legacy-provider webpack-dev-server",
"start:win": "SET NODE_OPTIONS=--openssl-legacy-provider && webpack-dev-server",
"test": "npm run test:lint && npm run test:unit && npm run build && npm run test:integration",
"test:integration": "jest --maxWorkers=4 test[\\\\/]integration",
"test:lint": "eslint . --ext .js,.jsx",
"test:unit": "jest test[\\\\/]unit",
"test:smoke": "jest --runInBand test[\\\\/]smoke",
"watch": "webpack --colors --watch"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"dependencies": {
"@google/generative-ai": "^0.14.0",
"@googlemaps/google-maps-services-js": "^3.4.0",
"arraybuffer-loader": "^1.0.6",
"autoprefixer": "^9.0.1",
"bard-ai": "^1.5.4",
"base64-loader": "1.0.0",
"bowser": "1.9.4",
"classnames": "2.2.6",
"computed-style-to-inline-style": "3.0.0",
"copy-webpack-plugin": "6.4.1",
"core-js": "2.5.7",
"css-loader": "^1.0.0",
"decision-tree": "^0.3.7",
"dotenv": "^16.4.5",
"encoding-japanese": "^2.0.0",
"es6-object-assign": "1.1.0",
"file-loader": "2.0.0",
"get-float-time-domain-data": "0.1.0",
"get-user-media-promise": "1.1.4",
"immutable": "3.8.2",
"intel-hex": "^0.2.0",
"intl": "1.2.5",
"js-base64": "2.4.9",
"jsqr": "^1.4.0",
"keymirror": "0.1.1",
"lodash.bindall": "4.4.0",
"lodash.debounce": "4.0.8",
"lodash.defaultsdeep": "4.6.1",
"lodash.omit": "4.5.0",
"lodash.throttle": "4.0.1",
"minilog": "3.1.0",
"ml5": "^0.10.5",
"mqtt": "^4.3.7",
"omggif": "1.0.9",
"openai": "^4.2.0",
"papaparse": "5.3.0",
"postcss-import": "^12.0.0",
"postcss-loader": "^3.0.0",
"postcss-simple-vars": "^5.0.1",
"prop-types": "^15.5.10",
"query-string": "^5.1.1",
"raw-loader": "^0.5.1",
"react": "^16.0.0",
"react-contextmenu": "2.9.4",
"react-dom": "^16.0.0",
"react-draggable": "3.0.5",
"react-ga": "2.5.3",
"react-intl": "2.9.0",
"react-modal": "3.9.1",
"react-popover": "0.5.10",
"react-redux": "5.0.7",
"react-responsive": "5.0.0",
"react-style-proptype": "3.2.2",
"react-tabs": "2.3.0",
"react-tooltip": "3.8.0",
"react-virtualized": "9.20.1",
"redux": "3.7.2",
"redux-throttle": "0.1.1",
"scratch-audio": "0.1.0-prerelease.20221123180128",
"scratch-blocks": "0.1.0-prerelease.20230113103241",
"scratch-l10n": "3.15.20230113032113",
"scratch-paint": "1.1.31",
"scratch-render": "0.1.0-prerelease.20221121051603",
"scratch-render-fonts": "1.0.0-prerelease.20221102164332",
"scratch-storage": "2.0.2",
"scratch-svg-renderer": "^0.2.0",
"scratch-vm": "1.3.18",
"sheetrock": "^1.2.0",
"simple-apriori": "^1.0.0",
"startaudiocontext": "1.2.1",
"style-loader": "^0.23.0",
"sweetalert": "^2.1.2",
"text-encoding": "0.7.0",
"to-style": "1.3.3",
"wav-encoder": "1.3.0",
"xhr": "2.5.0"
},
"peerDependencies": {
"react": "^16.0.0",
"react-dom": "^16.0.0"
},
"devDependencies": {
"@babel/cli": "7.14.8",
"@babel/core": "7.14.8",
"@babel/plugin-proposal-object-rest-spread": "7.14.7",
"@babel/plugin-syntax-dynamic-import": "7.2.0",
"@babel/plugin-transform-async-to-generator": "7.14.5",
"@babel/preset-env": "7.14.8",
"@babel/preset-react": "7.14.5",
"@commitlint/cli": "17.1.2",
"@commitlint/config-conventional": "17.1.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.0.3",
"babel-loader": "8.2.2",
"chromedriver": "107.0.3",
"enzyme": "3.10.0",
"enzyme-adapter-react-16": "1.3.0",
"eslint": "5.16.0",
"eslint-config-scratch": "6.0.0",
"eslint-import-resolver-webpack": "0.11.1",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-jest": "22.17.0",
"eslint-plugin-react": "7.24.0",
"gh-pages": "3.2.3",
"html-webpack-plugin": "3.2.0",
"husky": "8.0.1",
"jest": "21.2.1",
"jest-junit": "7.0.0",
"mkdirp": "1.0.3",
"raf": "3.4.1",
"react-test-renderer": "16.2.0",
"redux-mock-store": "1.5.3",
"rimraf": "2.7.1",
"scratch-semantic-release-config": "1.0.5",
"selenium-webdriver": "3.6.0",
"semantic-release": "19.0.5",
"uglifyjs-webpack-plugin": "1.3.0",
"web-audio-test-api": "0.5.2",
"webpack": "4.46.0",
"webpack-cli": "3.3.12",
"webpack-dev-server": "3.11.2"
},
"jest": {
"setupFiles": [
"raf/polyfill",
"<rootDir>/test/helpers/enzyme-setup.js"
],
"testPathIgnorePatterns": [
"src/test.js"
],
"moduleNameMapper": {
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/test/__mocks__/fileMock.js",
"\\.(css|less)$": "<rootDir>/test/__mocks__/styleMock.js",
"editor-msgs(\\.js)?$": "<rootDir>/test/__mocks__/editor-msgs-mock.js"
}
}
}