iot-heater/dashboard/package.json

41 lines
1.2 KiB
JSON
Raw Permalink Normal View History

2023-02-18 22:09:24 +00:00
{
"name": "dashboard",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
2023-03-27 12:50:35 +00:00
"build": "vite build && cp -r ./build/* ../data",
2023-02-18 22:09:24 +00:00
"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 . && eslint .",
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/adapter-static": "^2.0.1",
2023-03-27 12:50:35 +00:00
"@sveltejs/kit": "^1.10.0",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"autoprefixer": "^10.4.7",
"daisyui": "^2.51.3",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.7.0",
2023-02-18 22:09:24 +00:00
"eslint-plugin-svelte3": "^4.0.0",
2023-03-27 12:50:35 +00:00
"gauge-chart-js": "^2.0.1",
"postcss": "^8.4.14",
"postcss-load-config": "^4.0.1",
"prettier": "^2.8.4",
"prettier-plugin-svelte": "^2.9.0",
"sass": "^1.58.3",
"svelte": "^3.55.1",
"svelte-check": "^3.0.4",
"tailwindcss": "^3.1.5",
"tslib": "^2.5.0",
"typescript": "^4.9.5",
"vite": "^4.1.4",
"svelte-preprocess": "^4.10.7"
2023-02-18 22:09:24 +00:00
},
"type": "module"
}