package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "name": "new-meia",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "serve": "set NODE_OPTIONS=--openssl-legacy-provider & vue-cli-service serve",
  7. "build": "set NODE_OPTIONS=--openssl-legacy-provider & vue-cli-service build && node ./saveOSSAGitte.js",
  8. "lint": "export NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service lint"
  9. },
  10. "dependencies": {
  11. "@element-plus/icons-vue": "^2.0.10",
  12. "@microsoft/fetch-event-source": "^2.0.1",
  13. "@wangeditor/editor": "^5.1.23",
  14. "@wangeditor/editor-for-vue": "^5.1.12",
  15. "axios": "^1.4.0",
  16. "core-js": "^3.6.5",
  17. "dayjs": "^1.11.7",
  18. "element-plus": "^2.2.18",
  19. "markdown-it": "^14.1.0",
  20. "sha256": "^0.2.0",
  21. "vant": "^4.0.11",
  22. "vue": "^3.2.4",
  23. "vue-router": "^4.1.6"
  24. },
  25. "devDependencies": {
  26. "@vue/cli-plugin-babel": "~4.5.15",
  27. "@vue/cli-plugin-eslint": "~4.5.15",
  28. "@vue/cli-service": "~4.5.15",
  29. "@vue/compiler-sfc": "^3.0.0",
  30. "ali-oss": "^6.17.1",
  31. "babel-eslint": "^10.1.0",
  32. "eslint": "^6.7.2",
  33. "eslint-plugin-vue": "^7.0.0",
  34. "unplugin-vue-components": "^0.24.0"
  35. },
  36. "eslintConfig": {
  37. "root": true,
  38. "env": {
  39. "node": true
  40. },
  41. "extends": [
  42. "plugin:vue/vue3-essential",
  43. "eslint:recommended"
  44. ],
  45. "parserOptions": {
  46. "parser": "babel-eslint"
  47. },
  48. "rules": {
  49. "no-unused-vars": "off"
  50. }
  51. },
  52. "browserslist": [
  53. "> 1%",
  54. "last 2 versions",
  55. "not dead"
  56. ],
  57. "description": "## Project setup ``` yarn install ```",
  58. "main": "babel.config.js",
  59. "author": "",
  60. "license": "ISC"
  61. }