-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 976 Bytes
/
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
{
"name": "image-fainder",
"author": {
"name": "rainu",
"url": "https://github.com/rainu"
},
"bugs": {
"url": "https://github.com/rainu/image-fainder/issues"
},
"homepage": "https://github.com/rainu/image-fainder",
"private": true,
"version": "0.9.0",
"type": "module",
"scripts": {
"dev": "VITE_COMMIT_HASH=$(git rev-parse HEAD) vite",
"ts:check": "vue-tsc -b",
"build": "vue-tsc -b && VITE_COMMIT_HASH=$(git rev-parse HEAD) vite build",
"preview": "VITE_COMMIT_HASH=$(git rev-parse HEAD) vite preview"
},
"dependencies": {
"@huggingface/transformers": "^3.0.0",
"pinia": "^2.2.4",
"vue": "^3.5.10",
"vue-i18n": "^10.0.4",
"vue-router": "^4.4.5",
"vuetify": "^3.7.3"
},
"devDependencies": {
"@mdi/font": "^7.4.47",
"@vitejs/plugin-vue": "^5.1.4",
"prettier": "^3.3.3",
"typescript": "^5.5.3",
"vite": "^5.4.8",
"vite-plugin-pwa": "^0.20.5",
"vue-tsc": "^2.1.6"
}
}