package.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "web-rtc",
  3. "version": "0.0.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "vite",
  7. "build": "run-p type-check build-only",
  8. "preview": "vite preview",
  9. "build-only": "vite build",
  10. "type-check": "vue-tsc --noEmit",
  11. "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
  12. },
  13. "dependencies": {
  14. "animate.css": "^4.1.1",
  15. "autoprefixer": "^10.4.13",
  16. "pinia": "^2.0.28",
  17. "postcss": "^8.4.20",
  18. "prettier-plugin-tailwindcss": "^0.2.1",
  19. "tailwindcss": "^3.2.4",
  20. "vue": "^3.2.45",
  21. "vue-router": "^4.1.6"
  22. },
  23. "devDependencies": {
  24. "@rushstack/eslint-patch": "^1.1.4",
  25. "@types/node": "^18.11.12",
  26. "@vitejs/plugin-vue": "^4.0.0",
  27. "@vue/eslint-config-prettier": "^7.0.0",
  28. "@vue/eslint-config-typescript": "^11.0.0",
  29. "@vue/tsconfig": "^0.1.3",
  30. "eslint": "^8.22.0",
  31. "eslint-plugin-vue": "^9.3.0",
  32. "npm-run-all": "^4.1.5",
  33. "prettier": "^2.8.1",
  34. "typescript": "~4.7.4",
  35. "vite": "^4.0.0",
  36. "vue-tsc": "^1.0.12"
  37. }
  38. }