2017-02-11 17:33:27 +08:00
|
|
|
{
|
|
|
|
"name": "private-music-react",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "A front-end impl of Private Cloud Music by React and Antd",
|
|
|
|
"author": "Zijin Xiao <ZijinX@outlook.com>",
|
|
|
|
"repository": "BearKidsTeam/private-music-react",
|
|
|
|
"license": "MIT",
|
|
|
|
"entry": {
|
|
|
|
"index": "./index.jsx"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-05-13 19:01:57 +08:00
|
|
|
"@ant-design/icons": "^4.6.2",
|
|
|
|
"antd": "^4.15.5",
|
|
|
|
"axios": "^0.21.1",
|
|
|
|
"react": "^17.0.2",
|
|
|
|
"react-dom": "^17.0.2"
|
2017-02-11 17:33:27 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-05-13 19:01:57 +08:00
|
|
|
"atool-build": "^1.0.8",
|
|
|
|
"atool-test-mocha": "^0.2.1",
|
|
|
|
"babel-eslint": "^10.1.0",
|
2017-02-11 17:33:27 +08:00
|
|
|
"babel-plugin-import": "^1.0.1",
|
|
|
|
"babel-plugin-transform-runtime": "^6.8.0",
|
|
|
|
"babel-runtime": "^6.9.2",
|
2021-05-13 19:01:57 +08:00
|
|
|
"dora": "^0.6.1",
|
|
|
|
"dora-plugin-webpack": "^1.0.0",
|
|
|
|
"eslint": "^7.26.0",
|
|
|
|
"eslint-config-airbnb": "^18.2.1",
|
2017-02-11 17:33:27 +08:00
|
|
|
"eslint-plugin-import": "^2.2.0",
|
2021-05-13 19:01:57 +08:00
|
|
|
"eslint-plugin-jsx-a11y": "^6.4.1",
|
|
|
|
"eslint-plugin-react": "^7.23.2",
|
|
|
|
"expect": "^26.6.2",
|
2017-02-11 17:33:27 +08:00
|
|
|
"pre-commit": "1.x",
|
|
|
|
"redbox-react": "^1.2.6"
|
|
|
|
},
|
|
|
|
"pre-commit": [
|
|
|
|
"lint"
|
|
|
|
],
|
|
|
|
"scripts": {
|
|
|
|
"build": "atool-build",
|
|
|
|
"lint": "eslint --ext .js,.jsx src/",
|
|
|
|
"start": "dora --plugins webpack",
|
|
|
|
"test": "atool-test-mocha ./**/__tests__/*-test.js"
|
|
|
|
}
|
|
|
|
}
|