|
1 | 1 | { |
2 | | - "name": "frame-script", |
3 | | - "private": true, |
4 | | - "version": "0.0.9", |
5 | | - "type": "module", |
6 | | - "scripts": { |
7 | | - "dev:vite": "vite --config vite.studio.config.ts", |
8 | | - "build:vite": "vite build --config vite.studio.config.ts", |
9 | | - "dev:render": "vite --config vite.render.config.ts", |
10 | | - "build:render": "vite build --config vite.render.config.ts", |
11 | | - "preview": "vite preview --config vite.studio.config.ts", |
12 | | - "build:electron": "tsc -p tsconfig.electron.json", |
13 | | - "dev": "concurrently -k \"npm:dev:vite\" \"npm:dev:render\" \"npm:dev:electron\"", |
14 | | - "predev:electron": "tsc -p tsconfig.electron.json", |
15 | | - "dev:electron": "wait-on http://localhost:5173 && cross-env VITE_DEV_SERVER_URL=http://localhost:5173 electron ./dist-electron/main.js", |
16 | | - "build": "npm run build:vite && npm run build:electron", |
17 | | - "build:all": "npm run build && npm run build:render", |
18 | | - "build:binaries": "node ./scripts/build-binaries.mjs", |
19 | | - "predev:electron:bin": "tsc -p tsconfig.electron.json", |
20 | | - "dev:electron:bin": "wait-on http://localhost:5173 http://localhost:5174/render && cross-env VITE_DEV_SERVER_URL=http://localhost:5173 RENDER_DEV_SERVER_URL=http://localhost:5174/render FRAMESCRIPT_RUN_MODE=bin electron ./dist-electron/main.js", |
21 | | - "dev:bin": "concurrently -k \"npm:dev:vite\" \"npm:dev:render\" \"npm:dev:electron:bin\"", |
22 | | - "start": "npm run dev:bin", |
23 | | - "start:bin": "npm run build:all && npm run build:binaries && node ./scripts/start-bin.mjs", |
24 | | - "start:bin:skip-build": "node ./scripts/start-bin.mjs", |
25 | | - "docs:start": "npm --prefix docs run start", |
26 | | - "docs:build": "npm --prefix docs run build", |
27 | | - "docs:serve": "npm --prefix docs run serve" |
28 | | - }, |
29 | | - "dependencies": { |
30 | | - "@ffmpeg-installer/ffmpeg": "^1.1.0", |
31 | | - "@ffprobe-installer/ffprobe": "^2.1.2", |
32 | | - "@types/opentype.js": "^1.3.4", |
33 | | - "ag-psd": "^30.1.0", |
34 | | - "ag-psd-psdtool": "^1.1.10", |
35 | | - "mathjax-full": "^3.2.1", |
36 | | - "opentype.js": "^1.3.4", |
37 | | - "prismjs": "^1.30.0", |
38 | | - "puppeteer": "^24.1.1", |
39 | | - "react": "^19.2.0", |
40 | | - "react-dom": "^19.2.0", |
41 | | - "react-router-dom": "^6.28.0", |
42 | | - "three": "^0.166.1" |
43 | | - }, |
44 | | - "devDependencies": { |
45 | | - "@eslint/js": "^9.39.1", |
46 | | - "@types/node": "^24.10.1", |
47 | | - "@types/react": "^19.2.5", |
48 | | - "@types/react-dom": "^19.2.3", |
49 | | - "@types/three": "^0.166.0", |
50 | | - "@vitejs/plugin-react": "^5.1.1", |
51 | | - "@webgpu/types": "^0.1.67", |
52 | | - "concurrently": "^9.2.1", |
53 | | - "cross-env": "^10.1.0", |
54 | | - "electron": "^39.2.5", |
55 | | - "eslint": "^9.39.1", |
56 | | - "eslint-plugin-react-hooks": "^7.0.1", |
57 | | - "eslint-plugin-react-refresh": "^0.4.24", |
58 | | - "globals": "^16.5.0", |
59 | | - "typescript": "~5.9.3", |
60 | | - "typescript-eslint": "^8.46.4", |
61 | | - "vite": "^7.2.4", |
62 | | - "wait-on": "^9.0.3" |
63 | | - } |
| 2 | + "name": "frame-script", |
| 3 | + "private": true, |
| 4 | + "version": "0.0.9", |
| 5 | + "type": "module", |
| 6 | + "scripts": { |
| 7 | + "dev:vite": "vite --config vite.studio.config.ts", |
| 8 | + "build:vite": "vite build --config vite.studio.config.ts", |
| 9 | + "dev:render": "vite --config vite.render.config.ts", |
| 10 | + "build:render": "vite build --config vite.render.config.ts", |
| 11 | + "preview": "vite preview --config vite.studio.config.ts", |
| 12 | + "build:electron": "tsc -p tsconfig.electron.json", |
| 13 | + "dev": "concurrently -k \"npm:dev:vite\" \"npm:dev:render\" \"npm:dev:electron\"", |
| 14 | + "predev:electron": "tsc -p tsconfig.electron.json", |
| 15 | + "dev:electron": "wait-on http://localhost:5173 && cross-env VITE_DEV_SERVER_URL=http://localhost:5173 electron ./dist-electron/main.js", |
| 16 | + "build": "npm run build:vite && npm run build:electron", |
| 17 | + "build:all": "npm run build && npm run build:render", |
| 18 | + "build:binaries": "node ./scripts/build-binaries.mjs", |
| 19 | + "predev:electron:bin": "tsc -p tsconfig.electron.json", |
| 20 | + "dev:electron:bin": "wait-on http://localhost:5173 http://localhost:5174/render && cross-env VITE_DEV_SERVER_URL=http://localhost:5173 RENDER_DEV_SERVER_URL=http://localhost:5174/render FRAMESCRIPT_RUN_MODE=bin electron ./dist-electron/main.js", |
| 21 | + "dev:bin": "concurrently -k \"npm:dev:vite\" \"npm:dev:render\" \"npm:dev:electron:bin\"", |
| 22 | + "start": "npm run dev:bin", |
| 23 | + "start:bin": "npm run build:all && npm run build:binaries && node ./scripts/start-bin.mjs", |
| 24 | + "start:bin:skip-build": "node ./scripts/start-bin.mjs", |
| 25 | + "docs:start": "npm --prefix docs run start", |
| 26 | + "docs:build": "npm --prefix docs run build", |
| 27 | + "docs:serve": "npm --prefix docs run serve", |
| 28 | + "format": "prettier --write .", |
| 29 | + "format:check": "prettier --check ." |
| 30 | + }, |
| 31 | + "dependencies": { |
| 32 | + "@ffmpeg-installer/ffmpeg": "^1.1.0", |
| 33 | + "@ffprobe-installer/ffprobe": "^2.1.2", |
| 34 | + "@types/opentype.js": "^1.3.4", |
| 35 | + "ag-psd": "^30.1.0", |
| 36 | + "ag-psd-psdtool": "^1.1.10", |
| 37 | + "mathjax-full": "^3.2.1", |
| 38 | + "opentype.js": "^1.3.4", |
| 39 | + "prismjs": "^1.30.0", |
| 40 | + "puppeteer": "^24.1.1", |
| 41 | + "react": "^19.2.0", |
| 42 | + "react-dom": "^19.2.0", |
| 43 | + "react-router-dom": "^6.28.0", |
| 44 | + "three": "^0.166.1" |
| 45 | + }, |
| 46 | + "devDependencies": { |
| 47 | + "@eslint/js": "^9.39.1", |
| 48 | + "@types/node": "^24.10.1", |
| 49 | + "@types/react": "^19.2.5", |
| 50 | + "@types/react-dom": "^19.2.3", |
| 51 | + "@types/three": "^0.166.0", |
| 52 | + "@vitejs/plugin-react": "^5.1.1", |
| 53 | + "@webgpu/types": "^0.1.67", |
| 54 | + "concurrently": "^9.2.1", |
| 55 | + "cross-env": "^10.1.0", |
| 56 | + "electron": "^39.2.5", |
| 57 | + "eslint": "^9.39.1", |
| 58 | + "eslint-plugin-react-hooks": "^7.0.1", |
| 59 | + "eslint-plugin-react-refresh": "^0.4.24", |
| 60 | + "globals": "^16.5.0", |
| 61 | + "prettier": "^3.8.3", |
| 62 | + "typescript": "~5.9.3", |
| 63 | + "typescript-eslint": "^8.46.4", |
| 64 | + "vite": "^7.2.4", |
| 65 | + "wait-on": "^9.0.3" |
| 66 | + } |
64 | 67 | } |
0 commit comments