-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
61 lines (61 loc) · 1.48 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-ratings-declarative",
"version": "3.4.1",
"description": "A customizable rating component for selecting x widgets or visualizing x widgets",
"main": "build/index.js",
"scripts": {
"test": "jest __tests__",
"build": "make build"
},
"author": "Eric Kennedy <[email protected]> (https://github.com/ekeric13)",
"license": "BSD-3-Clause",
"keywords": [
"react",
"component",
"star",
"stars",
"rating",
"ratings",
"star ratings",
"star rating",
"rate",
"input",
"svg",
"SVG",
"star rating component",
"svg icons",
"react star rating component",
"react widgets",
"rating widgets"
],
"repository": {
"type": "git",
"url": "https://github.com/ekeric13/react-ratings-declarative.git"
},
"bugs": {
"url": "https://github.com/ekeric13/react-ratings-declarative/issues"
},
"homepage": "https://github.com/ekeric13/react-ratings-declarative",
"browserify": {
"transform": [
"babelify"
]
},
"devDependencies": {
"babel-jest": "^22.4.1",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"jest": "^22.4.2",
"react-dom": "^16.2.0",
"react-fatigue-dev": "github:ekeric13/react-fatigue-dev",
"react-test-renderer": "^16.2.0"
},
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.6.0",
"react": "^16.2.0"
}
}