wykrestest
Version:
Candlestick Chart made with Konva, React and Jotai
70 lines (69 loc) • 1.58 kB
JSON
{
"name": "wykrestest",
"version": "0.1.8",
"private": false,
"author": "Pezdel",
"description": "Candlestick Chart made with Konva, React and Jotai",
"homepage": "https://github.com/pezdel/wykres",
"repository": {
"type": "git",
"url": "https://github.com/pezdel/wykres.git"
},
"license": "Apache-2.0:",
"keywords": [
"Konva",
"Konva-react",
"React",
"Chart",
"CandleStick",
"Jotai",
"TypeScript",
"OHLC"
],
"main": "./lib/Chart.js",
"types": "./lib/Chart.d.ts",
"scripts": {
"start": "react-scripts start",
"clean": "rimraf lib && mkdirp lib",
"build": "tsc",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.2.0",
"@types/jest": "^28.1.0",
"@types/node": "^17.0.39",
"@types/react": "^18.0.11",
"@types/react-dom": "^18.0.5",
"date-fns": "^2.28.0",
"jotai": "^1.7.1",
"konva": "^8.3.9",
"mkdirp": "^1.0.4",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-konva": "^18.1.1",
"react-scripts": "^5.0.1",
"rimraf": "^3.0.2",
"typescript": "^4.7.3"
}
}