@kwai-explore/picture.vue
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "@kwai-explore/picture.vue", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"type": "module", | ||
"scripts": { | ||
"dev": "vite", | ||
"build": "vue-tsc --noEmit && rm -rf dist/* && cp ./src/components/Picture.vue dist", | ||
"build": "rm -rf dist/* && cp ./src/components/Picture.vue dist", | ||
"type-check": "vue-tsc --noEmit", | ||
"preview": "vite preview", | ||
@@ -28,2 +29,3 @@ "build:example": "vite build -c vite-example.config.ts" | ||
"@kwai-explore/eslint-config": "^0.1.0", | ||
"@kwai-explore/tsconfig": "^0.0.1", | ||
"@vitejs/plugin-vue": "^3.1.2", | ||
@@ -30,0 +32,0 @@ "eslint": "^8.25.0", |
Sorry, the diff of this file is not supported yet
6513
13