-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
53 lines (53 loc) · 1.43 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
{
"name": "react-rating-tooltip",
"version": "1.3.1",
"description": "React Star Rating/Review Component with tooltip support",
"main": "./lib/Rating.js",
"types": "./lib/types",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/vilvaathibanpb/react-rating-tooltip"
},
"keywords": [
"react",
"ratings",
"rating",
"star ratings",
"star-ratings",
"react-reviews",
"react-ratings",
"react-rating",
"react ratings",
"react rating"
],
"scripts": {
"build": "rm -rf lib && webpack",
"postbuild": "tsc"
},
"peerDependencies": {
"react": "^16.8.0",
"react-dom": "^16.8.0"
},
"devDependencies": {
"@types/node": "^15.6.0",
"@types/react": "^17.0.6",
"@types/react-dom": "^17.0.5",
"babel-core": "^6.21.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^1.0.0",
"file-loader": "^1.1.11",
"fork-ts-checker-webpack-plugin": "^6.2.10",
"path": "^0.12.7",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"style-loader": "^0.22.1",
"ts-loader": "^8.2.0",
"typescript": "^4.2.4",
"url-loader": "^1.0.1",
"webpack": "^4.5.0",
"webpack-cli": "^4.7.0"
}
}