{ "name": "ministream-frontend", "version": "1.0.0", "description": "", "browserslist": "> 0.5%, last 2 versions, not dead", "scripts": { "start": "parcel src/index.html", "build": "parcel build src/index.html", "type-check": "tsc --noEmit", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "@typescript-eslint/eslint-plugin": "^6.13.2", "@typescript-eslint/parser": "^6.13.2", "eslint": "^8.55.0", "parcel": "^2.10.3", "process": "^0.11.10", "ts-loader": "^9.5.1", "typescript": "^5.3.2" }, "dependencies": { "@types/node": "^20.10.1", "@types/react": "^18.2.39", "@types/react-dom": "^18.2.17", "react": "^18.2.0", "react-dom": "^18.2.0" } }