forked from RoboticsBrno/JacLy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.22 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.22 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
{
"name": "jacly",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@blockly/field-colour": "^6.0.0",
"@types/w3c-web-serial": "^1.0.8",
"axios": "^1.12.2",
"blockly": "^12.3.1",
"classnames": "^2.5.1",
"jaculus-tools": "^0.0.23",
"react": "^18.3.1",
"react-blockly": "^9.0.0",
"react-dom": "^18.3.1",
"react-syntax-highlighter": "^15.6.6",
"tailwind-override": "^0.6.1",
"typescript": "^5.9.3",
"util": "^0.12.5"
},
"devDependencies": {
"@types/node": "^20.4.1",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.1",
"@types/react-syntax-highlighter": "^15.5.13",
"@vitejs/plugin-react": "^5.0.4",
"autoprefixer": "^10.4.21",
"eslint": "^9.37.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^6.1.1",
"eslint-plugin-react-refresh": "^0.4.23",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.18",
"vite": "^7.1.9",
"vite-plugin-checker": "^0.11.0",
"vite-plugin-node-polyfills": "^0.24.0"
}
}