package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "name": "@nuxt/kit",
  3. "version": "3.17.5",
  4. "repository": {
  5. "type": "git",
  6. "url": "git+https://github.com/nuxt/nuxt.git",
  7. "directory": "packages/kit"
  8. },
  9. "homepage": "https://nuxt.com/docs/api/kit",
  10. "description": "Toolkit for authoring modules and interacting with Nuxt",
  11. "license": "MIT",
  12. "type": "module",
  13. "types": "./dist/index.d.ts",
  14. "exports": {
  15. ".": {
  16. "types": "./dist/index.d.ts",
  17. "import": "./dist/index.mjs",
  18. "require": "./dist/index.mjs"
  19. },
  20. "./package.json": "./package.json"
  21. },
  22. "files": [
  23. "dist"
  24. ],
  25. "dependencies": {
  26. "c12": "^3.0.4",
  27. "consola": "^3.4.2",
  28. "defu": "^6.1.4",
  29. "destr": "^2.0.5",
  30. "errx": "^0.1.0",
  31. "exsolve": "^1.0.5",
  32. "ignore": "^7.0.5",
  33. "jiti": "^2.4.2",
  34. "klona": "^2.0.6",
  35. "knitwork": "^1.2.0",
  36. "mlly": "^1.7.4",
  37. "ohash": "^2.0.11",
  38. "pathe": "^2.0.3",
  39. "pkg-types": "^2.1.0",
  40. "scule": "^1.3.0",
  41. "semver": "^7.7.2",
  42. "std-env": "^3.9.0",
  43. "tinyglobby": "^0.2.14",
  44. "ufo": "^1.6.1",
  45. "unctx": "^2.4.1",
  46. "unimport": "^5.0.1",
  47. "untyped": "^2.0.0"
  48. },
  49. "devDependencies": {
  50. "@rspack/core": "1.3.13",
  51. "@types/lodash-es": "4.17.12",
  52. "@types/semver": "7.7.0",
  53. "hookable": "5.5.3",
  54. "lodash-es": "4.17.21",
  55. "nitropack": "2.11.12",
  56. "unbuild": "3.5.0",
  57. "vite": "6.3.5",
  58. "vitest": "3.2.0",
  59. "webpack": "5.99.9",
  60. "@nuxt/schema": "3.17.5"
  61. },
  62. "engines": {
  63. "node": ">=18.12.0"
  64. },
  65. "scripts": {
  66. "test:attw": "attw --pack"
  67. }
  68. }