forked from ninjasort/react-star-rating
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.74 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
{
"name": "react-star-rating",
"version": "1.4.2",
"description": "A simple star rating component built with React.",
"main": "./dist/react-star-rating.min.js",
"scripts": {
"start": "npm run watch",
"watch": "gulp watch",
"build": "gulp dist",
"test": "karma start",
"prepublish": "npm run build"
},
"author": "Cameron J Roe <[email protected]> (http://cameronjroe.com/)",
"repository": "cameronroe/react-star-rating",
"license": "MIT",
"dependencies": {
"classnames": "^2.2.0"
},
"devDependencies": {
"babel-eslint": "^4.1.4",
"babel-preset-es2015": "^6.0.15",
"babel-preset-react": "^6.0.15",
"babel-preset-stage-0": "^6.1.2",
"babelify": "^7.2.0",
"browserify": "^12.0.1",
"chai": "^3.4.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.0.0",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^1.0.0",
"gulp-jshint": "^1.12.0",
"gulp-karma": "0.0.5",
"gulp-minify-css": "^1.2.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.1.0",
"gulp-uglify": "^1.4.2",
"gulp-webserver": "^0.9.1",
"isparta": "^3.5.1",
"istanbul-instrumenter-loader": "^0.1.3",
"jshint-stylish": "^2.0.1",
"karma": "^0.13.15",
"karma-babel-preprocessor": "^6.0.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.1",
"karma-coverage": "^0.5.3",
"karma-mocha": "^0.2.0",
"karma-sinon": "^1.0.4",
"karma-sourcemap-loader": "^0.3.6",
"mocha": "^2.3.3",
"node-bourbon": "^4.2.3",
"node-sass": "^3.4.1",
"react": "^15.0.0",
"react-addons-test-utils": "^15.0.0",
"react-dom": "^15.0.0",
"sinon": "^1.17.2",
"through2": "^2.0.0",
"vinyl-source-stream": "^1.1.0",
"webpack": "^1.13.0"
}
}