forked from BX-Coding/patch-ide
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
96 lines (96 loc) · 3.34 KB
/
package.json
File metadata and controls
96 lines (96 loc) · 3.34 KB
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
{
"name": "pyatch-react-ide",
"version": "0.1.0",
"private": true,
"type": "module",
"dependencies": {
"@babel/preset-env": "^7.22.10",
"@babel/preset-react": "^7.22.5",
"@codemirror/lang-python": "^6.1.2",
"@codemirror/language": "^6.8.0",
"@codemirror/lint": "^6.2.2",
"@codemirror/state": "^6.4.1",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@foliojs-fork/linebreak": "^1.1.1",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.11.15",
"@open-rpc/client-js": "^1.8.1",
"@replit/codemirror-indentation-markers": "^6.4.2",
"@types/jest": "^29.5.3",
"@types/node": "^20.4.5",
"@uiw/codemirror-theme-material": "^4.19.16",
"@uiw/react-codemirror": "^4.19.16",
"babel-loader": "^9.1.3",
"buffer": "^6.0.3",
"codemirror": "^6.0.1",
"codemirror-languageserver": "^1.11.0",
"file-loader": "^6.2.0",
"firebase": "^10.1.0",
"lodash.omit": "^4.5.0",
"material-ui-popup-state": "^5.0.9",
"node-fetch": "^3.3.2",
"omggif": "^1.0.10",
"password-validator": "^5.3.0",
"pyatch-vm": "github:DuncanAJohnson/snapbots-vm",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-easy-crop": "^5.5.6",
"react-firebase-hooks": "^5.1.1",
"react-router-dom": "^7.2.0",
"react-split-pane": "^2.0.3",
"react-split-pane-next": "^1.0.5",
"react-style-proptype": "^3.2.2",
"react-toastify": "^9.1.3",
"scratch-audio": "^0.1.0-prerelease.20221123180128",
"scratch-parser": "^5.1.1",
"scratch-render": "^0.1.0-prerelease.20230318150639",
"scratch-render-fonts-vite": "^1.0.0",
"scratch-render-vite": "^0.1.1",
"scratch-storage": "github:BX-Coding/scratch-storage",
"scratch-svg-renderer": "^0.2.0-prerelease.20230224194137",
"to-style": "^1.3.3",
"use-file-picker": "^1.7.0",
"usehooks-ts": "^2.9.1",
"zustand": "^4.3.9"
},
"scripts": {
"dev": "webpack serve",
"emu": "(trap 'kill 0' SIGINT; npm run dev & node_modules/.bin/firebase emulators:start --import=./firebase_emulator --export-on-exit=./firebase_emulator)",
"build": "webpack && cp src/assets/websiteIcon.png build/favicon.ico"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@rollup/plugin-alias": "^5.0.0",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-replace": "^5.0.2",
"@types/react": "^18.2.17",
"@types/react-dom": "^18.2.7",
"@wemap/rollup-plugin-arraybuffer": "^0.1.2",
"arraybuffer-loader": "^1.0.8",
"canvas": "^3.2.0",
"css-loader": "^6.7.3",
"dotenv-webpack": "^8.0.1",
"esbuild-plugin-polyfill-node": "^0.2.0",
"eslint-plugin-react": "^7.33.0",
"eslint-plugin-react-hooks": "^4.6.0",
"firebase-tools": "^12.4.8",
"html-webpack-plugin": "^5.5.0",
"node-polyfill-webpack-plugin": "^2.0.1",
"rollup-plugin-base64": "^1.0.1",
"rollup-plugin-node-builtins": "^2.1.2",
"source-map-loader": "^4.0.1",
"style-loader": "^3.3.2",
"ts-loader": "^9.4.4",
"typescript": "^5.8.3",
"webpack": "^5.79.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.13.2",
"worker-loader": "^3.0.8",
"worker-plugin": "^5.0.1"
}
}