2021-01-08 03:55:45 +08:00
|
|
|
{
|
2021-07-09 18:36:45 +08:00
|
|
|
"private": true,
|
2021-01-08 03:55:45 +08:00
|
|
|
"scripts": {
|
2023-05-27 15:04:52 +08:00
|
|
|
"deploy": "node build.js --deploy",
|
|
|
|
"watch": "node build.js --watch",
|
|
|
|
"format": "prettier --trailing-comma es5 --write '{js,test,css}/**/*.{js,json,css,md}' --no-error-on-unmatched-pattern",
|
|
|
|
"format-check": "prettier --trailing-comma es5 --check '{js,test,css}/**/*.{js,json,css,md}' --no-error-on-unmatched-pattern",
|
2021-02-17 06:20:23 +08:00
|
|
|
"test": "jest",
|
2021-03-11 22:28:18 +08:00
|
|
|
"test:watch": "jest --watch"
|
2021-01-08 03:55:45 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-05-26 20:24:59 +08:00
|
|
|
"@fontsource/inter": "^5.0.1",
|
|
|
|
"@fontsource/jetbrains-mono": "^5.0.1",
|
|
|
|
"@fontsource/red-hat-text": "^5.0.1",
|
2023-02-14 23:35:06 +08:00
|
|
|
"@picmo/popup-picker": "^5.7.6",
|
2021-06-10 20:54:55 +08:00
|
|
|
"crypto-js": "^4.0.0",
|
2022-01-17 05:04:24 +08:00
|
|
|
"hast-util-to-text": "^3.1.1",
|
2021-03-05 05:09:57 +08:00
|
|
|
"hyperlist": "^1.0.0",
|
2022-10-01 03:35:56 +08:00
|
|
|
"jest": "^29.1.2",
|
2023-04-04 17:37:17 +08:00
|
|
|
"mermaid": "^10.0.2",
|
2023-05-26 20:24:59 +08:00
|
|
|
"monaco-editor": "^0.38.0",
|
2021-01-30 07:33:04 +08:00
|
|
|
"morphdom": "^2.6.1",
|
2021-01-08 03:55:45 +08:00
|
|
|
"phoenix": "file:../deps/phoenix",
|
2021-01-08 04:16:54 +08:00
|
|
|
"phoenix_html": "file:../deps/phoenix_html",
|
2021-03-12 18:57:01 +08:00
|
|
|
"phoenix_live_view": "file:../deps/phoenix_live_view",
|
2023-01-13 04:37:12 +08:00
|
|
|
"picmo": "^5.7.2",
|
2021-08-14 16:44:46 +08:00
|
|
|
"rehype-katex": "^6.0.0",
|
2022-01-17 05:04:24 +08:00
|
|
|
"rehype-parse": "^8.0.3",
|
2021-08-14 16:44:46 +08:00
|
|
|
"rehype-raw": "^6.0.0",
|
|
|
|
"rehype-sanitize": "^5.0.0",
|
|
|
|
"rehype-stringify": "^9.0.1",
|
2021-10-19 06:37:48 +08:00
|
|
|
"remark-gfm": "^3.0.0",
|
2021-08-14 16:44:46 +08:00
|
|
|
"remark-math": "^5.0.0",
|
|
|
|
"remark-parse": "^10.0.0",
|
2021-10-19 06:37:48 +08:00
|
|
|
"remark-rehype": "^10.0.0",
|
2023-05-26 20:24:59 +08:00
|
|
|
"remixicon": "^3.3.0",
|
2022-12-29 20:10:28 +08:00
|
|
|
"scroll-into-view-if-needed": "^3.0.3",
|
2021-12-30 05:06:19 +08:00
|
|
|
"tailwindcss": "^3.0.8",
|
2023-05-26 20:24:59 +08:00
|
|
|
"topbar": "^2.0.1",
|
2021-08-14 16:44:46 +08:00
|
|
|
"unified": "^10.1.0",
|
2022-01-17 05:04:24 +08:00
|
|
|
"unist-util-remove-position": "^4.0.1",
|
2023-05-27 15:04:52 +08:00
|
|
|
"unist-util-visit": "^4.0.0"
|
2021-01-08 03:55:45 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-05-27 15:04:52 +08:00
|
|
|
"@babel/core": "^7.22.1",
|
|
|
|
"@babel/preset-env": "^7.22.2",
|
2021-01-08 05:13:17 +08:00
|
|
|
"autoprefixer": "^10.2.0",
|
2023-05-27 15:04:52 +08:00
|
|
|
"esbuild": "^0.17.19",
|
|
|
|
"esbuild-style-plugin": "^1.6.2",
|
2021-01-08 05:13:17 +08:00
|
|
|
"postcss": "^8.2.3",
|
2023-05-27 15:04:52 +08:00
|
|
|
"postcss-import": "^15.1.0",
|
|
|
|
"prettier": "^2.2.1"
|
2021-01-08 03:55:45 +08:00
|
|
|
}
|
|
|
|
}
|