45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
|
{
|
||
|
"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": {
|
||
|
"antd": "^2.7.1",
|
||
|
"axios": "^0.15.3",
|
||
|
"react": "^15.1.0",
|
||
|
"react-dom": "^15.1.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"atool-build": "^0.9.0",
|
||
|
"atool-test-mocha": "^0.1.4",
|
||
|
"babel-eslint": "^7.0.0",
|
||
|
"babel-plugin-import": "^1.0.1",
|
||
|
"babel-plugin-transform-runtime": "^6.8.0",
|
||
|
"babel-runtime": "^6.9.2",
|
||
|
"dora": "0.4.x",
|
||
|
"dora-plugin-webpack": "^0.8.1",
|
||
|
"eslint": "^3.15.0",
|
||
|
"eslint-config-airbnb": "^12.0.0",
|
||
|
"eslint-plugin-import": "^2.2.0",
|
||
|
"eslint-plugin-jsx-a11y": "^2.2.3",
|
||
|
"eslint-plugin-react": "^6.9.0",
|
||
|
"expect": "^1.20.1",
|
||
|
"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"
|
||
|
}
|
||
|
}
|