@leaflink/monorepo-poc-vue 1.3.1 → 1.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leaflink/monorepo-poc-vue",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "description": "Interactive building blocks for creating user interfaces.",
5
5
  "main": "./dist/index.ts",
6
6
  "types": "./dist/index.d.ts",
@@ -108,7 +108,6 @@
108
108
  "@vue/test-utils": "^2.4.6",
109
109
  "autoprefixer": "^10.4.20",
110
110
  "jsdom": "^25.0.1",
111
- "medium-zoom": "^1.1.0",
112
111
  "postcss": "^8.4.47",
113
112
  "postcss-html": "^1.7.0",
114
113
  "postcss-prefix-selector": "^1.16.1",
@@ -121,12 +120,9 @@
121
120
  "vite": "6.2.2",
122
121
  "vite-plugin-dts": "3.9.1",
123
122
  "vite-svg-loader": "^5.1.0",
124
- "vitepress": "1.6.3",
125
123
  "vitest": "3.0.8",
126
- "vue-component-meta": "2.2.8",
127
- "vue-eslint-parser": "^9.4.3",
128
124
  "vue-tsc": "2.2.8",
129
- "@leaflink/monorepo-poc-themes": "1.3.1"
125
+ "@leaflink/monorepo-poc-themes": "1.3.2"
130
126
  },
131
127
  "peerDependencies": {
132
128
  "lodash-es": "^4.x.x",
@@ -144,14 +140,9 @@
144
140
  "scripts": {
145
141
  "prebuild": "svg-sprite --symbol --symbol-dest=assets/ --symbol-sprite=spritesheet.svg --svg-namespace-ids=false assets/icons/*.svg assets/integrations/*.svg",
146
142
  "build": "vite build",
147
- "format": "pnpm lint:js --fix && pnpm lint:css --fix",
148
- "lint": "pnpm lint:js && pnpm lint:css",
149
- "lint:js": "eslint .",
150
- "lint:css": "stylelint ./**/*.vue",
151
143
  "test": "vitest run --reporter verbose",
152
144
  "test:watch": "vitest --reporter verbose",
153
145
  "test:ci": "vitest run --silent --coverage",
154
- "type-check": "vue-tsc --noEmit",
155
- "foobar": "echo 'foobar'"
146
+ "type-check": "vue-tsc --noEmit"
156
147
  }
157
148
  }