书院官网
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

package.json 937B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "SHUYUAN-TOWN",
  3. "private": true,
  4. "version": "0.0.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "vite build",
  9. "preview": "vite preview"
  10. },
  11. "dependencies": {
  12. "amfe-flexible": "^2.2.1",
  13. "axios": "^1.4.0",
  14. "codemirror": "^5.65.14",
  15. "element-plus": "^2.3.4",
  16. "marked": "^3.0.8",
  17. "pinia": "^2.0.35",
  18. "pinia-plugin-persist": "^1.0.0",
  19. "postcss-pxtorem": "^6.0.0",
  20. "qs": "^6.11.2",
  21. "simplemde": "^1.11.2",
  22. "vant": "^4.6.2",
  23. "vue": "^3.2.47",
  24. "vue-router": "^4.1.6",
  25. "vue-scrollto": "^2.20.0"
  26. },
  27. "devDependencies": {
  28. "@vitejs/plugin-vue": "^4.1.0",
  29. "sass": "^1.62.1",
  30. "unplugin-auto-import": "^0.15.3",
  31. "unplugin-vue-components": "^0.24.1",
  32. "vite": "^4.3.2",
  33. "vite-plugin-compression": "^0.5.1"
  34. }
  35. }