No Description
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.

package.json 617B

12345678910111213141516171819202122232425
  1. {
  2. "name": "post-vue",
  3. "version": "0.0.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "vite",
  7. "build": "vite build",
  8. "preview": "vite preview",
  9. "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
  10. "format": "prettier --write src/"
  11. },
  12. "dependencies": {
  13. "vue": "^3.3.4",
  14. "vue-router": "^4.2.4"
  15. },
  16. "devDependencies": {
  17. "@rushstack/eslint-patch": "^1.3.2",
  18. "@vitejs/plugin-vue": "^4.3.1",
  19. "@vue/eslint-config-prettier": "^8.0.0",
  20. "eslint": "^8.46.0",
  21. "eslint-plugin-vue": "^9.16.1",
  22. "prettier": "^3.0.0",
  23. "vite": "^4.4.9"
  24. }
  25. }