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.

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "vite-project",
  3. "version": "0.0.0",
  4. "scripts": {
  5. "dev": "vite",
  6. "build": "vite build",
  7. "serve": "vite preview",
  8. "lint": "eslint --ext .js,.vue --fix src",
  9. "format": "prettier . --write",
  10. "test": "echo 'no tests at this time...'"
  11. },
  12. "dependencies": {
  13. "pubnub": "^5.0.0",
  14. "joi": "^17.6.0",
  15. "vue": "^3.2.31",
  16. "vue-router": "^4.0.14"
  17. },
  18. "devDependencies": {
  19. "@prettier/plugin-pug": "^1.19.2",
  20. "@vitejs/plugin-vue": "^2.2.4",
  21. "@vue/compiler-sfc": "^3.2.31",
  22. "autoprefixer": "^10.4.2",
  23. "eslint": "^8.11.0",
  24. "eslint-config-prettier": "^8.5.0",
  25. "eslint-plugin-vue": "^8.5.0",
  26. "naive-ui": "^2.26.4",
  27. "postcss": "^8.4.8",
  28. "postcss-calc": "^8.2.4",
  29. "postcss-import": "^14.0.2",
  30. "precss": "^4.0.0",
  31. "pug": "^3.0.2",
  32. "pug-plain-loader": "^1.1.0",
  33. "sugarss": "^4.0.1",
  34. "vite": "^2.8.6",
  35. "vite-fs": "^0.0.2",
  36. "watch": "^1.0.2"
  37. }
  38. }