musicxml2json-piano
Version:
MusicXML to JSON for piano.
78 lines • 2.29 kB
JSON
{
"name": "musicxml2json-piano",
"version": "0.1.1",
"author": "hezhiyi",
"license": "MIT",
"description": "MusicXML to JSON for piano.",
"keywords": [
"MusicXML",
"piano",
"music"
],
"homepage": "",
"repository": {
"type": "git",
"url": "git+https://github.com/gzzhiyi/musicxml2json-piano.git"
},
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"scripts": {
"dev": "set NODE_ENV=developemnt && rollup -c ./build/rollup.dev.config.js -w",
"test": "react-app-rewired start",
"build": "rollup -c ./build/rollup.build.config.js"
},
"dependencies": {
"@types/lodash": "^4.14.182",
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2",
"cra-template": "1.1.2",
"fast-xml-parser": "^4.0.9",
"lodash": "^4.17.21",
"prop-types": "^15.8.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-json-view": "^1.21.3",
"react-router-dom": "6.2.1",
"react-scripts": "^5.0.0"
},
"devDependencies": {
"@babel/core": "^7.17.4",
"@babel/plugin-proposal-decorators": "^7.18.10",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.22.5",
"@babel/runtime": "^7.17.2",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^21.0.2",
"@rollup/plugin-eslint": "^9.0.4",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-replace": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.12.0",
"customize-cra": "^1.0.0",
"react-app-rewired": "^2.1.8",
"rollup": "^2.67.2",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-less-modules": "^0.1.11",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-serve": "^1.1.0",
"rollup-plugin-typescript2": "^0.31.2",
"rollup-plugin-uglify": "^6.0.4",
"typescript": "^4.5.5"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}