-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.61 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
42
43
44
45
46
{
"name": "opensheetmusicdisplay-wordpress-block",
"version": "1.1.0",
"description": "Block to render MusicXML in the browser as sheet music using OSMD.",
"author": "opensheetmusicdisplay, fredmeister77",
"license": "GPL-2.0-or-later",
"module": "src/export.js",
"main": "build/osmd/export.min.js",
"scripts": {
"wp:build": "wp-scripts build",
"osmd:build": "webpack --progress --config webpack.osmd.config.js",
"osmd:build-exports": "webpack --progress --config webpack.osmd.exports.config.js",
"build": "npm-run-all wp:build osmd:build osmd:build-exports",
"format:js": "wp-scripts format-js",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"start": "wp-scripts start",
"packages-update": "wp-scripts packages-update"
},
"dependencies": {
"@wordpress/block-editor": "^5.2.2",
"@wordpress/blocks": "^6.25.2",
"@wordpress/i18n": "^3.17.0",
"@wordpress/hooks": "^2.11.1",
"@wordpress/element": "^2.11.1",
"@wordpress/compose": "^3.24.3",
"opensheetmusicdisplay": "file:../opensheetmusicdisplay",
"pb-deep-link": "file:../pb-deep-link"
},
"devDependencies": {
"@wordpress/scripts": "^13.0.1",
"@wordpress/dependency-extraction-webpack-plugin": "3.4.1",
"npm-run-all": "^4.1.5",
"ts-loader": "^8.0.14",
"typescript": "^4.1.3",
"@types/node": "^14.14.22",
"webpack": "^4.44.2",
"webpack-cli": "^4.5.0",
"copy-webpack-plugin": "^6.4.0",
"@types/resize-observer-browser": "^0.1.5",
"babel-loader": "^8.2.2",
"@babel/core": "^7.12.16",
"@babel/preset-env": "^7.12.16",
"@babel/preset-react": "^7.12.13"
}
}