| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- {
- "name": "seec-eval",
- "version": "0.1.0",
- "private": true,
- "scripts": {
- "serve": "vue-cli-service serve",
- "build": "vue-cli-service build",
- "lint": "vue-cli-service lint",
- "mock": "node src/mock/index.js"
- },
- "dependencies": {
- "@mdi/js": "^5.8.55",
- "axios": "^0.21.1",
- "core-js": "^3.6.5",
- "dayjs": "^1.10.4",
- "echarts": "^5.0.1",
- "lodash.throttle": "^4.1.1",
- "marked": "^1.2.7",
- "monaco-editor": "^0.21.2",
- "monaco-editor-webpack-plugin": "^2.1.0",
- "ramda": "^0.27.1",
- "vue": "^2.6.11",
- "vue-router": "^3.2.0",
- "vuetify": "^2.2.11",
- "vuex": "^3.4.0",
- "vuex-persistedstate": "3.2.0"
- },
- "devDependencies": {
- "@koa/cors": "^3.1.0",
- "@types/lodash.throttle": "^4.1.6",
- "@types/marked": "^1.2.1",
- "@types/ramda": "^0.27.34",
- "@typescript-eslint/eslint-plugin": "^2.33.0",
- "@typescript-eslint/parser": "^2.33.0",
- "@vue/cli-plugin-babel": "~4.5.0",
- "@vue/cli-plugin-eslint": "~4.5.0",
- "@vue/cli-plugin-router": "~4.5.0",
- "@vue/cli-plugin-typescript": "~4.5.0",
- "@vue/cli-plugin-vuex": "~4.5.0",
- "@vue/cli-service": "~4.5.0",
- "@vue/eslint-config-prettier": "^6.0.0",
- "@vue/eslint-config-typescript": "^5.0.2",
- "cross-env": "^7.0.3",
- "eslint": "^6.7.2",
- "eslint-config-prettier": "^7.1.0",
- "eslint-plugin-prettier": "^3.3.0",
- "eslint-plugin-vue": "^6.2.2",
- "koa": "^2.13.0",
- "koa-logger": "^3.2.1",
- "lint-staged": "^9.5.0",
- "mockjs": "^1.1.0",
- "path-to-regexp": "^6.2.0",
- "prettier": "^1.19.1",
- "sass": "^1.19.0",
- "sass-loader": "^8.0.0",
- "typescript": "~3.9.3",
- "vue-cli-plugin-vuetify": "~2.0.8",
- "vue-template-compiler": "^2.6.11",
- "vuetify-loader": "^1.3.0"
- },
- "gitHooks": {
- "pre-commit": "lint-staged"
- },
- "lint-staged": {
- "*.{js,jsx,vue,ts,tsx}": [
- "vue-cli-service lint",
- "git add"
- ]
- }
- }
|