-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
44 lines (44 loc) · 1.12 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
{
"name": "yandere-masonry",
"version": "0.34.0",
"private": true,
"description": "Yande.re/Konachan Waterfall Layout.",
"author": "asadahimeka",
"license": "MIT",
"main": "dist/yandere-masonry.user.js",
"scripts": {
"dev": "vite",
"release": "node scripts/release.mjs",
"build": "vite build",
"postbuild": "node scripts/postbuild.mjs",
"lint": "eslint src --ext .ts,.vue",
"preview": "vite preview"
},
"dependencies": {
"@himeka/booru": "2.7.7",
"@vueuse/core": "11.0.3",
"date-fns": "3.6.0",
"vue": "2.7.16",
"vue-i18n": "8.28.2",
"vue-masonry-css": "1.0.3",
"vuetify": "2.7.2"
},
"devDependencies": {
"@antfu/eslint-config-vue": "0.27.0",
"@mdi/js": "^7.4.47",
"@types/node": "20.10.6",
"@types/tampermonkey": "5.0.2",
"@vitejs/plugin-vue2": "1.1.2",
"chalk": "5.1.2",
"enquirer": "2.3.6",
"eslint": "8.26.0",
"execa": "6.1.0",
"minimist": "1.2.7",
"sass": "1.32.12",
"semver": "7.3.8",
"typescript": "4.8.4",
"vite": "2.9.5",
"vite-plugin-tm-userscript": "1.2.1",
"vue-template-compiler": "2.7.16"
}
}