|
19 | 19 | "release-desktop": "python3 ./scripts/build.py ./desktop/scripts/release.build", |
20 | 20 | "release-server": "python3 ./scripts/build.py ./server/scripts/release.build", |
21 | 21 | "format": "yarn prettier --write \"**/*.js\" \"**/*.test.js\" \"**/*.test.jsx\" \"**/*.ts\" \"**/*.tsx\" \"**/*.css\" \"**/*.json\"", |
22 | | - "test-licenses": "yarn license-checker --production --onlyAllow 'Python-2.0;AFLv2.1;BSD;MIT;Apache-2.0;Apache 2.0;Apache*;ISC;BSD-3-Clause;MIT*;BSD-2-Clause;Unlicense'", |
| 22 | + "test-licenses": "npx license-checker --production --onlyAllow 'Python-2.0;AFLv2.1;BSD;MIT;Apache-2.0;Apache 2.0;Apache*;ISC;BSD-3-Clause;MIT*;BSD-2-Clause;Unlicense'", |
23 | 23 | "generate-test-data": "node --unhandled-rejections=warn ./scripts/generate_test_data.js", |
24 | 24 | "test": "yarn test-local --coverage", |
25 | 25 | "test-local": "cross-env NODE_OPTIONS=--unhandled-rejections=warn jest --passWithNoTests --runInBand", |
|
42 | 42 | "json-stringify-safe": "^5.0.1", |
43 | 43 | "lodash.debounce": "^4.0.8", |
44 | 44 | "nanoid": "3", |
45 | | - "node-sass": "^8.0.0", |
46 | 45 | "nodemailer": "^6.7.7", |
47 | 46 | "openid-client": "^5.4.0", |
48 | 47 | "papaparse": "^5.3.2", |
|
53 | 52 | "react-dom": "17", |
54 | 53 | "react-hotkeys-hook": "^3.4.6", |
55 | 54 | "react-syntax-highlighter": "^15.5.0", |
| 55 | + "sass": "^1.60.0", |
56 | 56 | "shape": "npm:@multiprocess/shape", |
57 | 57 | "source-map-support": "^0.5.21", |
58 | 58 | "sql-formatter": "^8.2.0", |
|
96 | 96 | "eslint-plugin-react-hooks": "^4.6.0", |
97 | 97 | "jest": "^28.1.3", |
98 | 98 | "jest-canvas-mock": "^2.4.0", |
99 | | - "license-checker": "^25.0.1", |
100 | 99 | "node-fetch": "2", |
101 | 100 | "prettier": "^2.7.1", |
102 | 101 | "prettier-plugin-organize-imports": "^3.0.0", |
|
0 commit comments