-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.78 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.78 KB
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
58
59
60
61
62
63
64
65
66
{
"name": "flaredrive",
"version": "0.0.1",
"description": "CloudFlare R2 storage manager with Pages and Workers.",
"type": "module",
"engines": {
"node": ">=22"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"deploy": "wrangler deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/longern/FlareDrive.git"
},
"author": "longern",
"license": "ISC",
"bugs": {
"url": "https://github.com/longern/FlareDrive/issues"
},
"homepage": "https://github.com/longern/FlareDrive#readme",
"dependencies": {
"@tabler/icons-vue": "^3.31.0",
"@vueuse/core": "^13.1.0",
"axios": "^1.9.0",
"fexios": "^2.1.0",
"highlight.js": "^11.11.1",
"naive-ui": "^2.41.0",
"p-queue": "^8.1.0",
"pinia": "^3.0.2",
"rehype-sanitize": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark-gfm": "^4.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"unified": "^11.0.5",
"vue": "^3.5.13",
"vue-router": "^4.5.1",
"vue-waterfall-plugin-next": "^2.6.5"
},
"devDependencies": {
"@cloudflare/vite-plugin": "^1.1.1",
"@cloudflare/workers-types": "^4.20250417.0",
"@prettier/plugin-pug": "^3.4.0",
"@types/node": "^22.15.17",
"@unocss/extractor-pug": "^66.1.1",
"@unocss/reset": "^66.1.1",
"@vitejs/plugin-vue": "^5.2.4",
"@vitejs/plugin-vue-jsx": "^4.1.2",
"@vue/language-plugin-pug": "^2.2.10",
"@vue/tsconfig": "^0.7.0",
"hono": "^4.7.9",
"prettier": "^3.5.3",
"pug": "^3.0.3",
"sass-embedded": "^1.88.0",
"unocss": "^66.1.1",
"unplugin-auto-import": "^19.2.0",
"unplugin-vue-components": "^28.5.0",
"unplugin-vue-router": "^0.12.0",
"vite": "^6.3.5",
"vite-plugin-pwa": "^1.0.0",
"wrangler": "^4.12.0"
}
}