-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
86 lines (86 loc) · 2.47 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "react-progress-bar-plus",
"version": "1.3.1",
"description": "Progress bar component for ReactJS.",
"main": "lib/index.js",
"scripts": {
"start": "NODE_ENV=development babel-node example/webpack.server.js --hot",
"lint": "NODE_ENV=development eslint .",
"build": "NODE_ENV=production gulp build"
},
"keywords": [
"react-component",
"react",
"component",
"react-progress",
"react-progress-bar",
"react-progress-bar-plus"
],
"peerDependencies": {
"react": "^0.13 || ^0.14 || ^15.0.0"
},
"dependencies": {
"classnames": "^2.1.5",
"prop-types": "^15.5.10"
},
"devDependencies": {
"autoprefixer": "^7.0.1",
"babel-cli": "^6.8.0",
"babel-core": "^6.8.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^7.0.0",
"babel-plugin-add-module-exports": "^0.2.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-env": "^1.2.2",
"babel-preset-react": "^6.24.1",
"bootstrap": "^3.3.7",
"camelcase": "^4.1.0",
"clean-webpack-plugin": "^0.1.9",
"cross-env": "^4.0.0",
"css-loader": "^0.28.0",
"cssnano": "^3.5.2",
"del": "^3.0.0",
"eslint": "^3.15.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-loader": "^1.3.0",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-react": "^7.0.1",
"express": "^4.15.3",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"flux": "^3.1.2",
"globby": "^6.1.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.1",
"gulp-postcss": "^7.0.0",
"gulp-sass": "^3.1.0",
"html-webpack-plugin": "^2.28.0",
"http-proxy": "^1.16.2",
"node-sass": "^4.5.0",
"postcss-loader": "^2.0.5",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-hot-loader": "^1.3.1",
"react-router-dom": "^4.1.1",
"run-sequence": "^1.2.2",
"sass-loader": "^6.0.1",
"style-loader": "^0.18.2",
"webpack": "^2.2.1",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.10.0",
"webpack-stream": "^3.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/minhtranite/react-progress-bar-plus.git"
},
"author": "Minh Tran",
"license": "MIT",
"bugs": {
"url": "https://github.com/minhtranite/react-progress-bar-plus/issues"
},
"homepage": "https://github.com/minhtranite/react-progress-bar-plus"
}