-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 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
44
45
46
{
"name": "react-refresh-indicator",
"version": "1.1.0",
"description": "react refresh indicator",
"main": "lib/index.jsx",
"scripts": {
"test": "./node_modules/.bin/gulp lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maoziliang/react-refresh-indicator.git"
},
"keywords": [
"react-component",
"react",
"refresh",
"indicator"
],
"author": "maoziliang",
"license": "MIT",
"bugs": {
"url": "https://github.com/maoziliang/react-refresh-indicator/issues"
},
"homepage": "https://github.com/maoziliang/react-refresh-indicator#readme",
"devDependencies": {
"autoprefixer-loader": "^2.0.0",
"babel": "^5.8.5",
"babel-core": "^5.8.5",
"babel-eslint": "^4.0.5",
"babel-loader": "^5.3.2",
"css-loader": "^0.15.5",
"eslint-config-airbnb": "0.0.7",
"eslint-plugin-react": "^3.0.0",
"gulp": "^3.9.0",
"gulp-eslint": "^1.0.0",
"gulp-recess": "^1.1.2",
"less": "^2.5.1",
"less-loader": "^2.2.0",
"style-loader": "^0.12.3",
"webpack": "^1.10.5"
},
"dependencies": {
"babel-runtime": "^5.8.5",
"react": "^0.13.3"
}
}