-
Notifications
You must be signed in to change notification settings - Fork 52
/
Copy pathpackage.json
45 lines (45 loc) · 1.06 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
{
"devDependencies": {
"@atlaskit/button": "^7.0.2",
"@atlaskit/checkbox": "^2.0.0",
"@atlaskit/field-text": "^4.3.0",
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.9.1",
"styled-components": "^3.2.3",
"ts-react-toolbox": "^0.0.46"
},
"engines": {
"node": ">=8.4.0"
},
"scripts": {
"dev": "ts-react-toolbox dev",
"test": "ts-react-toolbox test",
"test:ci": "ts-react-toolbox test --runInBand --coverage",
"build": "ts-react-toolbox build",
"release": "ts-react-toolbox release",
"prepublishOnly": "yarn build",
"bootstrap": "ts-react-toolbox init",
"lint": "ts-react-toolbox lint",
"static": "ts-react-toolbox publish"
},
"peerDependencies": {
"react": "^16.2.0"
},
"name": "react-circle",
"version": "1.1.1",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"repository": "https://github.com/zzarcon/react-circle",
"keywords": [
"react",
"circle",
"svg",
"progress",
"react-circle",
"percentage"
]
}