forked from poproar/barnabas-blocks
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.07 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
{
"name": "barnabas-blocks",
"version": "1.0.0",
"description": "Barnabas Blocks",
"main": "index.js",
"type": "module",
"scripts": {},
"author": "Barnabas Robotics",
"license": "ISC",
"devDependencies": {
"@stylistic/eslint-plugin": "^2.10.1",
"@types/crypto-js": "^4.2.2",
"@types/file-saver": "^2.0.7",
"css-loader": "^7.1.2",
"eslint": "^9.14.0",
"globals": "^15.12.0",
"html-loader": "^5.1.0",
"html-webpack-plugin": "^5.6.3",
"mini-css-extract-plugin": "^2.9.2",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.1",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"typescript-eslint": "^8.14.0",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@blockly/plugin-typed-variable-modal": "^8.0.9",
"ace-builds": "^1.36.4",
"avrgirl-arduino": "^5.0.1",
"blockly": "^11.1.1",
"crypto-js": "^4.2.0",
"esptool-js": "^0.4.7",
"file-saver": "^2.0.5",
"highlight.js": "^11.10.0",
"material-icons": "^1.13.12",
"strip-ansi": "^7.1.0",
"util": "^0.12.5"
}
}