-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
142 lines (142 loc) · 4.89 KB
/
package.json
File metadata and controls
142 lines (142 loc) · 4.89 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
130
131
132
133
134
135
136
137
138
139
140
141
142
{
"name": "react-milestones-vis",
"version": "0.6.5",
"description": "React component for d3-milestones, a d3 based timeline visualization.",
"keywords": [
"react",
"d3",
"visualization",
"timeline"
],
"homepage": "https://github.com/walterra/react-milestones-vis",
"repository": {
"type": "git",
"url": "https://github.com/walterra/react-milestones-vis.git"
},
"bugs": {
"url": "https://github.com/walterra/react-milestones-vis/issues"
},
"license": "Apache-2.0",
"contributors": [
"Walter Rafelsberger <walter.rafelsberger@elastic.co>"
],
"engines": {
"node": ">=16.18"
},
"private": false,
"main": "./build/index.js",
"module": "./build/index.es.js",
"types": "./build/index.d.ts",
"type": "module",
"scripts": {
"build": "rollup -c",
"build:examples": "rollup -c rollup.config-example.js &&node scripts/build-examples.js",
"test": "jest --config jest.config.js",
"test:watch": "jest --config jest.config.js --watch",
"test:react16": "jest --config jest.config.js --selectProjects=react-16",
"test:react17": "jest --config jest.config.js --selectProjects=react-17",
"test:react18": "jest --config jest.config.js --selectProjects=react-18",
"test:visual": "jest --config jest.config.js --selectProjects=visual-snapshots",
"test:visual:update": "jest --config jest.config.js --selectProjects=visual-snapshots --updateSnapshot",
"test:react-ssr": "node scripts/test-react-ssr.js",
"storybook": "storybook dev -p 6006",
"deploy-storybook": "gh-pages -d storybook-static",
"build-storybook": "storybook build",
"typecheck": "tsc --noEmit",
"lint": "eslint --ext .js,.jsx,.ts,.tsx src",
"lint:fix": "eslint --ext .js,.jsx,.ts,.tsx src --fix",
"check:all": "yarn typecheck && yarn lint"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"d3-milestones": "^1.5.0"
},
"peerDependencies": {
"@types/react": "^16.12 || ^17.0 || ^18.0",
"@types/react-dom": "^16.12 || ^17.0 || ^18.0",
"react": "^16.12 || ^17.0 || ^18.0",
"react-dom": "^16.12 || ^17.0 || ^18.0"
},
"devDependencies": {
"@babel/core": "^7.27.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.27.1",
"@babel/preset-env": "^7.27.2",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@chromatic-com/storybook": "^1",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.3",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-replace": "^6.0.2",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.2",
"@storybook/addon-actions": "^8.6.12",
"@storybook/addon-essentials": "^8.6.12",
"@storybook/addon-links": "^8.6.12",
"@storybook/addon-mdx-gfm": "^8.6.12",
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
"@storybook/node-logger": "^8.6.12",
"@storybook/preset-create-react-app": "^8.6.12",
"@storybook/react": "^8.6.12",
"@storybook/react-webpack5": "^8.6.12",
"@storybook/test": "^8.6.12",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.0.3",
"@types/jest-image-snapshot": "^6.4.0",
"@types/node": "^16.11.17",
"@types/react": "18.0.0",
"@types/react-dom": "18.0.0",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"axios": "^1.9.0",
"babel-jest": "^29.7.0",
"dotenv": "^16.5.0",
"eslint": "^8.5.0",
"eslint-config-prettier": "^10.1.3",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-storybook": "^0.8.0",
"gh-pages": "^3.2.3",
"jest": "^27.4.7",
"jest-image-snapshot": "^6.4.0",
"postcss": "^8.4.5",
"prettier": "3.5.3",
"react": "18.0.0",
"react-16": "npm:react@16.14.0",
"react-17": "npm:react@17.0.2",
"react-18": "npm:react@18.0.0",
"react-dom": "18.0.0",
"react-dom-16": "npm:react-dom@16.14.0",
"react-dom-17": "npm:react-dom@17.0.2",
"react-dom-18": "npm:react-dom@18.0.0",
"rollup": "^4.40.2",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-serve": "^3.0.0",
"storybook": "^8.6.12",
"testing-library-react-16": "npm:@testing-library/react@^11",
"testing-library-react-17": "npm:@testing-library/react@^12",
"testing-library-react-18": "npm:@testing-library/react@^13",
"ts-jest": "^29.3.2",
"tslib": "^2.8.1",
"typescript": "^5.8.3",
"web-vitals": "^2.1.2",
"webpack": "^5.65.0"
}
}