{ "name": "javaistic", "version": "1.5.0", "description": "The official website for Javaistic.", "private": true, "main": "index.js", "repository": "https://github.com/javaistic/javaistic.git", "author": "Arghya Ghosh <71373838+uiuxarghya@users.noreply.github.com>", "license": "MIT", "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "export": "next build && next export", "format": "prettier {src,remark}/**/*.{css,js,mdx} --write", "lint": "next lint", "clean": "rimraf .next" }, "browserslist": [ "> 1%" ], "dependencies": { "@badrap/bar-of-progress": "^0.1.2", "@docsearch/react": "^1.0.0-alpha.28", "@formspree/react": "^2.2.4", "@headlessui/react": "^1.4.2", "@heroicons/react": "^1.0.5", "@juggle/resize-observer": "^3.3.1", "@mdx-js/loader": "^1.6.22", "@mdx-js/react": "^1.6.22", "@next/bundle-analyzer": "^12.0.7", "@next/mdx": "^12.0.7", "@reach/rect": "^0.16.0", "@silvenon/remark-smartypants": "^1.0.0", "@sindresorhus/slugify": "^1.1.0", "@svgr/webpack": "^5.5.0", "@tailwindcss/jit": "^0.1.18", "@tailwindcss/typography": "^0.4.1", "autoprefixer": "^10.4.0", "babel-plugin-preval": "^5.0.0", "clsx": "^1.1.1", "dlv": "^1.1.3", "file-loader": "^6.0.0", "focus-visible": "^5.1.0", "framer-motion": "^4.1.17", "front-matter": "^4.0.2", "glob": "^7.2.0", "intersection-observer": "^0.12.0", "minimatch": "^3.0.4", "next": "^12.0.7", "next-themes": "^0.0.15", "postcss": "^8.4.5", "postcss-focus-visible": "^5.0.0", "postcss-import": "^14.0.2", "postcss-nested": "^5.0.6", "prismjs": "^1.25.0", "react": "^17.0.2", "react-dom": "^17.0.2", "react-intersection-observer": "^8.33.1", "redent": "^3.0.0", "sharp": "^0.29.3", "simple-functional-loader": "^1.2.1", "tailwindcss": "^2.2.19", "tinytime": "^0.2.6", "unist-util-visit": "^2.0.3" }, "devDependencies": { "@babel/core": "^7.16.5", "@types/react": "^17.0.38", "@typescript-eslint/eslint-plugin": "5.6.0", "@typescript-eslint/parser": "5.6.0", "babel-eslint": "10.1.0", "eslint": "7.32.0", "eslint-config-next": "^12.0.7", "eslint-config-react-app": "^6.0.0", "eslint-plugin-flowtype": "8.0.3", "eslint-plugin-import": "2.25.3", "prettier": "^2.5.1", "typescript": "^4.5.4", "webpack": "^5.65.0" } }