OnlineJudgeFE/oj/package.json

88 lines
2.5 KiB
JSON
Raw Normal View History

2017-04-25 07:00:28 +00:00
{
2017-06-27 06:34:02 +00:00
"name": "onlinejudge",
"version": "2.0.0",
"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",
"lint": "eslint --ext .js,.vue src"
2017-04-25 07:00:28 +00:00
},
"dependencies": {
"axios": "^0.16.2",
2017-09-15 12:44:38 +00:00
"browser-detect": "^0.2.18",
2017-11-10 11:30:22 +00:00
"echarts": "^3.8.3",
2017-10-16 09:12:51 +00:00
"highlight.js": "^9.12.0",
2017-10-31 08:35:25 +00:00
"iview": "^2.6.0",
"moment": "^2.19.1",
"vue": "^2.5.2",
"vue-clipboard2": "0.0.6",
2017-10-16 09:12:51 +00:00
"vue-codemirror-lite": "^1.0.2",
"vue-cropper": "^0.2.3",
"vue-echarts": "^2.5.0",
"vue-router": "^3.0.1",
2017-11-03 08:30:22 +00:00
"vue-template-compiler": "^2.5.2",
"vuex": "^2.5.0",
2017-09-27 08:46:34 +00:00
"vuex-router-sync": "^4.3.2"
2017-04-25 07:00:28 +00:00
},
"devDependencies": {
"autoprefixer": "^7.1.2",
"babel-core": "^6.22.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^7.1.1",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-env": "^1.3.2",
"babel-preset-stage-2": "^6.22.0",
"babel-register": "^6.22.0",
"chalk": "^2.0.1",
"connect-history-api-fallback": "^1.3.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.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",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.2.0",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^3.0.1",
2017-04-25 07:00:28 +00:00
"eventsource-polyfill": "^0.9.6",
"express": "^4.14.1",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^1.1.4",
"friendly-errors-webpack-plugin": "^1.6.1",
"html-webpack-plugin": "^2.30.1",
"http-proxy-middleware": "^0.17.3",
2017-10-24 13:16:00 +00:00
"less": "^2.7.3",
"less-loader": "^4.0.5",
"opn": "^5.1.0",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"ora": "^1.2.0",
"portfinder": "^1.0.13",
"rimraf": "^2.6.0",
"semver": "^5.3.0",
"shelljs": "^0.7.6",
"url-loader": "^0.5.8",
"vue-loader": "^13.0.4",
"vue-style-loader": "^3.0.1",
"webpack": "^3.6.0",
"webpack-bundle-analyzer": "^2.9.0",
"webpack-dev-middleware": "^1.12.0",
"webpack-hot-middleware": "^2.18.2",
"webpack-merge": "^4.1.0"
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
}