|
10 | 10 | "test-js-all": "yarn run lint-js && yarn run test-js", |
11 | 11 | "test-python": "yarn run lint-python && FLASK_DEBUG=0 python3 -m unittest discover tests", |
12 | 12 | "test-python-job": "SECRET_KEY=insecure_secret_key coverage run --source=. -m unittest discover tests", |
13 | | - "build": "yarn run copy-3rd-party-js && vite build", |
14 | | - "copy-3rd-party-js": "mkdir -p static/js/modules && cp node_modules/raven-js/dist/raven.min.js static/js/modules", |
| 13 | + "build": "yarn run vite build", |
15 | 14 | "serve": "./entrypoint 0.0.0.0:${PORT}", |
16 | | - "start": "concurrently --raw 'yarn run copy-3rd-party-js' 'yarn run watch' 'yarn run serve'", |
| 15 | + "start": "concurrently --raw 'yarn run watch' 'yarn run serve'", |
17 | 16 | "watch": "vite", |
18 | 17 | "clean": "rm -rf node_modules yarn-error.log css static/js/dist static/js/modules static/css *.log *.sqlite _site/ build/ .jekyll-metadata .bundle cache.tmp", |
19 | 18 | "percy": "node_modules/.bin/percy snapshot snapshots.yml" |
|
33 | 32 | "@dnd-kit/core": "6.3.1", |
34 | 33 | "@dnd-kit/sortable": "8.0.0", |
35 | 34 | "@dnd-kit/utilities": "3.2.2", |
| 35 | + "@sentry/browser": "10.12.0", |
36 | 36 | "@sentry/react": "7.120.2", |
37 | | - "@sentry/tracing": "7.114.0", |
38 | 37 | "@testing-library/dom": "10.4.0", |
39 | 38 | "@testing-library/jest-dom": "6.6.3", |
40 | 39 | "@testing-library/react": "16.2.0", |
|
67 | 66 | "prettier": "3.4.2", |
68 | 67 | "prop-types": "15.8.1", |
69 | 68 | "randomstring": "1.3.0", |
70 | | - "raven-js": "3.27.2", |
71 | 69 | "react": "19.1.0", |
72 | 70 | "react-dnd": "16.0.1", |
73 | 71 | "react-dnd-html5-backend": "16.0.1", |
|
0 commit comments