{
  "name": "@astar-network/astar-ui",
  "version": "0.0.142",
  "repository": {
    "type": "git",
    "url": "https://github.com/AstarNetwork/astar-ui.git"
  },
  "files": [
    "dist/*"
  ],
  "main": "dist/astar-ui.umd.js",
  "module": "dist/astar-ui.es.js",
  "types": "dist/types/index.d.ts",
  "typings": "dist/types/index.d.ts",
  "scripts": {
    "clean": "rm -rf node_modules",
    "build:types": "vue-tsc --project tsconfig.build-types.json --declaration --emitDeclarationOnly --outDir dist/types ",
    "build:lib": "vue-tsc --noEmit && vite build --config ./build/lib.config.ts && npm run build:types",
    "storybook": "export NODE_OPTIONS=--openssl-legacy-provider && start-storybook -p 6006",
    "build-storybook": "build-storybook",
    "chromatic": "npx chromatic --project-token=af2bfd147de5 --auto-accept-changes",
    "dev": "vite --config ./build/base.config.ts"
  },
  "dependencies": {
    "@iconify-prerendered/vue-ic": "^0.21.1672653513",
    "vue": "^3.2.23"
  },
  "devDependencies": {
    "@babel/core": "^7.17.9",
    "@storybook/addon-actions": "^6.5.0-alpha.64",
    "@storybook/addon-essentials": "^6.5.0-alpha.64",
    "@storybook/addon-links": "^6.5.0-alpha.64",
    "@storybook/addons": "^6.5.10",
    "@storybook/builder-vite": "^0.1.29",
    "@storybook/vue3": "^6.5.15",
    "@types/node": "^16.11.12",
    "@vitejs/plugin-vue": "^1.10.2",
    "babel-loader": "^8.2.4",
    "chromatic": "^6.5.4",
    "sass": "^1.49.11",
    "storybook-dark-mode": "^1.1.0",
    "typescript": "^4.4.4",
    "vite": "^2.9.16",
    "vite-plugin-copy": "^0.1.6",
    "vite-plugin-dts": "^0.9.6",
    "vite-plugin-md": "^0.11.4",
    "vue-loader": "^16.8.3",
    "vue-router": "^4.0.12",
    "vue-tsc": "^0.28.10"
  }
}
