mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 09:41:06 +08:00
32 lines
842 B
JSON
32 lines
842 B
JSON
{
|
|
"name": "storybook",
|
|
"devDependencies": {
|
|
"babel-eslint": "^7.2.2",
|
|
"codecov": "^2.1.0",
|
|
"enzyme": "^2.8.2",
|
|
"enzyme-to-json": "^1.5.1",
|
|
"eslint": "^3.19.0",
|
|
"eslint-config-airbnb-base": "^11.1.3",
|
|
"eslint-plugin-import": "^2.2.0",
|
|
"eslint-plugin-jest": "^19.0.1",
|
|
"eslint-plugin-prettier": "^2.0.1",
|
|
"jest": "^19.0.2",
|
|
"jest-enzyme": "^3.0.1",
|
|
"lerna": "2.0.0-rc.2",
|
|
"prettier": "^1.1.0",
|
|
"react": "^15.5.4",
|
|
"react-addons-test-utils": "^15.5.1",
|
|
"react-dom": "^15.5.4",
|
|
"yarn": "^0.22.0",
|
|
"yernapkg": "^0.5.0"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "yerna install --parallel 1",
|
|
"lint": "eslint .",
|
|
"test": "jest --config ./.jestrc",
|
|
"test:watch": "npm test -- --watch",
|
|
"test-examples": "CI=true lerna run test",
|
|
"coverage": "codecov"
|
|
}
|
|
}
|