|
22 | 22 | "watch-css": "npm run watch-css --workspaces --if-present", |
23 | 23 | "watch-typescript": "npm run watch-typescript --workspaces --if-present", |
24 | 24 | "specs": "npm-run-all --parallel specs-watch-typescript specs-watch", |
25 | | - "serve-es6": "parcel serve ./test/sanddance-test-es6.html --port 8086 --open --no-autoinstall", |
26 | | - "start-es6": "npm-run-all --parallel watch-typescript watch-css serve-es6", |
27 | | - "serve-app": "parcel serve ./test/sanddance-app.html --port 8085 --open --no-autoinstall", |
28 | | - "streamlit-dev": "parcel serve ./test/streamlit_sanddance.html --port 8087 --open --no-autoinstall", |
29 | | - "data-inference-dev": "parcel serve ./test/data-inference.html --port 8088 --open --no-autoinstall", |
| 25 | + "serve-app": "npm run dev --workspace @msrvida/sanddance-app", |
30 | 26 | "start": "npm-run-all --parallel watch-typescript watch-css serve-app", |
31 | | - "parcel": "npm run parcel --workspaces --if-present", |
32 | 27 | "restore-dist": "git checkout -q -- ./packages/sanddance/dist/umd/sanddance.d.ts ./packages/sanddance-react/dist/umd/sanddance-react.d.ts ./packages/vega-deck.gl/dist/umd/vega-deck.gl.d.ts ./packages/vega-morphcharts/dist/umd/vega-morphcharts.d.ts ./packages/sanddance-specs/dist/umd/sanddance-specs.d.ts ./packages/data-inference/dist/umd/data-inference.d.ts", |
33 | | - "clean-parcel-cache": "rimraf ./.parcel-cache/ && rimraf --glob ./packages/**/.cache/ && rimraf --glob ./packages/**/.parcel-cache/", |
34 | | - "clean-build": "npm run clean-parcel-cache && rimraf --glob ./packages/**/dist/", |
| 28 | + "clean-build": "rimraf --glob ./packages/**/dist/", |
35 | 29 | "clean": "npm run clean --workspaces --if-present && npm run clean-build && npm run restore-dist", |
36 | 30 | "remove-pem": "rimraf --glob **/*.pem && rimraf --glob **/*.key", |
37 | 31 | "vega-upgrade": "npm run remove-vega --workspaces --if-present && git checkout -- \"**/package.json\" && node ./scripts/vega-version.mjs", |
38 | | - "deploy": "npm run clean-parcel-cache && npm run deploy --workspaces --if-present", |
| 32 | + "deploy": "npm run deploy --workspaces --if-present", |
39 | 33 | "test": "npm run eslint && npm run test --workspaces --if-present", |
40 | 34 | "dev": "npm run dev --workspace dev --if-present", |
41 | 35 | "pbiviz": "npm run start -w powerbi", |
|
56 | 50 | "@deck.gl/layers": "8.3.7", |
57 | 51 | "@fluentui/react": "^8", |
58 | 52 | "@luma.gl/core": "8.3.1", |
59 | | - "@parcel/transformer-sass": "^2.16.1", |
60 | | - "@parcel/watcher": "^2.5.1", |
61 | 53 | "@rollup/plugin-buble": "^1.0.3", |
62 | 54 | "@rollup/plugin-commonjs": "^29.0.0", |
63 | 55 | "@rollup/plugin-json": "^6.1.0", |
|
75 | 67 | "@typescript-eslint/parser": "^8.33.1", |
76 | 68 | "@uifabric/styling": "^7.25.1", |
77 | 69 | "@vscode/vsce": "^3.6.0", |
78 | | - "canvas": "^3.2.0", |
79 | 70 | "core-js": "3.2.1", |
80 | 71 | "d3-color": "^3.1.0", |
81 | 72 | "d3-ease": "^1.0.5", |
|
94 | 85 | "mocha": "^10.1.0", |
95 | 86 | "morphcharts": "^1", |
96 | 87 | "npm-run-all": "^4.1.5", |
97 | | - "parcel": "^2.16.1", |
98 | 88 | "process": "^0.11.10", |
99 | 89 | "react": ">=16.8.0 <18.0.0", |
100 | 90 | "react-dom": ">=16.8.0 <18.0.0", |
101 | 91 | "regenerator-runtime": "^0.13.3", |
102 | 92 | "rimraf": "^6.1.2", |
103 | 93 | "rollup": "^4.53.3", |
104 | | - "sass": "^1.32.4", |
| 94 | + "sass": "^1.94.2", |
105 | 95 | "temp-write": "^3.4.0", |
106 | 96 | "ts-loader": "^9.3.1", |
107 | 97 | "tsx-create-element": "^2.2.9", |
|
110 | 100 | "vega": "^6.2.0", |
111 | 101 | "vega-datasets": "2.8.1", |
112 | 102 | "vega-typings": "^2.1.0", |
| 103 | + "vite": "^7.2.6", |
113 | 104 | "vscode-test": "^1.3.0", |
114 | 105 | "webpack": "^5.52.0", |
115 | 106 | "webpack-cli": "^4.8.0" |
116 | 107 | }, |
117 | | - "babel": { |
118 | | - "presets": [ |
119 | | - "es2015" |
120 | | - ] |
121 | | - }, |
122 | | - "alias": { |
123 | | - "react": { |
124 | | - "global": "React" |
125 | | - }, |
126 | | - "react-dom": { |
127 | | - "global": "ReactDOM" |
128 | | - } |
129 | | - }, |
130 | 108 | "workspaces": { |
131 | 109 | "packages": [ |
132 | 110 | "extensions/*", |
|
0 commit comments