forked from Abhinandan-Kushwaha/gifted-charts-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.83 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
{
"name": "gifted-charts-core",
"version": "0.1.4",
"description": "Mathematical and logical utilities used by react-gifted-charts and react-native-gifted-charts",
"main": "./src/index.js",
"files": [
"src"
],
"scripts": {
"build": "tsc -p .",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint src/**/*.ts"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/react-native": "^0.72.2",
"eslint": "^8.56.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"typescript": "^5.3.3"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"repository": "https://github.com/Abhinandan-Kushwaha/gifted-charts-core",
"author": "Abhinandan Kushwaha <[email protected]> (https://github.com/Abhinandan-Kushwaha)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Abhinandan-Kushwaha/gifted-charts-core/issues"
},
"homepage": "https://github.com/Abhinandan-Kushwaha/gifted-charts-core#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"gifted-charts",
"react-gifted-charts",
"react-native-gifted-charts"
]
}