{ "name": "skolplattformen-site", "version": "1.0.4", "main": "index.js", "license": "MIT", "dependencies": { "@types/classnames": "^2.2.11", "classnames": "^2.3.1", "google-spreadsheet": "^3.1.15", "next": "^10.1.3", "next-images": "^1.4.0", "react": "^17.0.2", "react-countup": "^4.3.3", "react-dom": "^17.0.2", "react-id-swiper": "^4.0.0", "react-intl": "^5.15.8", "react-scroll": "^1.8.2", "react-visibility-sensor": "^5.1.1", "sharp": "^0.28.1", "swiper": "6.1.1" }, "scripts": { "dev": "next dev", "build": "next build", "postbuild": "next-sitemap", "start": "next start", "lint": "eslint './**/*.js'", "test": "is-ci test:ci test:watch", "test:ci": "jest", "test:watch": "jest --watch", "typecheck": "tsc --watch" }, "devDependencies": { "@tailwindcss/typography": "^0.4.0", "@testing-library/jest-dom": "5.11.10", "@testing-library/react": "11.2.6", "@types/google-spreadsheet": "^3.1.5", "@types/gtag.js": "^0.0.4", "@types/jest": "^26.0.22", "@types/react": "^17.0.3", "@types/react-scroll": "^1.8.2", "@typescript-eslint/eslint-plugin": "^4.22.0", "@typescript-eslint/parser": "^4.22.0", "autoprefixer": "^10.2.5", "babel-eslint": "10.1.0", "eslint": "7.24.0", "eslint-config-prettier": "8.2.0", "eslint-plugin-prettier": "3.4.0", "eslint-plugin-react": "7.23.2", "identity-obj-proxy": "3.0.0", "is-ci-cli": "2.2.0", "jest": "26.6.3", "jest-watch-typeahead": "0.6.2", "next-sitemap": "^1.6.25", "postcss": "^8.2.10", "prettier": "2.2.1", "tailwindcss": "^2.1.1", "typescript": "^4.2.4" } }