package.json 1.5 KB

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