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.
 
 
 

58 regels
1.7 KiB

  1. {
  2. "name": "form-wizard-vue3",
  3. "version": "1.1.0",
  4. "main": "./dist/form-wizard-vue3.umd.js",
  5. "module": "./dist/form-wizard-vue3.es.js",
  6. "author": "Bahadir Sofuoglu <bahadirsofuoglu@gmail.com>",
  7. "scripts": {
  8. "dev": "vite",
  9. "build": "vue-tsc --noEmit && vite build",
  10. "preview": "vite preview",
  11. "test": "vitest",
  12. "coverage": "vitest run --coverage",
  13. "docs:dev": "vitepress dev docs",
  14. "docs:build": "vitepress build docs",
  15. "docs:serve": "vitepress serve docs"
  16. },
  17. "keywords": [
  18. "vue",
  19. "vue3",
  20. "form-wizard",
  21. "wizard",
  22. "stepper",
  23. "component"
  24. ],
  25. "peerDependencies": {
  26. "vue": "3.x"
  27. },
  28. "devDependencies": {
  29. "@babel/types": "^7.20.2",
  30. "@types/node": "^18.11.9",
  31. "@vitejs/plugin-vue": "^4.0.0",
  32. "@vue/eslint-config-prettier": "^7.0.0",
  33. "@vue/eslint-config-typescript": "^11.0.0",
  34. "@vue/test-utils": "2.2.7",
  35. "@vue/tsconfig": "^0.1.3",
  36. "@vitest/coverage-c8": "^0.27.3",
  37. "c8": "^7.11.3",
  38. "eslint": "^8.22.0",
  39. "jsdom": "^19.0.0",
  40. "path": "^0.12.7",
  41. "primeicons": "^6.0.1",
  42. "sass": "^1.52.0",
  43. "typescript": "^4.5.4",
  44. "vite": "^4.0.4",
  45. "vite-plugin-dts": "^1.7.1",
  46. "vitepress": "^1.0.0-alpha.40",
  47. "vitest": "0.27.2",
  48. "vue": "^3.2.25",
  49. "vue-tsc": "^1.0.9"
  50. },
  51. "license": "MIT",
  52. "homepage": "https://bahadirsofuoglu.github.io/form-wizard-vue3/",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/bahadirsofuoglu/form-wizard-vue3.git"
  56. }
  57. }