-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathpackage.json
More file actions
129 lines (129 loc) · 4.09 KB
/
package.json
File metadata and controls
129 lines (129 loc) · 4.09 KB
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "react-gauge-component",
"version": "1.1.30",
"main": "dist/lib/index.js",
"module": "dist/lib/index.js",
"types": "dist/lib/index.d.ts",
"homepage": "https://antoniolago.github.io/react-gauge-component/",
"keywords": [
"gauge",
"chart",
"speedometer",
"grafana gauge",
"react"
],
"license": "MIT",
"files": [
"dist",
"README.md"
],
"sideEffects": false,
"repository": {
"type": "git",
"url": "git+https://github.com/antoniolago/react-gauge-component.git"
},
"dependencies": {
"d3": "^7.9.0"
},
"scripts": {
"start": "react-scripts start",
"dev": "react-scripts start",
"prebuild": "rimraf dist",
"build": "cross-env NODE_ENV=production babel src/lib --out-dir dist --copy-files",
"build:types": "tsc",
"build:package": "bun run build && bun run build:types",
"build:demo": "react-scripts build",
"test": "react-scripts test --watchAll=false",
"test:watch": "react-scripts test",
"test:coverage": "react-scripts test --watchAll=false --coverage",
"lint": "eslint src/",
"eject": "react-scripts eject",
"predeploy": "bun run build:demo",
"deploy": "gh-pages -d build",
"pack:local": "bun run build:package && npm pack --pack-destination ./",
"docs": "node scripts/generate-docs.js"
},
"resolutions": {
"@types/react": "~17.0.1"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"jest": {
"moduleNameMapper": {
"^d3$": "<rootDir>/src/__mocks__/d3.js",
"^d3-shape$": "<rootDir>/src/__mocks__/d3.js",
"^d3-selection$": "<rootDir>/src/__mocks__/d3.js",
"^d3-scale$": "<rootDir>/src/__mocks__/d3.js",
"^d3-interpolate$": "<rootDir>/src/__mocks__/d3.js",
"^d3-ease$": "<rootDir>/src/__mocks__/d3.js",
"^d3-drag$": "<rootDir>/src/__mocks__/d3.js",
"^d3-transition$": "<rootDir>/src/__mocks__/d3.js",
"\\.(css|less|scss|sass)$": "<rootDir>/src/__mocks__/styleMock.js"
},
"transformIgnorePatterns": [
"node_modules/(?!(d3|d3-.*|internmap|delaunator|robust-predicates)/)"
]
},
"devDependencies": {
"@babel/cli": "^7.12.8",
"@babel/core": "^7.6.2",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/preset-env": "^7.4.4",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.6.2",
"@eslint/compat": "^1.1.0",
"@eslint/js": "^9.6.0",
"@types/d3": "^7.4.0",
"@types/jest": "^30.0.0",
"@types/node": "^20.1.0",
"@types/react": "^17.0.1",
"@types/react-dom": "^17.0.1",
"babel-preset-react-app": "^8.0.0",
"bootstrap": "^5.3.8",
"cross-env": "^5.2.1",
"eslint": "9.x",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.6.0",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-testing-library": "^6.2.2",
"gh-pages": ">=5.0.0",
"globals": "^15.7.0",
"jest": "^29.7.0",
"lucide-react": "^0.556.0",
"prettier": "^3.3.2",
"react": "^17.0.1",
"react-bootstrap": "^1.4.0",
"react-docgen-typescript-plugin": "^1.0.8",
"react-dom": "^17.0.1",
"react-grid-layout": "^1.4.4",
"react-scripts": "^5.0.1",
"rimraf": "^2.7.1",
"typedoc": "^0.28.15",
"typedoc-plugin-markdown": "^4.9.0",
"typescript": "^5.0.4",
"typescript-eslint": "^7.14.1"
},
"peerDependencies": {
"react": "^16.8.2 || ^17.0 || ^18.x || ^19.x",
"react-dom": "^16.8.2 || ^17.0 || ^18.x || ^19.x"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"description": "Gauge component for React",
"bugs": {
"url": "https://github.com/antoniolago/react-gauge-component/issues"
},
"author": "Antônio Lago",
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}