mirror of
https://github.com/koodiklinikka/palkkakysely.git
synced 2026-01-26 11:23:59 +00:00
54 lines
1.3 KiB
JSON
54 lines
1.3 KiB
JSON
{
|
|
"name": "analysaattori",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"homepage": "https://koodiklinikka.github.io/palkkakysely/analysaattori/",
|
|
"dependencies": {
|
|
"react": "^17.0.1",
|
|
"react-dom": "^17.0.1",
|
|
"react-pivottable": "^0.11.0",
|
|
"react-plotly.js": "^2.5.1",
|
|
"swr": "^0.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^14.14.31",
|
|
"@types/plotly.js": "^1.54.8",
|
|
"@types/react-plotly.js": "^2.2.4",
|
|
"@types/react": "^17.0.38",
|
|
"@types/react-dom": "^17.0.11",
|
|
"@typescript-eslint/eslint-plugin": "^5.30.6",
|
|
"@typescript-eslint/parser": "^5.30.6",
|
|
"@vitejs/plugin-react": "^2.0.0",
|
|
"eslint": "^8.19.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-react": "^7.30.1",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"prettier": "^2.7.1",
|
|
"typescript": "^4.1.5",
|
|
"vite": "^3.0.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"serve": "vite preview",
|
|
"lint": "eslint .",
|
|
"prettify": "prettier --write ."
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|