You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
528 B

4 weeks ago
4 weeks ago
  1. {
  2. "scripts": {
  3. "dev:h5": "cross-env NODE_OPTIONS=\"--max-old-space-size=4096\" uni build --watch",
  4. "build:h5": "cross-env NODE_OPTIONS=\"--max-old-space-size=4096\" uni build"
  5. },
  6. "dependencies": {
  7. "@dcloudio/uni-ui": "^1.5.11",
  8. "@element-plus/icons-vue": "^2.3.2",
  9. "element-plus": "^2.11.5",
  10. "highlight.js": "^11.11.1",
  11. "marked": "^2.0.1",
  12. "pinia": "^3.0.3",
  13. "pinia-plugin-persistedstate": "^4.5.0",
  14. "vue-i18n": "^9.14.5"
  15. },
  16. "devDependencies": {
  17. "cross-env": "^7.0.3"
  18. }
  19. }