|
32 | 32 | "build": "npm-run-all build:cpp build:prod", |
33 | 33 | "clean": "rm -rf dist lib playwright-report ../python_template_cppjswasm/extension", |
34 | 34 | "dev": "npm-run-all -p start watch", |
35 | | - "lint:js": "prettier --check \"src/**/*.{js,ts,jsx,tsx,less,css}\" \"tests/**/*.{js,ts,jsx,tsx}\" \"*.mjs\" \"*.json\"", |
| 35 | + "lint:js": "prettier --check \"src/**/*.{js,ts,jsx,tsx,css}\" \"tests/**/*.{js,ts,jsx,tsx}\" \"*.mjs\" \"*.json\"", |
36 | 36 | "lint:cpp": "clang-format --dry-run -Werror -style=file:../.clang-format src/cpp/*.cpp", |
37 | 37 | "lint": "npm-run-all lint:*", |
38 | | - "fix:js": "prettier --write \"src/**/*.{js,ts,jsx,tsx,less,css}\" \"tests/**/*.{js,ts,jsx,tsx}\" \"*.mjs\" \"*.json\"", |
| 38 | + "fix:js": "prettier --write \"src/**/*.{js,ts,jsx,tsx,css}\" \"tests/**/*.{js,ts,jsx,tsx}\" \"*.mjs\" \"*.json\"", |
39 | 39 | "fix:cpp": "clang-format -i -style=file:../.clang-format src/cpp/*.cpp", |
40 | 40 | "fix": "npm-run-all fix:*", |
41 | 41 | "preinstall": "npx only-allow pnpm", |
|
44 | 44 | "start:tests": "http-server -p 3000 ", |
45 | 45 | "test:js": "playwright test", |
46 | 46 | "test": "npm-run-all test:*", |
47 | | - "watch": "nodemon --watch src -e ts,less,html,cpp,hpp --exec \"pnpm build:debug\"" |
| 47 | + "watch": "nodemon --watch src -e ts,css,html,cpp,hpp --exec \"pnpm build:debug\"" |
48 | 48 | }, |
49 | 49 | "dependencies": {}, |
50 | 50 | "devDependencies": { |
51 | 51 | "@finos/perspective-esbuild-plugin": "^3.2.1", |
52 | | - "@playwright/test": "^1.56.1", |
53 | | - "@prospective.co/procss": "^0.1.17", |
54 | | - "cpy": "^12.1.0", |
| 52 | + "@playwright/test": "^1.59.0", |
| 53 | + "cpy": "^13.2.1", |
55 | 54 | "esbuild": "^0.27.2", |
56 | | - "esbuild-plugin-less": "^1.3.35", |
| 55 | + "lightningcss": "^1.29.3", |
57 | 56 | "http-server": "^14.1.1", |
58 | 57 | "nodemon": "^3.1.10", |
59 | 58 | "npm-run-all": "^4.1.5", |
60 | 59 | "prettier": "^3.8.1", |
61 | | - "typescript": "^5.9.3" |
| 60 | + "typescript": "^6.0.2" |
62 | 61 | } |
63 | 62 | } |
0 commit comments