{
  "name": "dsi-base",
  "type": "module",
  "version": "1.0.24",
  "main": "./nuxt.config.ts",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "scripts": {
    "dev": "nuxi dev .playground",
    "dev:prepare": "nuxt prepare .playground",
    "build": "nuxt build .playground",
    "generate": "nuxt generate .playground",
    "preview": "nuxt preview .playground",
    "lint": "eslint .",
    "test": "echo \"No tests specified\" && exit 0",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build",
    "chromatic": "npx chromatic --project-token=chpt_bc3f206efc21ad5"
  },
  "devDependencies": {
    "@chromatic-com/storybook": "^4.0.0",
    "@nuxt/eslint": "latest",
    "@nuxtjs/storybook": "^8.3.5",
    "@storybook-vue/nuxt": "^8.3.5",
    "@storybook/addon-a11y": "^9.0.4",
    "@storybook/addon-docs": "^9.0.4",
    "@types/object-hash": "^3.0.6",
    "chromatic": "^12.0.0",
    "eslint": "^9.20.1",
    "eslint-plugin-storybook": "^9.0.4",
    "nuxt": "^3.15.4",
    "storybook": "^9.0.4",
    "typescript": "^5.7.3",
    "vue": "latest",
    "vuetify-nuxt-module": "^0.18.6"
  },
  "dependencies": {
    "iconify-icon": "^3.0.0",
    "object-hash": "^3.0.0"
  }
}
