77 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			77 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "workshops",
 | 
						|
  "version": "0.1.0",
 | 
						|
  "private": true,
 | 
						|
  "scripts": {
 | 
						|
    "start": "next-remote-watch ./data",
 | 
						|
    "dev": "next dev",
 | 
						|
    "build": "next build",
 | 
						|
    "test": "next build",
 | 
						|
    "export": "next export",
 | 
						|
    "deploy": "gh-pages -d out -t true",
 | 
						|
    "analyze": "cross-env ANALYZE=true next build",
 | 
						|
    "lint": "next lint --fix --dir pages --dir components --dir lib --dir layouts --dir scripts",
 | 
						|
    "prepare": "husky",
 | 
						|
    "spell": "cspell data/workshop/*"
 | 
						|
  },
 | 
						|
  "dependencies": {
 | 
						|
    "@fontsource/inter": "4.5.2",
 | 
						|
    "@next/bundle-analyzer": "^15.3.4",
 | 
						|
    "@tailwindcss/forms": "^0.5.9",
 | 
						|
    "@tailwindcss/typography": "^0.5.15",
 | 
						|
    "autoprefixer": "^10.4.21",
 | 
						|
    "esbuild": "^0.25.5",
 | 
						|
    "github-slugger": "^2.0.0",
 | 
						|
    "gray-matter": "^4.0.3",
 | 
						|
    "image-size": "1.2.0",
 | 
						|
    "mdx-bundler": "^10.1.1",
 | 
						|
    "next": "^15.3.4",
 | 
						|
    "next-themes": "^0.4.6",
 | 
						|
    "postcss": "^8.5.6",
 | 
						|
    "preact": "^10.26.9",
 | 
						|
    "react": "18.3.1",
 | 
						|
    "react-dom": "18.3.1",
 | 
						|
    "react-medium-image-zoom": "^4.3.5",
 | 
						|
    "reading-time": "1.5.0",
 | 
						|
    "rehype-autolink-headings": "^7.1.0",
 | 
						|
    "rehype-citation": "^2.3.1",
 | 
						|
    "rehype-katex": "^7.0.1",
 | 
						|
    "rehype-preset-minify": "7.0.1",
 | 
						|
    "rehype-prism-plus": "^2.0.1",
 | 
						|
    "rehype-slug": "^6.0.0",
 | 
						|
    "remark-footnotes": "^4.0.1",
 | 
						|
    "remark-gfm": "^3.0.1",
 | 
						|
    "remark-math": "^6.0.0",
 | 
						|
    "sharp": "^0.34.2",
 | 
						|
    "tailwindcss": "^3.4.17",
 | 
						|
    "unist-util-visit": "^5.0.0"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "@svgr/webpack": "^8.1.0",
 | 
						|
    "cross-env": "^7.0.3",
 | 
						|
    "dedent": "^1.6.0",
 | 
						|
    "eslint": "^9.30.1",
 | 
						|
    "eslint-config-next": "15.3.4",
 | 
						|
    "eslint-config-prettier": "^10.1.5",
 | 
						|
    "eslint-plugin-prettier": "^5.5.1",
 | 
						|
    "file-loader": "^6.2.0",
 | 
						|
    "globby": "14.1.0",
 | 
						|
    "husky": "^9.1.7",
 | 
						|
    "inquirer": "^12.7.0",
 | 
						|
    "lint-staged": "^16.1.2",
 | 
						|
    "next-remote-watch": "^2.0.0",
 | 
						|
    "prettier": "^3.6.2",
 | 
						|
    "prettier-plugin-tailwindcss": "^0.6.13",
 | 
						|
    "socket.io": "^4.8.1",
 | 
						|
    "socket.io-client": "^4.8.1"
 | 
						|
  },
 | 
						|
  "lint-staged": {
 | 
						|
    "*.+(js|jsx|ts|tsx)": [
 | 
						|
      "eslint --fix"
 | 
						|
    ],
 | 
						|
    "*.+(js|jsx|ts|tsx|json|css|md|mdx)": [
 | 
						|
      "prettier --write"
 | 
						|
    ]
 | 
						|
  }
 | 
						|
}
 |