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 1.2KB

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