forked from lonelyclick/react-loading-bar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.68 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "react-loading-bar",
"version": "0.0.3",
"description": "react loading bar",
"main": "dist/index.js",
"scripts": {
"start": "webpack --config webpack.config.development.js --watch",
"build": "webpack --config webpack.config.production.js",
"eslint": "webpack --config webpack.config.development.js --enable-eslint"
},
"files": [
"dist/"
],
"author": "lonelyclick",
"license": "MIT",
"dependencies": {
"shallowequal": "^0.2.2"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0-rc",
"react-dom": "^0.14.0 || ^15.0.0-rc"
},
"repository": {
"type": "git",
"url": "https://github.com/lonelyclick/react-loading-bar.git"
},
"devDependencies": {
"koa": "^1.1.2",
"koa-logger": "^1.3.0",
"koa-mount": "^1.3.0",
"koa-request": "^1.0.0",
"koa-route": "^2.4.2",
"koa-static": "^1.5.1",
"koa-static-cache": "^3.1.2",
"autoprefixer": "^6.0.3",
"autoprefixer-loader": "^3.1.0",
"babel": "^5.8.29",
"babel-core": "^5.8.29",
"babel-eslint": "^4.1.3",
"babel-loader": "^5.3.2",
"css-loader": "^0.21.0",
"eslint": "^1.7.3",
"eslint-config-airbnb": "0.1.0",
"eslint-loader": "^1.1.0",
"eslint-plugin-react": "^3.6.3",
"extract-text-webpack-plugin": "^0.8.2",
"file-loader": "^0.8.4",
"html-webpack-plugin": "^1.6.2",
"postcss": "^5.0.10",
"postcss-color-rebeccapurple": "^2.0.0",
"postcss-loader": "^0.7.0",
"postcss-reporter": "^1.3.0",
"precss": "^1.3.0",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"style-loader": "^0.13.0",
"url-loader": "^0.5.6",
"webpack": "^1.12.2"
},
"directories": {
"example": "examples"
}
}