|
5 | 5 | "private": true,
|
6 | 6 | "license": "AGPL-3.0",
|
7 | 7 | "scripts": {
|
8 |
| - "postinstall": "pnpm typegen", |
9 | 8 | "build": "NODE_ENV=production pnpm vite build",
|
10 | 9 | "check:all": "pnpm format:check && pnpm lint && pnpm test",
|
11 | 10 | "chromatic": "chromatic",
|
12 | 11 | "dev": "vite",
|
13 | 12 | "format:check": "prettier --cache --check '../**/*.{css,html,js,json,jsx,md,ts,tsx,yaml,yml}'",
|
14 | 13 | "format:write": "prettier --cache --write '../**/*.{css,html,js,json,jsx,md,ts,tsx,yaml,yml}'",
|
15 | 14 | "format:write:only": "prettier --cache --write",
|
16 |
| - "lint": "pnpm typegen && pnpm run lint:types && pnpm exec jest --selectProjects lint", |
| 15 | + "lint": "pnpm run lint:types && pnpm exec jest --selectProjects lint", |
17 | 16 | "lint:fix": "FIX=true pnpm lint",
|
18 | 17 | "lint:types": "tsc --noEmit",
|
19 | 18 | "playwright:install": "playwright install --with-deps chromium",
|
|
25 | 24 | "test:ci": "jest --selectProjects test --silent",
|
26 | 25 | "test:coverage": "jest --selectProjects test --collectCoverage",
|
27 | 26 | "test:watch": "jest --selectProjects test --watch",
|
28 |
| - "typegen": "xstate typegen 'src/**/*.ts'", |
29 | 27 | "stats": "STATS=true pnpm build && npx http-server ./stats -p 8081 -c-1",
|
30 |
| - "deadcode": "ts-prune | grep -v \".stories\\|.typegen\\|.config\\|e2e\\|__mocks__\\|used in module\\|testHelpers\\|typesGenerated\" || echo \"No deadcode found.\"" |
| 28 | + "deadcode": "ts-prune | grep -v \".stories\\|.config\\|e2e\\|__mocks__\\|used in module\\|testHelpers\\|typesGenerated\" || echo \"No deadcode found.\"" |
31 | 29 | },
|
32 | 30 | "dependencies": {
|
33 | 31 | "@emoji-mart/data": "1.1.2",
|
|
46 | 44 | "@mui/system": "5.14.0",
|
47 | 45 | "@mui/utils": "5.14.11",
|
48 | 46 | "@vitejs/plugin-react": "4.1.0",
|
49 |
| - "@xstate/inspect": "0.8.0", |
50 |
| - "@xstate/react": "3.2.1", |
51 | 47 | "ansi-to-html": "0.7.2",
|
52 | 48 | "axios": "1.6.0",
|
53 | 49 | "canvas": "2.11.0",
|
|
94 | 90 | "unique-names-generator": "4.7.1",
|
95 | 91 | "uuid": "9.0.0",
|
96 | 92 | "vite": "4.5.0",
|
97 |
| - "xstate": "4.38.1", |
98 | 93 | "xterm": "5.2.0",
|
99 | 94 | "xterm-addon-canvas": "0.5.0",
|
100 | 95 | "xterm-addon-fit": "0.8.0",
|
|
138 | 133 | "@types/uuid": "9.0.2",
|
139 | 134 | "@typescript-eslint/eslint-plugin": "6.9.1",
|
140 | 135 | "@typescript-eslint/parser": "6.9.1",
|
141 |
| - "@xstate/cli": "0.5.2", |
142 | 136 | "chromatic": "7.6.0",
|
143 | 137 | "eslint": "8.52.0",
|
144 | 138 | "eslint-config-prettier": "9.0.0",
|
|
0 commit comments