|
1 | 1 | { |
2 | 2 | "name": "synthesis-fission", |
3 | 3 | "private": false, |
4 | | - "version": "0.0.1", |
| 4 | + "version": "7.1.0", |
5 | 5 | "type": "module", |
| 6 | + "main": ".vite/build/main.cjs", |
| 7 | + "author": "Autodesk", |
| 8 | + "description": "Synthesis", |
6 | 9 | "scripts": { |
7 | 10 | "init": "(bun run assetpack && bun run playwright:install) || (npm run assetpack && npm run playwright:install)", |
8 | 11 | "host": "vite --open --host", |
9 | 12 | "dev": "vite --open", |
| 13 | + "test": "vitest", |
10 | 14 | "build": "tsc && vite build", |
11 | 15 | "build:prod": "tsc && vite build --base=/fission/ --outDir dist/prod", |
12 | 16 | "build:dev": "tsc && vite build --base=/fission-closed/ --outDir dist/dev", |
13 | 17 | "preview": "vite preview --base=/fission/", |
14 | | - "test": "vitest", |
15 | 18 | "lint": "bunx --bun biome lint", |
16 | 19 | "lint:fix": "bunx --bun biome lint --fix", |
17 | 20 | "fmt": "bunx --bun biome format src", |
18 | 21 | "fmt:fix": "bunx --bun biome format src --write", |
19 | 22 | "style": "bun run fmt && bun run lint", |
20 | 23 | "style:fix": "bun run fmt:fix && bun run lint:fix", |
21 | 24 | "assetpack": "git lfs pull && tar -xf public/assetpack.zip -C public/", |
22 | | - "playwright:install": "bun x playwright install" |
| 25 | + "playwright:install": "bun x playwright install", |
| 26 | + "electron:start": "electron-forge start", |
| 27 | + "electron:package": "electron-forge package", |
| 28 | + "electron:make": "electron-forge make", |
| 29 | + "electron:publish": "electron-forge publish" |
23 | 30 | }, |
24 | 31 | "dependencies": { |
25 | 32 | "@azaleacolburn/jolt-physics": "^0.31.2", |
26 | | - "@biomejs/biome": "^2.1.2", |
| 33 | + "@biomejs/biome": "^2.1.3", |
27 | 34 | "@haensl/google-analytics": "^1.2.2", |
28 | 35 | "@mui/base": "^5.0.0-dev.20240529-082515-213b5e33ab", |
29 | | - "@mui/icons-material": "^5.17.1", |
30 | | - "@mui/system": "^5.17.1", |
| 36 | + "@mui/icons-material": "^5.18.0", |
| 37 | + "@mui/system": "^5.18.0", |
31 | 38 | "@react-three/drei": "^9.122.0", |
32 | 39 | "@react-three/fiber": "^8.18.0", |
33 | 40 | "@vitest/browser": "^3.2.4", |
34 | 41 | "@vitest/coverage-v8": "^3.2.4", |
35 | | - "@xyflow/react": "^12.7.0", |
| 42 | + "@xyflow/react": "^12.8.2", |
36 | 43 | "async-mutex": "^0.5.0", |
37 | 44 | "colord": "^2.9.3", |
| 45 | + "electron-squirrel-startup": "^1.0.1", |
38 | 46 | "framer-motion": "^10.18.0", |
39 | 47 | "lygia": "^1.3.3", |
40 | | - "playwright": "^1.54.0", |
| 48 | + "msw": "^2.10.4", |
| 49 | + "notistack": "^3.0.2", |
| 50 | + "playwright": "^1.54.2", |
41 | 51 | "postprocessing": "^6.37.6", |
42 | 52 | "react": "^18.3.1", |
43 | 53 | "react-colorful": "^5.6.1", |
44 | 54 | "react-dom": "^18.3.1", |
| 55 | + "react-draggable": "^4.5.0", |
45 | 56 | "react-icons": "^4.12.0", |
46 | 57 | "three": "^0.178.0", |
47 | 58 | "typescript-cookie": "^1.0.6", |
48 | | - "vitest-browser-react": "^1.0.0" |
| 59 | + "uuid": "^11.1.0", |
| 60 | + "vitest-browser-react": "^1.0.1" |
49 | 61 | }, |
50 | 62 | "devDependencies": { |
| 63 | + "@electron-forge/cli": "^7.8.1", |
| 64 | + "@electron-forge/maker-deb": "^7.8.1", |
| 65 | + "@electron-forge/maker-rpm": "^7.8.1", |
| 66 | + "@electron-forge/maker-squirrel": "^7.8.1", |
| 67 | + "@electron-forge/maker-zip": "^7.8.1", |
| 68 | + "@electron-forge/plugin-auto-unpack-natives": "^7.8.1", |
| 69 | + "@electron-forge/plugin-fuses": "^7.8.1", |
| 70 | + "@electron-forge/plugin-vite": "^7.8.1", |
| 71 | + "@electron/fuses": "^1.8.0", |
51 | 72 | "@emotion/react": "^11.14.0", |
52 | | - "@emotion/styled": "^11.14.0", |
53 | | - "@mui/material": "^5.17.1", |
54 | | - "@testing-library/dom": "^10.4.0", |
| 73 | + "@emotion/styled": "^11.14.1", |
| 74 | + "@mui/material": "^5.18.0", |
| 75 | + "@testing-library/dom": "^10.4.1", |
55 | 76 | "@testing-library/react": "^16.3.0", |
56 | 77 | "@testing-library/user-event": "^14.6.1", |
57 | | - "@types/node": "^20.19.1", |
| 78 | + "@types/node": "^20.19.9", |
58 | 79 | "@types/pako": "^2.0.3", |
59 | 80 | "@types/react": "^18.3.23", |
60 | 81 | "@types/react-dom": "^18.3.7", |
61 | | - "@types/three": "^0.178.0", |
| 82 | + "@types/three": "^0.178.1", |
62 | 83 | "@typescript-eslint/eslint-plugin": "^7.18.0", |
63 | 84 | "@typescript-eslint/parser": "^7.18.0", |
64 | 85 | "@vitejs/plugin-basic-ssl": "^1.2.0", |
65 | | - "@vitejs/plugin-react": "^4.5.2", |
66 | | - "@vitejs/plugin-react-swc": "^3.10.2", |
| 86 | + "@vitejs/plugin-react": "^4.7.0", |
| 87 | + "@vitejs/plugin-react-swc": "^3.11.0", |
67 | 88 | "autoprefixer": "^10.4.21", |
68 | 89 | "cssnano": "^6.1.2", |
69 | | - "eslint-config-prettier": "^8.10.0", |
| 90 | + "electron": "^37.2.4", |
| 91 | + "eslint-config-prettier": "^8.10.2", |
70 | 92 | "eslint-import-resolver-alias": "^1.1.2", |
71 | | - "eslint-plugin-import": "^2.31.0", |
| 93 | + "eslint-plugin-import": "^2.32.0", |
72 | 94 | "eslint-plugin-react-hooks": "^4.6.2", |
73 | 95 | "eslint-plugin-react-refresh": "^0.4.20", |
74 | 96 | "jsdom": "^24.1.3", |
75 | 97 | "pako": "^2.1.0", |
76 | 98 | "postcss": "^8.5.6", |
77 | 99 | "protobufjs": "^7.5.3", |
78 | 100 | "protobufjs-cli": "^1.1.3", |
79 | | - "rollup": "^4.44.0", |
| 101 | + "rollup": "^4.46.2", |
80 | 102 | "sirv": "^3.0.1", |
81 | 103 | "tailwindcss": "^3.4.17", |
82 | 104 | "tsconfig-paths": "^4.2.0", |
83 | | - "typescript": "^5.8.3", |
| 105 | + "typescript": "^5.9.2", |
84 | 106 | "vite": "^6.3.5", |
85 | | - "vite-plugin-glsl": "^1.5.0", |
| 107 | + "vite-plugin-glsl": "^1.5.1", |
86 | 108 | "vite-plugin-singlefile": "^0.13.5", |
87 | 109 | "vitest": "^3.2.4" |
88 | 110 | }, |
|
0 commit comments