forked from storybookjs/storybook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.13 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "storybook",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.4.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"codecov": "^2.1.0",
"enzyme": "^2.8.2",
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.1.3",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jest": "^20.0.3",
"eslint-plugin-prettier": "^2.0.1",
"jest": "^20.0.3",
"jest-enzyme": "^3.1.1",
"lerna": "2.0.0-rc.4",
"prettier": "^1.3.0",
"react": "^15.5.4",
"react-test-renderer": "^15.5.4",
"react-dom": "^15.5.4",
"shelljs": "^0.7.7"
},
"scripts": {
"bootstrap": "lerna bootstrap",
"lint": "eslint .",
"test": "jest",
"test:watch": "npm test -- --watch",
"coverage": "codecov",
"postinstall": "opencollective postinstall"
},
"dependencies": {
"opencollective": "^1.0.3"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/storybook"
}
}