forked from n1crack/vuefinder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·50 lines (50 loc) · 1.08 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "vuefinder",
"version": "1.2.3",
"description": "Vuefinder is a file manager component for vuejs.",
"type": "module",
"files": [
"dist"
],
"main": "./dist/vuefinder.cjs",
"module": "./dist/vuefinder.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"homepage": "https://github.com/n1crack/vuefinder#readme",
"keywords": [
"vue",
"file manager",
"file plugin",
"file explorer",
"finder"
],
"repository": {
"type": "git",
"url": "git+https://github.com/n1crack/vuefinder.git"
},
"author": {
"name": "Yusuf Özdemir",
"mail": "[email protected]"
},
"license": "MIT",
"devDependencies": {
"@types/node": "^18.7.1",
"@vitejs/plugin-vue": "^4.0.0",
"autoprefixer": "^10.4.8",
"microtip": "^0.2.2",
"mitt": "^3.0.0",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"vite": "^4.0.2"
},
"dependencies": {
"cropperjs": "^1.5.12",
"dragselect": "^2.3.1",
"plupload": "^2.3.9",
"vanilla-lazyload": "^17.8.3",
"vue": "^3.2.0"
}
}