{
  "name": "fxe-semi-icons",
  "version": "2.1.0",
  "main": "lib/index.js",
  "module": "lib/index.js",
  "typings": "lib/index.d.ts",
  "files": [
    "lib"
  ],
  "scripts": {
    "dev": "vite",
    "build": "vue-tsc --noEmit && vite build",
    "build:lib": "vue-tsc --noEmit && rimraf lib && tsc -b --force tsconfig.esm.json && node ./scripts/compileLib.js",
    "build_lib": "rimraf lib && tsc -b --force tsconfig.esm.json && node scripts/copyStyles.js",
    "build:icon": "node scripts/build-icon ",
    "lib-vue-tsc": "vue-tsc --noEmit && rimraf lib && tsc -b --force tsconfig.esm.json && node scripts/copyStyles.js",
    "preview": "vite preview"
  },
  "dependencies": {
    "classnames": "^2.3.1",
    "sass": "^1.51.0",
    "vue": "^3.2.25"
  },
  "devDependencies": {
    "@types/prop-types": "^15.7.4",
    "@vitejs/plugin-vue": "^2.0.1",
    "@vitejs/plugin-vue-jsx": "^1.3.2",
    "camelcase": "^6.3.0",
    "del": "^6.0.0",
    "fs-extra": "^10.0.0",
    "gulp": "^4.0.2",
    "gulp-babel": "^8.0.0",
    "gulp-replace": "^1.1.3",
    "gulp-sass": "^5.1.0",
    "gulp-typescript": "^6.0.0-alpha.1",
    "identity-obj-proxy": "^3.0.0",
    "merge2": "^1.4.1",
    "prop-types": "^15.7.2",
    "rimraf": "^3.0.2",
    "through2": "^4.0.2",
    "ts-node": "^10.5.0",
    "typescript": "^4.4.4",
    "vite": "^3.0.0",
    "vue-tsc": "^0.28.10"
  },
  "gitHead": "33b820e742763e425578c4eb3f2d345f7c4bcf6a"
}
