-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.05 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
{
"name": "react-blur-up",
"version": "1.0.0",
"main": "index.js",
"repository": {
"url": "https://github.com/wmartins/react-blur-up",
"type": "git"
},
"author": "William Martins <wwwhmartins@gmail.com>",
"license": "MIT",
"scripts": {
"build:gh-pages": "build-storybook",
"storybook": "start-storybook -p 9001 -c .storybook",
"lint": "eslint src test stories"
},
"devDependencies": {
"@kadira/storybook": "^2.29.7",
"ava": "^0.16.0",
"babel-loader": "^6.2.7",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"css-loader": "^0.25.0",
"eslint": "^3.9.1",
"eslint-config-airbnb": "latest",
"eslint-plugin-import": "^2.1.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.6.0",
"image-webpack-loader": "^3.0.0",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"style-loader": "^0.13.1",
"webpack": "^1.13.3"
},
"peerDependencies": {
"react": "^15.3.2",
"react-dom": "^15.3.2"
},
"dependencies": {
"file-loader": "^0.9.0"
}
}