{
	"name": "nanoplot",
	"version": "0.0.98",
	"license": "MIT",
	"private": false,
	"keywords": [
		"React",
		"D3",
		"Graphs",
		"Charts",
		"Data Visualization",
		"Graph Library"
	],
	"scripts": {
		"dev": "next dev --turbo",
		"build": "next build",
		"build:library": "bun run build:tailwind && bun run esbuild.js && tsc --p ./tsconfig.typings.json && bun run ./scripts/post-build.js",
		"build:tailwind": "npx tailwindcss -c tailwind-library.config.ts -i ./src/styles/library-global.css -o ./dist/index.css",
		"start": "next start",
		"test": "bun test --watch",
		"test:ci": "bun test --ci",
		"cypress": "cypress open"
	},
	"devDependencies": {
		"@codesandbox/sandpack-react": "^2.20.0",
		"@codesandbox/sandpack-themes": "^2.0.21",
		"@deanc/esbuild-plugin-postcss": "^1.0.2",
		"@happy-dom/global-registrator": "^15.11.7",
		"@js-temporal/polyfill": "^0.5.1",
		"@number-flow/react": "^0.5.5",
		"@tailwindcss/container-queries": "^0.1.1",
		"@testing-library/dom": "^10.4.0",
		"@testing-library/jest-dom": "^6.6.3",
		"@testing-library/react": "^16.0.1",
		"@types/node": "^20",
		"@types/prismjs": "^1.26.5",
		"@types/react": "19.0.1",
		"@types/react-dom": "19.0.2",
		"@types/testing-library__jest-dom": "^6.0.0",
		"@vercel/analytics": "^1.5.0",
		"autoprefixer": "^10.4.20",
		"bun-css-loader": "^1.4.2",
		"bun-types": "^1.1.36",
		"cypress": "^13.16.0",
		"esbuild": "^0.24.2",
		"esbuild-plugin-sass": "^1.0.1",
		"esbuild-sass-plugin": "^3.3.1",
		"framer-motion": "^12.4.1",
		"husky": "^9.1.7",
		"motion": "^12.4.7",
		"nanoplot": "^0.0.81",
		"next": "^16.2.1",
		"postcss": "^8.4.49",
		"postcss-modules": "^6.0.1",
		"prettier": "^3.3.3",
		"prismjs": "^1.29.0",
		"react": "19.0.0",
		"react-dom": "19.0.0",
		"sass": "^1.80.6",
		"tailwindcss": "^3.4.17",
		"tailwindcss-scoped-preflight": "^3.4.10",
		"typescript": "6.0.2"
	},
	"exports": {
		"./styles.css": "./dist/index.css",
		"./Area": {
			"import": "./dist/src/components/Area/Area.js",
			"types": "./dist/src/components/Area/Area.d.ts"
		},
		"./Sunburst": {
			"import": "./dist/src/components/Sunburst/Sunburst.js",
			"types": "./dist/src/components/Sunburst/Sunburst.d.ts"
		},
		"./Bars": {
			"import": "./dist/src/components/Bars/Bars.js",
			"types": "./dist/src/components/Bars/Bars.d.ts"
		},
		"./Lines": {
			"import": "./dist/src/components/Lines/Lines.js",
			"types": "./dist/src/components/Lines/Lines.d.ts"
		},
		"./Pie": {
			"import": "./dist/src/components/Pie/Pie.js",
			"types": "./dist/src/components/Pie/Pie.d.ts"
		},
		"./Scatter": {
			"import": "./dist/src/components/Scatter/Scatter.js",
			"types": "./dist/src/components/Scatter/Scatter.d.ts"
		},
		"./Worldmap": {
			"import": "./dist/src/components/Worldmap/Worldmap.js",
			"types": "./dist/src/components/Worldmap/Worldmap.d.ts"
		},
		"./XAxis": {
			"import": "./dist/src/components/XAxis/XAxis.js",
			"types": "./dist/src/components/XAxis/XAxis.d.ts"
		},
		"./YAxis": {
			"import": "./dist/src/components/YAxis/YAxis.js",
			"types": "./dist/src/components/YAxis/YAxis.d.ts"
		},
		"./GridLines": {
			"import": "./dist/src/components/GridLines/GridLines.js",
			"types": "./dist/src/components/GridLines/GridLines.d.ts"
		},
		"./Radar": {
			"import": "./dist/src/components/Radar/Radar.js",
			"types": "./dist/src/components/Radar/Radar.d.ts"
		},
		"./Legend": {
			"import": "./dist/src/components/Legend/Legend.js",
			"types": "./dist/src/components/Legend/Legend.d.ts"
		},
		"./Graph": {
			"import": "./dist/src/components/Graph/Graph.js",
			"types": "./dist/src/components/Graph/Graph.d.ts"
		},
		"./Overlay": {
			"import": "./dist/src/components/Overlay/Overlay.js",
			"types": "./dist/src/components/Overlay/Overlay.d.ts"
		},
		"./colors": {
			"import": "./dist/src/utils/color/color.js",
			"types": "./dist/src/utils/color/color.d.ts"
		},
		"./coordinates": {
			"import": "./dist/src/utils/coordinates/coordinates.js",
			"types": "./dist/src/utils/coordinates/coordinates.d.ts"
		},
		"./use-graph": {
			"import": "./dist/src/hooks/use-graph/use-graph.js",
			"types": "./dist/src/hooks/use-graph/use-graph.d.ts"
		},
		"./ZoomSlider": {
			"import": "./dist/src/components/ZoomSlider/ZoomSlider.js",
			"types": "./dist/src/components/ZoomSlider/ZoomSlider.d.ts"
		},
		"./Heatmap": {
			"import": "./dist/src/components/Heatmap/Heatmap.js",
			"types": "./dist/src/components/Heatmap/Heatmap.d.ts"
		},
		"./GradientLegend": {
			"import": "./dist/src/components/GradientLegend/GradientLegend.js",
			"types": "./dist/src/components/GradientLegend/GradientLegend.d.ts"
		},
		"./HydrateContext": {
			"import": "./dist/src/components/HydrateContext/HydrateContext.js",
			"types": "./dist/src/components/HydrateContext/HydrateContext.d.ts"
		}
	}
}
