chart-0714
Version:
Professional trading chart library with advanced customization for trading journal apps
77 lines (76 loc) • 2.02 kB
JSON
{
"name": "chart-0714",
"version": "1.7.14",
"description": "Professional trading chart library with advanced customization for trading journal apps",
"author": "BanziSeo",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/BanziSeo/chart-0714.git"
},
"bugs": {
"url": "https://github.com/BanziSeo/chart-0714/issues"
},
"homepage": "https://github.com/BanziSeo/chart-0714#readme",
"keywords": [
"trading",
"chart",
"webgl",
"react",
"financial",
"candlestick",
"technical-analysis"
],
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"build": "tsc -p tsconfig.build.json --noEmit && vite build",
"preview": "vite preview",
"typecheck": "tsc --noEmit",
"lint": "eslint . --ext .ts,.tsx",
"lint:fix": "eslint . --ext .ts,.tsx --fix",
"format": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json,css,md}\"",
"format:check": "prettier --check \"src/**/*.{ts,tsx,js,jsx,json,css,md}\""
},
"devDependencies": {
"@eslint/js": "^9.31.0",
"@types/node": "^24.0.13",
"@types/react": "^18.2.0",
"@typescript-eslint/eslint-plugin": "^8.37.0",
"@typescript-eslint/parser": "^8.37.0",
"eslint": "^9.31.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-prettier": "^5.5.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"prettier": "^3.6.2",
"react": "^18.2.0",
"terser": "^5.43.1",
"typescript": "^5.8.3",
"vite": "^7.0.4",
"vite-plugin-dts": "^4.5.4"
},
"peerDependencies": {
"react": ">=16.8.0"
},
"dependencies": {
"zustand": "^5.0.6"
},
"optionalDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}