@matb85/photoeditor
Version:
A fully functional Photo Editor made with Vuejs
67 lines • 1.73 kB
JSON
{
"name": "@matb85/photoeditor",
"private": false,
"version": "2.1.0",
"type": "module",
"description": "A fully functional Photo Editor made with Vuejs",
"author": "matb85",
"keywords": [
"photo-editor",
"photo_editor",
"image-editor",
"image_editor",
"instagram.css",
"cropperjs",
"element-plus",
"vue",
"vuejs",
"vue-element-plus",
"components"
],
"homepage": "https://matb85.github.io/PhotoEditor/",
"repository": {
"type": "git",
"url": "https://github.com/matb85/photoEditor.git"
},
"bugs": {
"url": "https://github.com/matb85/photoEditor/issues"
},
"main": "dist/photo-editor.es.mjs",
"files": [
"dist/photo-editor.css",
"dist/photo-editor.es.mjs"
],
"dependencies": {
"cropperjs": "^1.6.1",
"element-plus": "^2.6.1",
"vue": "^3.4.21"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-vue": "^5.0.4",
"autoprefixer": "^10.4.18",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.23.0",
"postcss": "^8.4.36",
"prettier": "^3.2.5",
"standard-version": "^9.5.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.2",
"vite": "^5.1.6",
"vite-plugin-pwa": "^0.19.4",
"vue-router": "^4.3.0",
"vue-tsc": "^2.0.6",
"vuex": "^4.1.0"
},
"scripts": {
"dev": "vite --port 3000",
"build": "vue-tsc --noEmit && vite build",
"build:lib": "TARGET=LIB vite build",
"lint": "eslint src/**/*{.ts,/vue}",
"preview": "vite preview",
"release": "standard-version",
"pub": "pnpm run build && pnpm run build && pnpm publish"
}
}