-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.65 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
51
52
53
54
55
56
57
{
"name": "@dzorogh/vufman",
"version": "0.0.2",
"scripts": {
"dev": "vite --host",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"build-gd": "vue-tsc --noEmit && vite build --base=/libs/filemanager/",
"cert": "rm -rf .cert && mkdir -p .cert && mkcert -key-file ./.cert/key.pem -cert-file ./.cert/cert.pem 'localhost'"
},
"dependencies": {
"@types/node": "^17.0.21",
"@vueuse/core": "^8.0.1",
"@vueuse/integrations": "^8.1.2",
"axios": "0.26.0",
"date-fns": "^2.28.0",
"filesize": "^8.0.7",
"linkify-html": "^3.0.5",
"linkifyjs": "^3.0.5",
"pinia": "^2.0.11",
"plyr": "^3.6.12",
"prettier": "^2.5.1",
"redaxios": "^0.4.1",
"slugify": "^1.6.5",
"unplugin-vue-components": "^0.18.4",
"valid-filename": "^4.0.0",
"vue": "^3.2.25",
"vue-router": "^4.0.13",
"vue-toastification": "^2.0.0-rc.5",
"vue3-keypress": "^4.0.1",
"vue3-lazyload": "^0.2.5-beta"
},
"devDependencies": {
"@babel/eslint-parser": "^7.17.0",
"@tailwindcss/line-clamp": "^0.3.1",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"@vicons/fluent": "^0.12.0",
"@vitejs/plugin-vue": "^2.2.0",
"@vue/eslint-config-typescript": "^10.0.0",
"autoprefixer": "^10.4.2",
"eslint": "^8.10.0",
"eslint-config-alloy": "^4.5.1",
"eslint-plugin-vue": "^8.5.0",
"naive-ui": "^2.26.4",
"postcss": "^8.4.7",
"postcss-import": "^14.0.2",
"tailwindcss": "^3.0.23",
"typescript": "^4.6.2",
"vite": "^2.8.0",
"vue-eslint-parser": "^8.3.0",
"vue-tsc": "^0.29.8"
},
"files": [
"dist"
]
}