livebook/assets/package.json

61 lines
2 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": {
"deploy": "NODE_ENV=production webpack --mode production",
2021-01-08 05:13:17 +08:00
"watch": "webpack --mode development --watch",
2022-11-30 07:26:28 +08:00
"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",
2021-02-17 06:20:23 +08:00
"test": "jest",
"test:watch": "jest --watch"
2021-01-08 03:55:45 +08:00
},
"dependencies": {
"@fontsource/inter": "^4.2.2",
"@fontsource/jetbrains-mono": "^4.2.2",
"@fontsource/red-hat-text": "^4.2.2",
2022-12-29 20:10:28 +08:00
"babel-loader": "^9.1.0",
"crypto-js": "^4.0.0",
2022-08-02 21:26:45 +08:00
"css-minimizer-webpack-plugin": "^4.0.0",
2022-01-17 05:04:24 +08:00
"hast-util-to-text": "^3.1.1",
2022-08-02 21:26:45 +08:00
"html-loader": "^4.1.0",
"hyperlist": "^1.0.0",
2022-10-01 03:35:56 +08:00
"jest": "^29.1.2",
2022-08-02 17:31:41 +08:00
"mermaid": "^9.1.3",
2023-02-09 21:08:24 +08:00
"monaco-editor": "^0.35.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",
2022-10-01 03:35:56 +08:00
"postcss-import": "^15.0.0",
2022-08-02 21:26:45 +08:00
"postcss-loader": "^7.0.1",
"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",
"remixicon": "^2.5.0",
2022-12-29 20:10:28 +08:00
"scroll-into-view-if-needed": "^3.0.3",
"tailwindcss": "^3.0.8",
"topbar": "^1.0.1",
"unified": "^10.1.0",
2022-01-17 05:04:24 +08:00
"unist-util-remove-position": "^4.0.1",
2022-12-29 20:10:28 +08:00
"unist-util-visit": "^4.0.0",
"webpack-cli": "^5.0.1"
2021-01-08 03:55:45 +08:00
},
"devDependencies": {
2021-05-13 05:44:45 +08:00
"@babel/core": "^7.14.0",
"@babel/preset-env": "^7.14.1",
2021-01-08 05:13:17 +08:00
"autoprefixer": "^10.2.0",
"css-loader": "^6.4.0",
"mini-css-extract-plugin": "^2.1.0",
2021-12-27 23:17:05 +08:00
"monaco-editor-webpack-plugin": "^7.0.1",
2021-01-08 05:13:17 +08:00
"postcss": "^8.2.3",
"prettier": "^2.2.1",
2022-12-29 20:10:28 +08:00
"webpack": "^5.37.0"
2021-01-08 03:55:45 +08:00
}
}