-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
135 lines (135 loc) · 4.76 KB
/
package.json
File metadata and controls
135 lines (135 loc) · 4.76 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
{
"name": "panel-flow",
"private": true,
"version": "1.0.0",
"description": "PanelFlow - Professional AI-Powered Video Script Creation Platform. Transform stories and scripts into polished video content with multi-model AI, voice synthesis, and automated rendering.",
"author": "Agions <[email protected]>",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:check": "tsc && vite build",
"lint": "eslint src --ext .ts,.tsx",
"lint:fix": "eslint src --ext .ts,.tsx --fix",
"prepare": "husky install",
"preview": "vite preview",
"tauri": "tauri",
"docs": "npm run docs:api && ts-node scripts/generate-docs.ts",
"docs:api": "typedoc --out docs/api src/",
"docs:check": "ts-node scripts/check-docs.ts",
"docs:dev": "docsify serve docs",
"evaluate:regression": "ts-node scripts/run-evaluation.ts",
"test": "jest",
"test:fast": "jest --coverage --maxWorkers=4",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"test:changed": "jest --onlyChanged",
"test:ci": "npm run test -- --runInBand --coverage && npm run build:check",
"test:ci:core": "npm test -- --runInBand src/__tests__/services/review-export.service.test.ts src/__tests__/services/collaboration.service.test.ts src/__tests__/services/cost.service.test.ts src/__tests__/services/evaluation.service.test.ts src/__tests__/services/quality-gate.service.test.ts src/__tests__/utils/idle.test.ts src/__tests__/router/page-preload.test.ts && npm run build:check",
"test:ci:full": "jest --ci --reporters=default",
"docs:vp:build": "vitepress build docs",
"docs:vp:dev": "vitepress dev docs"
},
"dependencies": {
"@ffmpeg/ffmpeg": "^0.12.10",
"@ffmpeg/util": "^0.12.1",
"@hookform/resolvers": "^5.2.2",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-progress": "^1.1.8",
"@radix-ui/react-radio-group": "^1.3.8",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.8",
"@tauri-apps/api": "^2.0.0",
"@tauri-apps/plugin-dialog": "^2.7.0",
"@tauri-apps/plugin-fs": "^2.5.0",
"@tauri-apps/plugin-notification": "^2.3.3",
"@tauri-apps/plugin-store": "^2.4.2",
"@types/file-saver": "^2.0.7",
"axios": "^1.7.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"dayjs": "^1.11.10",
"file-saver": "^2.0.5",
"framer-motion": "^12.10.3",
"i18next": "^25.0.1",
"jspdf": "^4.2.1",
"jspdf-autotable": "^5.0.7",
"jszip": "^3.10.1",
"lodash": "^4.17.21",
"lucide-react": "^1.11.0",
"next-themes": "^0.4.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.74.0",
"react-i18next": "^15.4.1",
"react-router-dom": "^7.15.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.5.0",
"uuid": "^14.0.0",
"vaul": "^1.1.2",
"zod": "^4.3.6",
"zustand": "^4.4.6"
},
"devDependencies": {
"@commitlint/config-conventional": "^20.5.3",
"@eslint/js": "^9.39.4",
"@tauri-apps/cli": "^2.0.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/jest": "^30.0.0",
"@types/node": "^20.8.10",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^8.59.0",
"@typescript-eslint/parser": "^8.59.0",
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.5.0",
"commitlint": "^20.5.3",
"docsify-cli": "^4.4.2",
"eslint": "^9.39.4",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.1.1",
"husky": "^8.0.3",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"less": "^4.2.0",
"lint-staged": "^17.0.1",
"prettier": "^3.8.3",
"tailwindcss": "^3.4.19",
"terser": "^5.46.0",
"ts-jest": "^29.4.6",
"ts-node": "^10.9.1",
"typedoc": "^0.28.19",
"typescript": "^5.4.0",
"unplugin-auto-import": "^21.0.0",
"vite": "^4.4.4",
"vite-plugin-compression": "^0.5.1",
"vitepress": "^1.6.4"
},
"lint-staged": {
"*.{ts,tsx}": [
"eslint --fix",
"prettier --write"
],
"*.{json,md,css}": [
"prettier --write"
]
}
}