mirror of
https://github.com/koodiklinikka/palkkakysely.git
synced 2026-01-26 03:14:03 +00:00
56 lines
1.4 KiB
JSON
56 lines
1.4 KiB
JSON
{
|
|
"name": "analysaattori",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"homepage": "https://koodiklinikka.github.io/palkkakysely/analysaattori/",
|
|
"dependencies": {
|
|
"@dnd-kit/core": "^6.0.8",
|
|
"@dnd-kit/sortable": "^7.0.2",
|
|
"@dnd-kit/utilities": "^3.2.1",
|
|
"@imc-trading/react-pivottable": "^0.2.13",
|
|
"immutability-helper": "^3.1.1",
|
|
"plotly.js-dist": "^2.26.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-plotly.js": "^2.6.0",
|
|
"swr": "^2.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.7.1",
|
|
"@types/plotly.js": "^2.12.27",
|
|
"@types/react": "^18.2.23",
|
|
"@types/react-dom": "^18.2.8",
|
|
"@types/react-plotly.js": "^2.6.1",
|
|
"@typescript-eslint/eslint-plugin": "^6.7.3",
|
|
"@typescript-eslint/parser": "^6.7.3",
|
|
"@vitejs/plugin-react-swc": "^3.4.0",
|
|
"eslint": "^8.50.0",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"eslint-plugin-react": "^7.33.2",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"prettier": "^3.0.3",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^4.4.9"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"serve": "vite preview",
|
|
"lint": "eslint .",
|
|
"prettify": "prettier --write ."
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all",
|
|
"not ie 11"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|