-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.11 KB
/
Copy pathpackage.json
File metadata and controls
84 lines (84 loc) · 2.11 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
{
"name": "next-chartist",
"version": "1.6.1",
"description": "React Chartist component for Next.js - Create responsive, scalable charts with Chartist.js. React chart library with TypeScript support, SSR compatible, and optimized for Next.js applications.",
"author": "poboisvert",
"license": "MIT",
"repository": "poboisvert/next-chartist",
"engines": {
"node": ">=18"
},
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"scripts": {
"rollup": "rollup -c --bundleConfigAsCjs",
"test": "echo \"Error: no test specified\" && exit 1"
},
"peerDependencies": {
"react": "^0.14.9 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.2.0 || ^19.0.0 || ^20.0.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@types/node": "^24.10.1",
"@types/react": "^18.3.3",
"postcss": "^8.5.6",
"react": "^18.3.1",
"rollup": "^4.18.1",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"tslib": "^2.6.3",
"typescript": "^5.5.3"
},
"dependencies": {
"chartist": "^1.5.0"
},
"keywords": [
"chartist",
"chartist-react",
"chartist.js",
"react-chartist",
"react chart",
"react charts",
"react charting",
"next chart",
"next.js chart",
"nextjs chart",
"next charts",
"next.js charts",
"nextjs charts",
"chart",
"charts",
"charting",
"react",
"reactjs",
"next",
"nextjs",
"next.js",
"typescript",
"typescript charts",
"svg charts",
"responsive charts",
"line chart",
"bar chart",
"pie chart",
"data visualization",
"visualization",
"plot",
"plotting",
"ui library",
"component",
"react component",
"chart component",
"ssr",
"server-side rendering"
],
"bugs": {
"url": "https://github.com/poboisvert/next-chartist/issues"
},
"homepage": "https://github.com/poboisvert/next-chartist#readme"
}