-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
100 lines (100 loc) · 3.21 KB
/
Copy pathpackage.json
File metadata and controls
100 lines (100 loc) · 3.21 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
97
98
99
100
{
"name": "blockly-react",
"version": "1.0.0",
"private": true,
"type": "module",
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@blockly/block-plus-minus": "^9.0.10",
"@blockly/continuous-toolbox": "^7.0.9",
"@blockly/field-colour": "^6.0.12",
"@blockly/field-grid-dropdown": "^6.0.9",
"@blockly/field-multilineinput": "^6.0.9",
"@blockly/field-slider": "8.0.9",
"@blockly/plugin-scroll-options": "^7.0.9",
"@blockly/plugin-typed-variable-modal": "^9.0.9",
"@blockly/toolbox-search": "^3.1.9",
"@blockly/workspace-backpack": "^7.0.11",
"@blockly/workspace-minimap": "^0.3.9",
"@blockly/zoom-to-fit": "^7.0.9",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fortawesome/fontawesome-svg-core": "^7.3.1",
"@fortawesome/free-solid-svg-icons": "^7.3.1",
"@fortawesome/react-fontawesome": "^3.5.0",
"@hello-pangea/dnd": "^18.0.1",
"@monaco-editor/react": "^4.3.1",
"@mui/icons-material": "^5.10.16",
"@mui/lab": "^5.0.0-alpha.110",
"@mui/material": "^5.10.16",
"@mui/styles": "^5.10.16",
"@tensorflow/tfjs": "^4.22.0",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^15.0.5",
"@testing-library/user-event": "^14.6.3",
"@uiw/react-markdown-preview": "^5.2.1",
"@uiw/react-md-editor": "^4.1.1",
"axios": "^1.19.0",
"blockly": "^12.5.1",
"dompurify": "^3.4.13",
"esptool-js": "^0.6.0",
"file-saver": "^2.0.5",
"framer-motion": "^6.5.1",
"hast-util-to-parse5": "^8.0.1",
"jszip": "^3.10.1",
"markdown-it": "^14.2.0",
"mnemonic-id": "^4.1.0",
"moment": "^2.29.4",
"prismjs": "^1.27.0",
"qrcode.react": "^3.1.0",
"react": "^18.3.1",
"react-confetti": "^6.4.0",
"react-cookie-consent": "^9.0.0",
"react-dom": "^18.3.1",
"react-markdown": "^10.1.0",
"react-markdown-editor-lite": "^1.4.2",
"react-rating-stars-component": "^2.2.0",
"react-redux": "^7.2.9",
"react-redux": "^9.3.0",
"react-router-dom": "^7.18.2",
"react-share": "^5.3.0",
"react-spinners": "^0.17.0",
"reactour": "^1.18.7",
"redux": "^4.2.0",
"redux-thunk": "^2.4.1",
"rehype-raw": "^7.0.0",
"remark-gemoji": "^8.0.0",
"remark-gfm": "^4.0.1",
"styled-components": "^4.4.1",
"watchpack": "^2.5.2"
},
"resolutions": {
"//": "See https://github.com/facebook/create-react-app/issues/11773",
"react-error-overlay": "6.0.9"
},
"scripts": {
"dev": "set \"VITE_BLOCKLY_API=http://localhost:8080\" && npm start",
"start": "vite",
"build": "vite build",
"build:tutorial": "WIDGET=tutorial vite build --config vite.config.tutorial.js",
"serve": "vite preview",
"e2e": "cypress run"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@vitejs/plugin-react": "^5.2.0",
"cypress": "^15.20.0",
"cypress-ctrf-json-reporter": "^0.0.14",
"eslint": "^9.20.1",
"eslint-plugin-cypress": "^6.4.3",
"eslint-plugin-react": "^7.37.4",
"prettier": "^3.9.6",
"vite": "^7.3.2",
"vite-plugin-css-injected-by-js": "^3.5.1"
}
}