OnlineJudgeFE/package.json

103 lines
2.9 KiB
JSON
Raw Permalink Normal View History

2017-04-25 07:00:28 +00:00
{
2017-06-27 06:34:02 +00:00
"name": "onlinejudge",
2024-02-04 08:15:45 +00:00
"version": "2.7.6",
"description": "onlinejudge front end",
"author": "zemal <rawidn@163.com>",
2017-04-25 07:00:28 +00:00
"private": true,
"scripts": {
"dev": "node build/dev-server.js",
"start": "npm run dev",
2017-04-25 07:00:28 +00:00
"build": "node build/build.js",
2017-11-13 02:12:11 +00:00
"build:dll": "webpack --config=build/webpack.dll.conf.js",
"lint": "eslint --ext .js,.vue src"
2017-04-25 07:00:28 +00:00
},
"dependencies": {
2024-02-04 08:15:45 +00:00
"autoprefixer": "^7.1.2",
2018-05-11 08:28:15 +00:00
"axios": "^0.18.0",
2024-02-04 08:15:45 +00:00
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-runtime": "^6.22.0",
2017-12-12 14:23:44 +00:00
"babel-polyfill": "^6.26.0",
2024-02-04 08:15:45 +00:00
"babel-preset-env": "^1.7.0",
"babel-preset-stage-2": "^6.22.0",
2018-05-11 08:28:15 +00:00
"browser-detect": "^0.2.27",
2024-02-04 08:15:45 +00:00
"chalk": "^2.4.1",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.11",
"echarts": "^3.8.5",
2018-05-11 08:28:15 +00:00
"element-ui": "^2.3.7",
2024-02-04 08:15:45 +00:00
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^1.1.11",
2017-11-13 02:12:11 +00:00
"font-awesome": "^4.7.0",
2024-02-04 08:15:45 +00:00
"glob": "^7.1.2",
2017-10-16 09:12:51 +00:00
"highlight.js": "^9.12.0",
2024-02-04 08:15:45 +00:00
"html-webpack-include-assets-plugin": "^1.0.4",
"html-webpack-plugin": "^2.30.1",
"iview": "^2.13.0",
2018-11-21 01:52:54 +00:00
"katex": "^0.10.0",
2024-02-04 08:15:45 +00:00
"less": "^3.8.1",
"less-loader": "^4.1.0",
2018-05-11 08:28:15 +00:00
"moment": "^2.22.1",
2024-02-04 08:15:45 +00:00
"optimize-css-assets-webpack-plugin": "^3.2.0",
"ora": "^1.2.0",
2018-05-11 08:28:15 +00:00
"papaparse": "^4.4.0",
"raven-js": "^3.25.0",
2017-11-14 13:50:23 +00:00
"screenfull": "^3.3.2",
2024-02-04 08:15:45 +00:00
"shelljs": "^0.8.2",
2019-10-10 13:50:44 +00:00
"tar-simditor": "^3.0.5",
2018-11-21 06:30:55 +00:00
"tar-simditor-markdown": "^1.2.3",
2024-02-04 08:15:45 +00:00
"uglifyjs-webpack-plugin": "^1.2.5",
"url-loader": "^0.5.8",
2018-05-11 08:28:15 +00:00
"vue": "^2.5.16",
"vue-analytics": "^5.10.4",
2018-11-21 01:52:54 +00:00
"vue-clipboard2": "^0.2.1",
2018-05-11 08:28:15 +00:00
"vue-codemirror-lite": "^1.0.4",
2018-11-21 01:52:54 +00:00
"vue-cropper": "^0.4.6",
"vue-echarts": "^2.6.0",
2018-05-30 13:46:08 +00:00
"vue-i18n": "^7.7.0",
2024-02-04 08:15:45 +00:00
"vue-loader": "^13.3.0",
"vue-router": "^3.0.1",
2024-02-04 08:15:45 +00:00
"vue-style-loader": "^3.0.1",
"vue-template-compiler": "^2.5.16",
2017-11-10 14:04:40 +00:00
"vuex": "^3.0.1",
2024-02-04 08:15:45 +00:00
"vuex-router-sync": "^5.0.0",
"webpack": "^3.6.0",
"webpack-merge": "^4.1.2"
2017-04-25 07:00:28 +00:00
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"babel-register": "^6.22.0",
"connect-history-api-fallback": "^1.3.0",
"eslint": "^3.19.0",
"eslint-config-standard": "^10.2.1",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-html": "^3.0.0",
2018-05-11 08:28:15 +00:00
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-node": "^5.2.0",
2018-05-11 08:28:15 +00:00
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.1.0",
2017-04-25 07:00:28 +00:00
"eventsource-polyfill": "^0.9.6",
2018-05-11 08:28:15 +00:00
"express": "^4.16.3",
"friendly-errors-webpack-plugin": "^1.7.0",
"http-proxy-middleware": "^0.18.0",
"opn": "^5.3.0",
"portfinder": "^1.0.13",
"rimraf": "^2.6.0",
2018-05-11 08:28:15 +00:00
"semver": "^5.5.0",
"webpack-bundle-analyzer": "^2.11.2",
"webpack-dev-middleware": "^1.12.0",
2024-02-04 08:15:45 +00:00
"webpack-hot-middleware": "^2.22.1"
2017-04-25 07:00:28 +00:00
},
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
2017-04-25 07:00:28 +00:00
}