mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-11-10 17:15:09 +08:00
936d0af5fb
* Set up markdown rendering, update theme. * Improve focus and handle expanding for markdown cells * Add keybindings for expanding/navigating cells * Improve editor autofocus when navigating with shortcuts * Add tests * Render markdown on the client * Don't render cell initial data and make a request instead
41 lines
1.2 KiB
JSON
41 lines
1.2 KiB
JSON
{
|
|
"repository": {},
|
|
"description": " ",
|
|
"license": "MIT",
|
|
"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}",
|
|
"test": "jest --watch"
|
|
},
|
|
"dependencies": {
|
|
"marked": "^1.2.8",
|
|
"monaco-editor": "^0.21.2",
|
|
"morphdom": "^2.6.1",
|
|
"nprogress": "^0.2.0",
|
|
"phoenix": "file:../deps/phoenix",
|
|
"phoenix_html": "file:../deps/phoenix_html",
|
|
"phoenix_live_view": "file:../deps/phoenix_live_view"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.0.0",
|
|
"@babel/preset-env": "^7.0.0",
|
|
"autoprefixer": "^10.2.0",
|
|
"babel-loader": "^8.0.0",
|
|
"copy-webpack-plugin": "^5.1.1",
|
|
"css-loader": "^3.4.2",
|
|
"file-loader": "^6.2.0",
|
|
"hard-source-webpack-plugin": "^0.13.1",
|
|
"jest": "^26.6.3",
|
|
"mini-css-extract-plugin": "^0.9.0",
|
|
"monaco-editor-webpack-plugin": "^2.1.0",
|
|
"optimize-css-assets-webpack-plugin": "^5.0.1",
|
|
"postcss": "^8.2.3",
|
|
"postcss-loader": "^4.1.0",
|
|
"prettier": "^2.2.1",
|
|
"tailwindcss": "^2.0.2",
|
|
"terser-webpack-plugin": "^2.3.2",
|
|
"webpack": "4.41.5",
|
|
"webpack-cli": "^3.3.2"
|
|
}
|
|
}
|