-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.52 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.52 KB
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
{
"name": "@stack-pulse/react-star-rating",
"version": "1.0.1",
"description": "Star Rating for React and NextJs",
"main": "dist/react-stars.js",
"repository": {
"type": "git",
"url": "git+https://github.com/stackpulse/react-star-rating.git"
},
"babel": {
"presets": [
"react",
"es2015"
]
},
"ava": {
"babel": {
"presets": [
"es2015",
"react"
]
},
"require": [
"babel-register"
]
},
"scripts": {
"build": "babel src --out-dir dist",
"dev": "babel src --out-dir dist --watch",
"build-example": "webpack -p --config=webpack.production.config.js",
"dev-example": "webpack-dev-server . --hot --inline"
},
"keywords": [
"rating",
"star",
"component",
"react",
"stars",
"rate",
"raty",
"reactjs",
"ratings",
"hooks"
],
"author": "Stack Pulse",
"license": "ISC",
"devDependencies": {
"ava": "^0.14.0",
"babel-cli": "^6.26.0",
"babel-loader": "^6.2.4",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-addons-test-utils": "^15.6.2",
"react-dom": "^16.13.1",
"webpack": "^1.12.15",
"webpack-dev-server": "^1.14.1"
},
"bugs": {
"url": "https://github.com/stackpulse/react-star-rating/issues"
},
"homepage": "https://github.com/stackpulse/react-star-rating#readme",
"directories": {
"example": "example"
}
}