livebook/assets/package.json
Jonatan Kłosko 844242ba80
Add support for JS output widgets (#818)
* Add support for JS output widgets

* Don't block session when fetching assets and batch calls

* Improve path component sanitisation

* Move fetching check to session caller

* Attach origin to connect and event messages
2021-12-24 14:18:34 +01:00

61 lines
1.9 KiB
JSON

{
"private": true,
"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} --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",
"hyperlist": "^1.0.0",
"monaco-editor": "^0.29.1",
"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-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": "^2.1.1",
"topbar": "^1.0.1",
"unified": "^10.1.0",
"unist-util-visit": "^4.0.0",
"vega": "^5.20.2",
"vega-embed": "^6.18.1",
"vega-lite": "^5.1.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": "^5.0.0",
"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"
}
}