forked from scratchfoundation/scratch-blocks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.52 KB
/
package.json
File metadata and controls
55 lines (55 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
55
{
"name": "scratch-blocks",
"type": "module",
"version": "1.3.0",
"description": "Scratch Blocks is a library for building creative computing interfaces.",
"author": "Massachusetts Institute of Technology",
"license": "Apache-2.0",
"homepage": "https://github.com/scratchfoundation/scratch-blocks#readme",
"repository": {
"type": "git",
"url": "https://github.com/scratchfoundation/scratch-blocks.git"
},
"main": "./dist/vertical.js",
"browser": "./shim/vertical.js",
"scripts": {
"dev": "vite",
"b": "bun scripts/core_patch.ts",
"build": "bun b && bun scripts/build.ts",
"publish": "jsr publish",
"build:page": "bun b && vite build"
},
"dependencies": {
"scratch-l10n": "^3.18.3"
},
"devDependencies": {
"@types/bun": "^1.1.14",
"vite": "^6.0.3",
"jsr": "^0.13.2",
"@commitlint/cli": "17.8.1",
"@commitlint/config-conventional": "17.8.1",
"async": "2.6.4",
"copy-webpack-plugin": "4.6.0",
"eslint": "4.19.1",
"event-stream": "3.3.5",
"gh-pages": "0.12.0",
"glob": "7.2.3",
"google-closure-compiler": "20180402.0.0",
"graceful-fs": "4.2.11",
"husky": "8.0.3",
"json": "9.0.6",
"rimraf": "2.7.1",
"scratch-semantic-release-config": "4.0.0",
"selenium-webdriver": "4.16.0",
"semantic-release": "19.0.5",
"transifex": "1.6.6",
"uglifyjs-webpack-plugin": "1.3.0",
"webpack": "4.47.0",
"webpack-cli": "3.3.12"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
}
}