Luke Granger-Brown
3d92896314
This removes the trailing $$ from the QR codes generated by EE. Gah, why do they still do this.
38 lines
941 B
JSON
38 lines
941 B
JSON
{
|
|
"name": "lukegbcom",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@babel/preset-env": "^7.16.11",
|
|
"@babel/preset-react": "^7.16.7",
|
|
"@next/mdx": "^12.1.4",
|
|
"gray-matter": "^4.0.3",
|
|
"ip-address": "^8.1.0",
|
|
"jsbn": "^1.1.0",
|
|
"next": "12.1.4",
|
|
"next-compose-plugins": "^2.2.1",
|
|
"next-mdx-remote": "^4.0.2",
|
|
"next-optimized-images": "^3.0.0-canary.10",
|
|
"qrcode.react": "^3.0.1",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"rehype-highlight": "^5.0.2",
|
|
"rehype-stringify": "^9.0.3",
|
|
"remark-gfm": "^3.0.1",
|
|
"remark-parse": "^10.0.1",
|
|
"remark-rehype": "^10.1.0",
|
|
"sass": "^1.49.11",
|
|
"unified": "^10.1.2",
|
|
"zbar.wasm": "^2.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "8.12.0",
|
|
"eslint-config-next": "12.1.4"
|
|
}
|
|
}
|