-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.52 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.52 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
{
"name": "mochagen",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"prettier": "prettier --write ."
},
"dependencies": {
"@blockly/plugin-cross-tab-copy-paste": "^5.0.6",
"@blockly/zoom-to-fit": "^5.0.12",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mit-app-inventor/blockly-plugin-workspace-multiselect": "^0.1.12",
"@monaco-editor/react": "^4.6.0",
"@mui/material": "^5.15.0",
"@radix-ui/colors": "^3.0.0",
"@radix-ui/react-form": "0.0.3",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-toggle-group": "^1.0.4",
"@radix-ui/themes": "^2.0.3",
"@tauri-apps/api": "^1.5.2",
"atomic-spinner": "^1.3.1",
"blockly": "^10.4.1",
"bootstrap": "^5.3.2",
"framer-motion": "^10.18.0",
"js-base64": "^3.7.7",
"lodash.debounce": "^4.0.8",
"monaco-editor": "^0.46.0",
"react": "^18.2.0",
"react-bootstrap": "^2.10.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"react-router-dom": "^6.21.3",
"react-toastify": "^10.0.4"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.7",
"@types/lodash.debounce": "^4.0.9",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.17",
"postcss": "^8.4.33",
"prettier": "3.2.5",
"sass": "^1.70.0",
"typescript": "~5.3.3",
"vite": "^4.4.4"
}
}