-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 1 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
{
"name": "fine-weather-gallery",
"type": "module",
"version": "1.0.3",
"private": true,
"scripts": {
"img-update": "node update",
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"prepare": "husky && husky install"
},
"dependencies": {
"@fingerprintjs/fingerprintjs": "^4.2.2",
"@vueuse/core": "^9.13.0",
"animate.css": "^4.1.1",
"blurhash": "^2.0.5",
"emoji-reaction": "^2.1.1",
"optional": "^0.1.4",
"sharp": "^0.33.2",
"vue": "^3.4.19"
},
"devDependencies": {
"@iconify-json/mdi": "^1.1.64",
"@unocss/transformer-directives": "^0.53.6",
"@vitejs/plugin-vue": "^4.6.2",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-vue": "^9.21.1",
"husky": "^9.1.7",
"lint-staged": "^15.3.0",
"unocss": "^0.53.6",
"vite": "^4.5.2"
},
"lint-staged": {
"*.js": "eslint --cache --fix"
}
}