forked from BitBravo/advanced_react-circular-slider
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
79 lines (79 loc) · 2.04 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
{
"name": "advanced-react-circular-slider",
"version": "1.6.4",
"description": "Advanced circular slider with no dependencies.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/idoaflalo/advanced-react-circular-slider.git"
},
"keywords": [
"react slider",
"round slider",
"circle slider",
"circular slider",
"radial slider",
"react",
"circular",
"radial",
"slider",
"react hooks"
],
"author": "Ido Aflalo",
"license": "MIT",
"bugs": {
"url": "https://github.com/idoaflalo/advanced-react-circular-slider/issues"
},
"homepage": "https://idoaflalo.github.io/advanced-react-circular-slider/",
"peerDependencies": {
"react": "^16.12.0",
"react-dom": "^16.12.0",
"global": "^4.4.0"
},
"devDependencies": {
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@types/styled-components": "^5.1.16",
"awesome-typescript-loader": "^5.2.1",
"css-loader": "^3.6.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"eslint-utils": "^1.4.1",
"file-loader": "^6.2.0",
"global": "^4.4.0",
"mini-css-extract-plugin": "^0.9.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "^4.0.3",
"serialize-javascript": "^3.1.0",
"source-map-loader": "^3.0.0",
"typescript": "^4.5.2",
"webpack-cli": "^4.9.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"build-npm": "webpack-cli",
"gh-pages": "npm run build && git subtree push --prefix build origin gh-pages && git push -u origin master"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"types": "./types/index.d.ts",
"dependencies": {}
}