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

126 lines
4.0 KiB
JSON

{
"name": "@hydrooj/ui-default",
"version": "4.10.3",
"author": "undefined <i@undefined.moe>",
"license": "AGPL-3.0",
"main": "hydro.js",
"repository": "https://github.com/hydro-dev/Hydro.git",
"devDependencies": {
"@babel/cli": "^7.13.14",
"@babel/core": "^7.14.0",
"@babel/eslint-parser": "7.14.2",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-export-namespace-from": "^7.12.13",
"@babel/plugin-proposal-function-sent": "^7.12.13",
"@babel/plugin-proposal-json-strings": "^7.13.8",
"@babel/plugin-proposal-numeric-separator": "^7.12.13",
"@babel/plugin-proposal-throw-expressions": "^7.12.13",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.13.10",
3 years ago
"@babel/preset-env": "^7.14.1",
"@babel/preset-react": "^7.13.13",
"@babel/register": "^7.13.14",
"@babel/runtime-corejs3": "^7.14.0",
"@blueprintjs/core": "^3.44.2",
"@blueprintjs/icons": "^3.26.0",
3 years ago
"@blueprintjs/select": "^3.16.2",
"@hydrooj/utils": "^1.0.15",
"@undefined-moe/monaco-yaml": "^2.5.0",
3 years ago
"ansi_up": "^5.0.1",
"autoprefixer": "^9.8.6",
"babel-loader": "^8.2.2",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-prismjs": "^2.0.1",
"chalk": "^4.1.1",
"classnames": "^2.3.1",
"clipboard": "^2.0.8",
"copy-webpack-plugin": "^6.1.1",
"css-loader": "^4.2.2",
"diff-dom": "^4.2.2",
"echarts": "^5.1.1",
"emojify.js": "^1.1.0",
3 years ago
"eslint": "^7.26.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-import-resolver-webpack": "^0.13.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.23.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.23.1",
"fancy-log": "^1.3.3",
"file-loader": "^6.2.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"fs-extra": "^10.0.0",
"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",
3 years ago
"mini-css-extract-plugin": "^1.6.0",
"moment": "^2.29.1",
"monaco-editor": "^0.24.0",
"monaco-editor-webpack-plugin": "^3.0.1",
"nanoid": "^3.1.23",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"pickadate": "^3.6.4",
"plugin-error": "^1.0.1",
"postcss-loader": "^3.0.0",
3 years ago
"prism-themes": "^1.7.0",
"prismjs": "^1.23.0",
"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",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-promise-middleware": "^6.1.2",
"redux-thunk": "^2.2.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",
"tether": "^1.4.6",
"tether-drop": "^1.4.2",
"through2": "^4.0.2",
"timeago-react": "^3.0.2",
"timeago.js": "^4.0.2",
"vditor": "^3.8.4",
"vinyl-buffer": "^1.0.1",
"wastyle": "^0.0.5",
"web-streams-polyfill": "^3.0.2",
"webpack": "^4.44.2",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-dev-server": "^3.11.2",
"webpackbar": "^5.0.0-3"
},
"dependencies": {
"js-yaml": "^4.0.0",
"katex": "^0.13.11",
"lodash": "^4.17.21",
4 years ago
"markdown-it": "^12.0.6",
"markdown-it-anchor": "^7.1.0",
"markdown-it-footnote": "^3.0.2",
"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",
"nunjucks": "^3.2.3",
"streamsaver": "^2.0.5",
3 years ago
"xss": "^1.0.9",
"yargs": "^17.0.1"
}
}