{ "private": true, "scripts": { "deploy": "NODE_ENV=production webpack --mode production", "watch": "webpack --mode development --watch", "format": "prettier --trailing-comma es5 --write {js,test,css}/**/*.{js,json,css,scss,md} --no-error-on-unmatched-pattern", "format-check": "prettier --trailing-comma es5 --check {js,test,css}/**/*.{js,json,css,scss,md} --no-error-on-unmatched-pattern", "test": "jest", "test:watch": "jest --watch" }, "dependencies": { "@fontsource/inter": "^4.2.2", "@fontsource/jetbrains-mono": "^4.2.2", "assert": "^2.0.0", "crypto-js": "^4.0.0", "hast-util-to-text": "^3.1.1", "hyperlist": "^1.0.0", "mermaid": "^9.0.0", "monaco-editor": "^0.33.0", "morphdom": "^2.6.1", "phoenix": "file:../deps/phoenix", "phoenix_html": "file:../deps/phoenix_html", "phoenix_live_view": "file:../deps/phoenix_live_view", "process": "^0.11.10", "rehype-katex": "^6.0.0", "rehype-parse": "^8.0.3", "rehype-raw": "^6.0.0", "rehype-sanitize": "^5.0.0", "rehype-stringify": "^9.0.1", "remark-gfm": "^3.0.0", "remark-math": "^5.0.0", "remark-parse": "^10.0.0", "remark-rehype": "^10.0.0", "remixicon": "^2.5.0", "scroll-into-view-if-needed": "^2.2.28", "tailwindcss": "^3.0.8", "topbar": "^1.0.1", "unified": "^10.1.0", "unist-util-remove-position": "^4.0.1", "unist-util-visit": "^4.0.0" }, "devDependencies": { "@babel/core": "^7.14.0", "@babel/preset-env": "^7.14.1", "autoprefixer": "^10.2.0", "babel-loader": "^8.2.2", "css-loader": "^6.4.0", "css-minimizer-webpack-plugin": "^3.0.2", "html-loader": "^3.0.1", "jest": "^27.3.0", "mini-css-extract-plugin": "^2.1.0", "monaco-editor-webpack-plugin": "^7.0.1", "postcss": "^8.2.3", "postcss-import": "^14.0.0", "postcss-loader": "^6.1.1", "prettier": "^2.2.1", "webpack": "^5.37.0", "webpack-cli": "^4.7.0" } }