mirror of
https://github.com/bendtherules/multimeter-connect-web.git
synced 2026-08-18 22:03:12 +00:00
31 lines
731 B
JSON
31 lines
731 B
JSON
{
|
|
"name": "multimeter-connect-web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@types/node": "20.4.2",
|
|
"@types/react": "18.2.15",
|
|
"@types/react-dom": "18.2.7",
|
|
"@types/web-bluetooth": "^0.0.17",
|
|
"autoprefixer": "10.4.14",
|
|
"eslint": "8.44.0",
|
|
"eslint-config-next": "13.4.9",
|
|
"next": "13.4.9",
|
|
"postcss": "8.4.26",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"tailwindcss": "3.3.3",
|
|
"typescript": "5.1.6"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"eslint-plugin-prettier": "5.0.0",
|
|
"prettier": "3.0.0"
|
|
}
|
|
} |