-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
178 lines (178 loc) · 7.29 KB
/
package.json
File metadata and controls
178 lines (178 loc) · 7.29 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
{
"name": "@waldiez/player",
"description": "A video player and editor with an impressive UI - effects, filters, audio visualization, and more.",
"version": "0.1.0",
"type": "module",
"workspaces": [
"packages/*"
],
"keywords": [
"waldiez",
"video",
"player",
"editor",
"media"
],
"license": "Apache-2.0",
"private": true,
"homepage": "https://github.com/waldiez/player",
"bugs": {
"url": "https://github.com/waldiez/player/issues"
},
"contributors": [
{
"name": "Panagiotis Kasnesis",
"email": "pkasnesis@waldiez.io"
},
{
"name": "Lazaros Toumanidis",
"email": "laztoum@waldiez.io"
},
{
"name": "Christos Chatzigeorgiou",
"email": "chrihatz@waldiez.io"
}
],
"dependencies": {
"@waldiez/editor-core": "workspace:*",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.8",
"@tauri-apps/api": "^2.10.1",
"@tauri-apps/plugin-dialog": "^2.6.0",
"@tauri-apps/plugin-fs": "^2.4.5",
"@tauri-apps/plugin-shell": "^2.3.5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.575.0",
"mqtt": "^5.15.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"tailwind-merge": "^3.5.0",
"yaml": "^2.8.1",
"zustand": "^5.0.11"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@tailwindcss/vite": "^4.2.1",
"@tauri-apps/cli": "^2.10.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
"@types/node": "^25.3.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vite-pwa/assets-generator": "^1.0.2",
"@vitejs/plugin-react": "^5.1.4",
"@vitest/coverage-v8": "4.0.18",
"autoprefixer": "^10.4.27",
"ajv": "^8.18.0",
"eslint": "^10.0.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"husky": "^9.1.7",
"lint-staged": "^16.2.7",
"prettier": "^3.8.1",
"rimraf": "^6.1.3",
"stylelint": "^17.4.0",
"stylelint-config-recommended": "^18.0.0",
"stylelint-config-standard": "^40.0.0",
"stylelint-prettier": "^5.0.3",
"tailwindcss": "^4.2.1",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.56.1",
"vite": "^7.3.1",
"vite-plugin-pwa": "^1.2.0",
"vitest": "^4.0.18"
},
"scripts": {
"prepare": "husky",
"dev": "vite",
"dev:tauri": "tauri dev",
"build": "tsc -b && vite build",
"build:tauri": "bash scripts/build_tauri.sh --bundles app",
"build:tauri:dmg": "bash scripts/build_tauri_dmg.sh",
"build:tauri:mas": "bash scripts/build_tauri_mas.sh",
"preview": "vite preview",
"manifest:check": "bun scripts/validate-manifest.ts",
"manifest:compat": "bun scripts/check-manifest-compat.ts",
"wid:contrib:refresh": "bun scripts/refresh-contrib-wids.ts",
"wid:feed:latest": "bun scripts/build-latest-news-feed.ts --out static/cdn/repo/latest-feed.generated.json --seed static/cdn/repo/latest-feed.sample.json",
"wid:latest": "bun scripts/generate-latest-wid.ts",
"wid:latest:publish": "mkdir -p public/cdn/repo && cp static/cdn/repo/latest-auto.wid public/cdn/repo/latest-auto.wid",
"wid:latest:pipeline": "bun run wid:feed:latest && bun run wid:latest --feed static/cdn/repo/latest-feed.generated.json --out static/cdn/repo/latest-auto.wid --verify-news --max-age-hours 72 --min-keyword-hits 1 && bun run wid:latest:publish",
"wid:latest:report": "bun scripts/generate-latest-wid.ts --feed static/cdn/repo/latest-feed.generated.json --out static/cdn/repo/latest-auto.wid --verify-news --dry-run --dry-run-report",
"wid:latest:strict": "bun scripts/generate-latest-wid.ts --feed static/cdn/repo/latest-feed.sample.json --out static/cdn/repo/latest-auto.wid --verify-news --strict-news --max-age-hours 72 --min-keyword-hits 1",
"wid:latest:sample": "bun scripts/generate-latest-wid.ts --feed static/cdn/repo/latest-feed.sample.json --out static/cdn/repo/latest-auto.wid",
"precommit:guard": "bash scripts/check_secrets_staged.sh && bun run manifest:check && bun run manifest:compat && bunx lint-staged",
"prepush:guard": "make check",
"check-types": "tsc -b --noEmit",
"format": "bun prettier && bun stylelint && bun eslint",
"lint": "bun check-types && bun prettier:check && bun stylelint:check && bun eslint:check",
"eslint": "bun eslint:check --fix",
"eslint:check": "eslint --report-unused-disable-directives --max-warnings 0 --no-warn-ignored --cache --config eslint.config.mjs",
"prettier": "prettier \"**/*{.ts,.tsx,.css,.json,.md}\" --write --list-different",
"prettier:check": "prettier \"**/*{.ts,.tsx,.css,.json,.md}\" --check",
"stylelint": "bun stylelint:check --fix",
"stylelint:check": "stylelint --ignore-path .gitignore --cache \"**/*{.css,.scss}\"",
"clean:cache": "rimraf .eslintcache .stylelintcache",
"clean:tsbuild": "rimraf tsconfig.app.tsbuildinfo tsconfig.node.tsbuildinfo",
"clean:dist": "rimraf dist",
"clean:js": "find src -name '*.js' -type f -delete && find src -name '*.js.map' -type f -delete",
"clean:coverage": "rimraf coverage",
"clean": "bun clean:cache && bun clean:tsbuild && bun clean:dist && bun clean:coverage",
"test": "vitest run --coverage",
"test:watch": "vitest",
"pwa-icons": "pwa-assets-generator --config pwa-assets.config.ts",
"all": "bun install && bun clean && bun format && bun lint && bun test 2>/dev/null || true && bun run build"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,json,css,md,yml,yaml}": [
"bun run lint"
]
},
"prettier": {
"tabWidth": 4,
"printWidth": 110,
"arrowParens": "avoid",
"bracketSpacing": true,
"singleQuote": false,
"trailingComma": "all",
"endOfLine": "lf",
"plugins": [
"@trivago/prettier-plugin-sort-imports"
],
"importOrderSeparation": true,
"importOrderSortSpecifiers": true,
"importOrder": [
"^@tauri-apps/",
"^@radix-ui/",
"^react",
"^react-dom",
"^zustand",
"^lucide-react",
"^@waldiez/",
"^[./]"
],
"overrides": [
{
"files": [
"**/*.yml",
"**/*.yaml",
"**/*.md",
"**/*.css"
],
"options": {
"tabWidth": 2
}
}
]
},
"packageManager": "bun@1.3.8"
}