-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 855 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 855 Bytes
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
{
"name": "ml-color-analysis",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "NODE_OPTIONS='--no-deprecation' nuxt dev",
"generate": "nuxt generate",
"postinstall": "nuxt prepare",
"preview": "nuxt preview"
},
"dependencies": {
"@nuxt/ui": "^4.0.1",
"@tensorflow-models/coco-ssd": "^2.2.3",
"@tensorflow-models/mobilenet": "^2.1.1",
"@tensorflow/tfjs": "^4.22.0",
"@vueuse/core": "^13.9.0",
"color-namer": "^1.4.0",
"culori": "^4.0.2",
"node-vibrant": "^4.0.3",
"nuxt": "^4.1.2",
"sharp": "^0.34.4",
"vue": "^3.5.22",
"vue-router": "^4.5.1",
"wcag-contrast": "^3.0.0"
},
"devDependencies": {
"@iconify-json/heroicons": "^1.2.3",
"@types/color-namer": "^1.3.3",
"@types/culori": "^4.0.1",
"@types/node": "^24.6.2"
}
}