{ "name": "example", "version": "1.0.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "test:e2e": "start-server-and-test \"start\" \"http://localhost:3000\" \"cypress run\"", "test:dev": "start-server-and-test \"dev\" \"http://localhost:3000\" \"cypress open\"" }, "dependencies": { "@sinclair/typebox": "0.24.28", "clsx": "1.2.1", "next": "12.2.5", "next-themes": "0.2.0", "next-translate": "1.5.0", "react": "18.2.0", "react-component-form": "file:..", "react-dom": "18.2.0" }, "devDependencies": { "@types/node": "18.7.13", "@types/react": "18.0.17", "@types/react-dom": "18.0.6", "autoprefixer": "10.4.8", "cypress": "10.6.0", "eslint": "8.22.0", "eslint-config-next": "12.2.5", "postcss": "8.4.16", "start-server-and-test": "1.14.0", "tailwindcss": "3.1.8", "typescript": "4.8.2" } }