livebook/assets/package.json

55 lines
1.7 KiB
JSON
Raw Normal View History

2021-01-08 03:55: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",
"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",
"@picmo/popup-picker": "^5.7.6",
"crypto-js": "^4.0.0",
2022-01-17 05:04:24 +08:00
"hast-util-to-text": "^3.1.1",
"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",
"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",
"phoenix_live_view": "file:../deps/phoenix_live_view",
"picmo": "^5.7.2",
"rehype-katex": "^6.0.0",
2022-01-17 05:04:24 +08:00
"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",
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",
"tailwindcss": "^3.0.8",
2023-05-26 20:24:59 +08:00
"topbar": "^2.0.1",
"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
}
}