-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.09 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
{
"name": "clocks",
"version": "1.0.6",
"description": "Proyecto TT programación en C mediante bloques",
"main": "index.ts",
"private": true,
"scripts": {
"start": "webpack serve --open --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",
"test": "exit 0"
},
"keywords": [
"blockly",
"c",
"programming",
"blocks"
],
"author": "",
"license": "Apache-2.0",
"homepage": "./",
"devDependencies": {
"@types/toastify-js": "^1.12.3",
"@types/wicg-file-system-access": "^2023.10.6",
"css-loader": "^7.1.2",
"html-webpack-plugin": "^5.6.3",
"source-map-loader": "^5.0.0",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.14",
"ts-loader": "^9.5.2",
"typescript": "^5.8.3",
"webpack": "^5.99.5",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.1",
"webpack-merge": "^6.0.1"
},
"dependencies": {
"@mit-app-inventor/blockly-plugin-workspace-multiselect": "^1.0.1",
"blockly": "^11.2.2",
"sweetalert2": "^11.6.13",
"terser": "^5.39.2",
"toastify-js": "^1.12.0"
}
}