Files
2021-10-07 12:20:05 +08:00

55 lines
1.2 KiB
JSON

{
"name": "numerical-notation-editor",
"version": "0.1.0",
"private": true,
"homepage": "./",
"author": {
"name": "Haven Mattuy",
"email": "mattuylee@outlook.com"
},
"description": "基于svg技术的简谱编辑器",
"keywords": [
"简谱",
"编辑器",
"转调"
],
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"antd": "^4.16.13",
"mobx": "^6.3.3",
"mobx-react-lite": "^3.2.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3",
"web-vitals": "^1.1.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"publish": "npm run build && rm -rf ./docs/editor/ && mv ./build ./docs/editor"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}