Newer
Older
iuav-ui / package.json
@elcar elcar on 15 Jan 782 bytes :feat: lib (src), dist, test
{
  "type": "module",
  "scripts": {
    "dev": "vite --config vite.test.config.ts",
    "build:library": "vite build",
    "build:test": "vite build --config vite.test.config.ts",
    "build": "npm run build:library && npm run build:test",
    "preview": "vite preview"
  },
  "dependencies": {
    "lit": "^3.2.1",
    "swiper": "^11.1.15"
  },
  "devDependencies": {
    "autoprefixer": "^10.4.20",
    "postcss": "^8.5.1",
    "postcss-cli": "^11.0.0",
    "postcss-custom-media": "^11.0.5",
    "postcss-import": "^16.1.0",
    "postcss-mixins": "^11.0.3",
    "postcss-nested": "^7.0.2",
    "postcss-pxtorem": "^6.1.0",
    "postcss-url": "^10.1.3",
    "typescript": "^5.7.2",
    "vite": "^6.0.7",
    "vite-plugin-html": "^3.2.2",
    "vite-plugin-string": "^1.2.3"
  }
}