{ "name": "web2.0-frontend", "version": "0.1.0", "description": "Web 2.0 Frontend. React, Typescript.", "repository": { "type": "git", "url": "https://gitlab.com/sahkoinsinoorikilta/vtmk/web2.0-frontend.git" }, "keywords": [ "react", "next.js", "typescript", "styled-components" ], "author": "Aarni Halinen", "license": "MIT", "homepage": "https://sahkoinsinoorikilta.fi", "scripts": { "build": "next build", "postbuild": "next-sitemap", "export": "next export", "lint": "npm run lint:es && npm run lint:css", "lint:es": "next lint", "lint:es:fix": "next lint --fix", "lint:css": "stylelint \"./src/**/*.{ts,tsx}\"", "dev": "next dev", "start": "next dev", "start-prod": "next start --port ${SERVER_PORT:=80}", "serve": "next start --port 3000", "test:unit": "jest --coverage", "test": "npm run testcafe", "testcafe": "testcafe --config-file testcafe.json", "build-analyze": "ANALYZE=true npm run build", "prepare": "husky install" }, "devDependencies": { "@types/jest": "^27.0.1", "@types/js-cookie": "^2.2.7", "@types/react": "^17.0.19", "@types/react-beautiful-dnd": "^13.1.1", "@types/react-csv": "^1.1.2", "@types/react-dom": "^17.0.9", "@types/shortid": "^0.0.29", "@types/styled-components": "^5.1.12", "@typescript-eslint/eslint-plugin": "^4.29.2", "@typescript-eslint/parser": "^4.29.2", "babel-plugin-styled-components": "^1.13.2", "eslint": "^7.32.0", "eslint-config-airbnb": "^18.2.1", "eslint-config-airbnb-typescript": "^13.0.0", "eslint-config-next": "^11.1.0", "husky": "^7.0.1", "jest": "^27.1.0", "next-sitemap": "^1.6.162", "npm-run-all": "^4.1.5", "stylelint": "^13.13.1", "stylelint-config-standard": "^22.0.0", "stylelint-config-styled-components": "^0.1.1", "testcafe": "^1.15.3", "ts-jest": "^27.0.5", "typescript": "^4.3.5" }, "dependencies": { "@next/bundle-analyzer": "^11.1.0", "@rjsf/core": "^3.1.0", "@sentry/nextjs": "^6.14.3", "axios": "^0.21.1", "date-fns": "^2.23.0", "fast-deep-equal": "^3.1.3", "js-cookie": "^3.0.0", "lodash": "^4.17.21", "next": "^11.1.0", "normalize.css": "^8.0.1", "react": "^17.0.2", "react-beautiful-dnd": "^13.1.0", "react-csv": "^2.0.3", "react-dom": "^17.0.2", "react-is": "^17.0.2", "react-markdown": "^7.0.0", "react-mde": "^11.5.0", "react-toastify": "^7.0.4", "rehype-raw": "^6.0.0", "rehype-sanitize": "^5.0.0", "sharp": "^0.29.0", "shortid": "^2.2.16", "styled-components": "^5.3.0", "swr": "^0.5.6" } }