-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1022 Bytes
/
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
{
"name": "webwork-problem-embed",
"version": "1.0.0",
"description": "Add support for WeBWorK problem embed",
"main": "index.js",
"scripts": {
"start": "wp-scripts start block/src/index.js --output-path=block/build",
"build": "wp-scripts build block/src/index.js --output-path=block/build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/openlab-at-city-tech/webwork-problem-embed.git"
},
"keywords": [
"webwork",
"problem",
"embed",
"renderer"
],
"author": "Boris Kuzmanov",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/openlab-at-city-tech/webwork-problem-embed/issues"
},
"homepage": "https://github.com/openlab-at-city-tech/webwork-problem-embed#readme",
"devDependencies": {
"@wordpress/scripts": "^26.7.0"
},
"dependencies": {
"@wordpress/block-editor": "^12.4.0",
"@wordpress/components": "^25.2.0",
"@wordpress/element": "^5.13.0",
"@wordpress/server-side-render": "^4.13.0"
}
}