You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Hydro/packages/ui-default/package.json

118 lines
3.4 KiB
JSON

{
"name": "@hydrooj/ui-default",
"version": "4.18.7",
"author": "undefined <i@undefined.moe>",
"license": "AGPL-3.0",
"main": "hydro.js",
"repository": "https://github.com/hydro-dev/Hydro.git",
3 years ago
"preferUnplugged": true,
3 years ago
"scripts": {
"lint": "eslint ."
},
"devDependencies": {
"@blockly/block-extension-tooltip": "^1.0.15",
"@blueprintjs/core": "^3.47.0",
"@blueprintjs/icons": "^3.27.0",
"@blueprintjs/select": "^3.16.6",
"@hydrooj/utils": "workspace:*",
3 years ago
"@types/json-schema": "^7.0.9",
"@types/katex": "^0.11.1",
"@undefined-moe/monaco-yaml": "^2.5.0",
3 years ago
"ansi_up": "^5.0.1",
"autoprefixer": "^9.8.6",
"blockly": "^6.20210701.0",
"chalk": "^4.1.2",
"classnames": "^2.3.1",
3 years ago
"clean-webpack-plugin": "^4.0.0-alpha.0",
"clipboard": "^2.0.8",
3 years ago
"copy-webpack-plugin": "^6.4.1",
"css-loader": "^4.3.0",
"diff-dom": "^4.2.2",
"echarts": "^5.1.2",
"emojify.js": "^1.1.0",
3 years ago
"esbuild-loader": "^2.14.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
3 years ago
"eslint-import-resolver-webpack": "^0.13.1",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.24.0",
"fancy-log": "^1.3.3",
"file-loader": "^6.2.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"fs-extra": "^10.0.0",
"graphiql": "^1.4.2",
"gulp": "^4.0.2",
"gulp-cli": "^2.3.0",
"gulp-iconfont": "^11.0.0",
"gulp-if": "^3.0.0",
"gulp-plumber": "^1.2.1",
"gulp-svgmin": "^3.0.0",
"http-proxy": "^1.18.1",
"jquery": "^3.6.0",
"jquery-scroll-lock": "^3.1.3",
"jquery.easing": "^1.4.1",
"jquery.transit": "^0.9.12",
"mini-css-extract-plugin": "^1.6.2",
"moment": "^2.29.1",
"monaco-editor": "^0.26.1",
"monaco-editor-webpack-plugin": "^4.1.1",
"nanoid": "^3.1.23",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"pickadate": "^3.6.4",
"plugin-error": "^1.0.1",
"postcss-loader": "^3.0.0",
"prism-themes": "^1.8.0",
"prismjs": "^1.24.1",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^7.2.4",
"react-split-pane": "^0.1.92",
3 years ago
"redux": "^4.1.1",
"redux-logger": "^3.0.6",
"redux-promise-middleware": "^6.1.2",
3 years ago
"redux-thunk": "^2.3.0",
"rupture": "^0.7.1",
"slideout": "^1.0.1",
"sockjs-client": "^1.5.1",
"speed-measure-webpack-plugin": "^1.5.0",
"sticky-kit": "^1.1.3",
"style-loader": "^2.0.0",
"stylus": "^0.54.8",
"stylus-loader": "^3.0.2",
3 years ago
"tether": "^1.4.7",
"tether-drop": "^1.4.2",
"through2": "^4.0.2",
"timeago-react": "^3.0.3",
"timeago.js": "^4.0.2",
"vditor": "^3.8.6",
"vinyl-buffer": "^1.0.1",
"wastyle": "^0.0.5",
"web-streams-polyfill": "^3.1.0",
3 years ago
"webpack": "^4.46.0",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-dev-server": "^3.11.2",
"webpackbar": "^5.0.0-3"
},
"dependencies": {
3 years ago
"esbuild": "^0.12.18",
3 years ago
"js-yaml": "^4.1.0",
"jsesc": "^3.0.2",
"katex": "^0.13.13",
"lodash": "^4.17.21",
"markdown-it": "^12.2.0",
3 years ago
"markdown-it-anchor": "^8.1.2",
3 years ago
"markdown-it-footnote": "^3.0.3",
"markdown-it-imsize": "^2.0.1",
"markdown-it-mark": "^3.0.1",
"markdown-it-merge-cells": "^1.0.1",
"markdown-it-table-of-contents": "^0.5.2",
3 years ago
"mongodb": "^3.6.11",
"nunjucks": "^3.2.3",
"streamsaver": "^2.0.5",
3 years ago
"xss": "^1.0.9"
}
}