forked from zhengxinlan1995-code/Tapnow-Studio--
-
Notifications
You must be signed in to change notification settings - Fork 67
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.24 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.24 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
{
"name": "tapnow-studio",
"private": true,
"version": "3.8.8-rc7",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && node scripts/copy-versioned-build.cjs",
"preview": "vite preview",
"test:k87": "node scripts/k87_feature_tests.cjs",
"test:storyboard-parser": "node scripts/storyboard_project_parser_regression.cjs",
"test:storyboard-roundtrip": "node scripts/storyboard_save_load_roundtrip_regression.cjs",
"test:smoke-playwright": "node scripts/smoke_playwright_fallback.cjs",
"test:release:gates": "npm run test:k87 && npm run test:storyboard-parser && npm run test:storyboard-roundtrip"
},
"dependencies": {
"dompurify": "^3.0.8",
"file-saver": "^2.0.5",
"i18next": "^23.12.1",
"jszip": "^3.10.1",
"lucide-react": "^0.344.0",
"marked": "^12.0.0",
"openai": "^6.16.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^14.1.3"
},
"devDependencies": {
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.18",
"playwright-core": "^1.58.2",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"vite": "^5.1.4",
"vite-plugin-singlefile": "^2.0.1"
}
}