-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
47 lines (47 loc) · 1.2 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
{
"name": "booruwf",
"version": "0.21.10",
"private": true,
"description": "Booru sites masonry browsing mode.",
"author": "asadahimeka",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite",
"release": "node scripts/release.mjs",
"build": "vite build",
"prebuild": "vue-tsc --noEmit --skipLibCheck",
"lint": "eslint src --ext .ts,.vue",
"preview": "vite preview"
},
"dependencies": {
"@himeka/booru": "2.7.6",
"@vue/composition-api": "1.7.1",
"date-fns": "2.29.3",
"vue": "2.6.14",
"vue-masonry-css": "1.0.3",
"vuetify": "2.6.14"
},
"devDependencies": {
"@antfu/eslint-config-vue": "0.26.2",
"@mdi/js": "^7.1.96",
"@types/node": "18.11.19",
"@vue/runtime-dom": "latest",
"chalk": "5.2.0",
"enquirer": "2.3.6",
"eslint": "8.33.0",
"execa": "6.1.0",
"minimist": "1.2.7",
"sass": "1.58.0",
"semver": "7.3.8",
"typescript": "4.9.5",
"unplugin-vue2-script-setup": "0.11.3",
"vite": "3.2.5",
"vite-plugin-externals": "0.6.2",
"vite-plugin-html": "3.2.0",
"vite-plugin-pwa": "0.14.1",
"vite-plugin-vue2": "2.0.3",
"vue-template-compiler": "2.6.14",
"vue-tsc": "1.0.24"
}
}