| 12345678910111213141516171819202122232425262728293031323334 |
- {
- "name": "hawkband-wled-client",
- "version": "0.1.0",
- "private": true,
- "scripts": {
- "dev": "next dev",
- "compile": "next build",
- "copy": "cp -rf public .next/standalone/. && cp -rf .next/static .next/standalone/. && cp -rf data .next/standalone/.",
- "relocate": "rm -rf build && mv .next/standalone build",
- "standalone": "yarn compile && yarn copy && yarn relocate",
- "build": "next build",
- "start": "NODE_ENV=production next start -p 80",
- "start:dev": "next start",
- "lint": "next lint"
- },
- "dependencies": {
- "bufferutil": "^4.0.7",
- "encoding": "^0.1.13",
- "eslint": "8.49.0",
- "eslint-config-next": "13.4.19",
- "lodash": "^4.17.21",
- "next": "13.4.19",
- "react": "18.2.0",
- "react-dom": "18.2.0",
- "styled-components": "^6.0.8",
- "swr": "^2.2.4",
- "tiny-ui": "^0.0.95",
- "utf-8-validate": "^6.0.3",
- "wled-client": "^0.22.1"
- },
- "devDependencies": {
- "sass": "^1.67.0"
- }
- }
|