package.json 296 B

1234567891011121314
  1. {
  2. "name": "@common/package",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "private": true,
  10. "dependencies": {
  11. "@vitejs/plugin-vue": "^5.0.5",
  12. "vite-plugin-style-inject": "^0.0.1"
  13. }
  14. }