|
26 | 26 | "access": "public" |
27 | 27 | }, |
28 | 28 | "scripts": { |
29 | | - "setup": "cargo install -f wasm-bindgen-cli --version 0.2.114", |
| 29 | + "setup": "cargo install -f wasm-bindgen-cli --version 0.2.115 --locked", |
30 | 30 | "build:debug": "node build.mjs --debug", |
31 | 31 | "build:rust": "cargo build --release --all-features --target wasm32-unknown-unknown", |
32 | 32 | "build:wasm-bindgen": "wasm-bindgen ../target/wasm32-unknown-unknown/release/python_template_rust.wasm --out-dir ./dist/pkg --target web", |
33 | 33 | "build:prod": "node build.mjs", |
34 | 34 | "build": "npm-run-all build:rust build:wasm-bindgen build:prod", |
35 | 35 | "clean": "rm -rf dist lib playwright-report ../python_template_rust/extension", |
36 | 36 | "dev": "npm-run-all -p start watch", |
37 | | - "lint:js": "prettier --check \"src/**/*.{js,ts,jsx,tsx,less,css}\" \"tests/**/*.{js,ts,jsx,tsx}\" \"*.mjs\" \"*.json\"", |
| 37 | + "lint:js": "prettier --check \"src/**/*.{js,ts,jsx,tsx,css}\" \"tests/**/*.{js,ts,jsx,tsx}\" \"*.mjs\" \"*.json\"", |
38 | 38 | "lint:rust": "cargo clippy --all-features && cargo fmt --all -- --check", |
39 | 39 | "lint": "npm-run-all lint:*", |
40 | | - "fix:js": "prettier --write \"src/**/*.{js,ts,jsx,tsx,less,css}\" \"tests/**/*.{js,ts,jsx,tsx}\" \"*.mjs\" \"*.json\"", |
| 40 | + "fix:js": "prettier --write \"src/**/*.{js,ts,jsx,tsx,css}\" \"tests/**/*.{js,ts,jsx,tsx}\" \"*.mjs\" \"*.json\"", |
41 | 41 | "fix:rust": "cargo fmt --all", |
42 | 42 | "fix": "npm-run-all fix:*", |
43 | 43 | "preinstall": "npx only-allow pnpm", |
|
47 | 47 | "test:js": "playwright test", |
48 | 48 | "test:rust": "cargo test -- --show-output", |
49 | 49 | "test": "npm-run-all test:rust test:js", |
50 | | - "watch": "nodemon --watch src -e ts,less,html --exec \"pnpm build:debug\"" |
| 50 | + "watch": "nodemon --watch src -e ts,css,html --exec \"pnpm build:debug\"" |
51 | 51 | }, |
52 | 52 | "dependencies": {}, |
53 | 53 | "devDependencies": { |
54 | 54 | "@finos/perspective-esbuild-plugin": "^3.2.1", |
55 | 55 | "@playwright/test": "^1.58.2", |
56 | | - "@prospective.co/procss": "^0.1.18", |
57 | 56 | "cpy": "^13.2.1", |
58 | 57 | "esbuild": "^0.27.2", |
59 | | - "esbuild-plugin-less": "^1.3.36", |
| 58 | + "lightningcss": "^1.29.3", |
60 | 59 | "http-server": "^14.1.1", |
61 | 60 | "nodemon": "^3.1.14", |
62 | 61 | "npm-run-all": "^4.1.5", |
|
0 commit comments