-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.32 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.32 KB
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
{
"name": "mo1-assets-pipe",
"private": true,
"type": "module",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"dev:runtime": "yarn workspace pipemagic dev",
"dev:all": "concurrently --names runtime,app --prefix-colors cyan,magenta \"yarn workspace pipemagic dev\" \"nuxt dev\"",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"build:runtime": "yarn workspace pipemagic build",
"dev:example": "yarn workspace pipemagic-example dev"
},
"dependencies": {
"@heroicons/vue": "^2.2.0",
"@huggingface/transformers": "^3.4.0",
"@nuxtjs/plausible": "^3.0.0",
"@pinia/nuxt": "^0.9.0",
"@tailwindcss/vite": "^4.1.18",
"@vue-flow/background": "^1.3.2",
"@vue-flow/controls": "^1.1.3",
"@vue-flow/core": "^1.41.5",
"@vue-flow/minimap": "^1.5.2",
"@vueuse/core": "^14.2.1",
"nanoid": "^5.1.2",
"nuxt": "^3.16.0",
"pinia": "^2.3.1",
"pipemagic": "workspace:*",
"tailwindcss": "^4.1.18",
"vue": "^3.5.13"
},
"devDependencies": {
"concurrently": "^9.2.1",
"typescript": "^5.7.3"
},
"packageManager": "yarn@4.12.0+sha512.f45ab632439a67f8bc759bf32ead036a1f413287b9042726b7cc4818b7b49e14e9423ba49b18f9e06ea4941c1ad062385b1d8760a8d5091a1a31e5f6219afca8"
}