mirror of
https://github.com/KevinMidboe/brewPi.git
synced 2025-10-28 16:30:12 +00:00
42 lines
1.2 KiB
JSON
42 lines
1.2 KiB
JSON
{
|
|
"name": "schleppe-brew",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
|
"lint": "prettier --plugin-search-dir . --check src && eslint src",
|
|
"format": "prettier --plugin-search-dir . --write src"
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/adapter-node": "^1.2.4",
|
|
"@sveltejs/adapter-static": "^1.0.0",
|
|
"@sveltejs/kit": "^1.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.46.1",
|
|
"@typescript-eslint/parser": "^5.46.1",
|
|
"eslint": "^8.29.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-svelte3": "^4.0.0",
|
|
"prettier": "^2.8.1",
|
|
"prettier-plugin-svelte": "^2.9.0",
|
|
"sass": "^1.56.2",
|
|
"svelte": "^3.55.0",
|
|
"svelte-check": "^2.10.2",
|
|
"svelte-preprocess": "^5.0.0",
|
|
"tslib": "^2.4.1",
|
|
"typescript": "^4.9.4",
|
|
"vite": "^4.0.1"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"chart.js": "^4.3.0",
|
|
"chartjs-plugin-zoom": "^1.2.1",
|
|
"d3": "^7.8.4",
|
|
"d3-selection": "^3.0.0",
|
|
"d3-timeseries": "^1.0.1",
|
|
"d3-transition": "^3.0.1"
|
|
}
|
|
}
|