-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
72 lines (72 loc) · 1.75 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
{
"name": "react-frappe-charts",
"version": "4.1.0",
"license": "MIT",
"repository": "https://github.com/sheshbabu/react-frappe-charts",
"keywords": [
"charts",
"react charts",
"line chart",
"bar chart",
"pie chart",
"percentage chart",
"heatmap chart"
],
"main": "./build/index.js",
"module": "./build/index.js",
"scripts": {
"start": "start-storybook -p 3030 -s public",
"prebuild": "rm -rf ./build",
"build": "tsc --build",
"build:storybook": "build-storybook",
"typecheck": "tsc --noEmit",
"preversion": "npm run build",
"version": "git add .",
"postversion": "git push && git push --tags"
},
"peerDependencies": {
"react": ">= 16.8.0",
"react-dom": ">= 16.8.0",
"frappe-charts": ">= 1.5.2"
},
"devDependencies": {
"@babel/core": "7.6.0",
"@storybook/addon-centered": "5.2.1",
"@storybook/addon-knobs": "5.2.1",
"@storybook/addons": "5.2.1",
"@storybook/react": "5.2.1",
"@types/jest": "24.0.18",
"@types/node": "12.7.3",
"@types/react": "16.9.2",
"@types/react-dom": "16.9.0",
"@typescript-eslint/eslint-plugin": "2.0.0",
"@typescript-eslint/parser": "2.0.0",
"babel-loader": "8.0.6",
"date-fns": "2.2.1",
"eslint-config-prettier": "6.1.0",
"eslint-plugin-react-hooks": "2.0.1",
"frappe-charts": "1.5.2",
"react": "16.9.0",
"react-dom": "16.9.0",
"react-scripts": "3.4.3",
"typescript": "3.6.2"
},
"files": [
"build"
],
"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"
]
}
}