-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.24 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": "react-wobble",
"version": "1.0.0",
"description": "A wonderful text wobble in react",
"main": "dist/index.js",
"license": "APACHE",
"scripts": {
"lint": "eslint src",
"build": "webpack",
"prepublish": "rimraf dist"
},
"dependencies": {
"babel-core": "^6.0.20",
"babel-eslint": "^7.1.0",
"babel-loader": "^6.2.10",
"babel-plugin-add-module-exports": "^0.2.0",
"babel-plugin-flow-react-proptypes": "^0.20.0",
"babel-plugin-transform-flow-strip-types": "^6.21.0",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-preset-es2015": "^6.0.15",
"babel-preset-react": "^6.0.15",
"babel-preset-stage-0": "^6.0.15",
"classnames": "^2.2.5",
"css-loader": "^0.28.10",
"flow-bin": "^0.37.4",
"prop-types": "^15.6.1",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"rimraf": "^2.5.4",
"style-loader": "^0.20.2",
"webpack": "^2.2.0"
},
"devDependencies": {
"eslint": "^3.15.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-loader": "^1.6.1",
"eslint-plugin-flowtype": "^2.29.2",
"eslint-plugin-flowtype-errors": "^2.0.3",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.9.0"
}
}