|
1 | 1 | { |
2 | 2 | "name": "@b12/metronome", |
3 | | - "version": "1.1.32", |
| 3 | + "version": "1.1.33", |
4 | 4 | "description": "", |
5 | 5 | "main": "index.es6.js", |
| 6 | + "repository": { |
| 7 | + "url": "https://github.com/b12io/metronome" |
| 8 | + }, |
6 | 9 | "scripts": { |
7 | 10 | "test": "jest", |
8 | | - "start": "webpack-dev-server --mode development", |
9 | | - "build": "webpack --mode production", |
10 | | - "styleguide": "styleguidist server", |
11 | | - "styleguide:build": "styleguidist build", |
| 11 | + "start": "NODE_OPTIONS=--openssl-legacy-provider webpack-dev-server --mode development", |
| 12 | + "build": "NODE_OPTIONS=--openssl-legacy-provider webpack --mode production", |
| 13 | + "styleguide": "NODE_OPTIONS=--openssl-legacy-provider styleguidist server", |
| 14 | + "styleguide:build": "NODE_OPTIONS=--openssl-legacy-provider styleguidist build", |
12 | 15 | "prettier": "prettier --ignore-path .prettierignore --config .prettierrc.json --ignore-unknown --write", |
13 | 16 | "lint-fix": "eslint --config .eslintrc.js --fix" |
14 | 17 | }, |
15 | 18 | "author": "B12 <[email protected]> (https://b12.io/)", |
16 | 19 | "license": "Apache-2.0", |
17 | 20 | "engines": { |
18 | | - "npm": ">=3.0.0" |
| 21 | + "node": ">=20.0.0", |
| 22 | + "npm": ">=11.5.1" |
19 | 23 | }, |
20 | 24 | "jest": { |
21 | 25 | "collectCoverage": false, |
|
43 | 47 | "@babel/cli": "7.2.0", |
44 | 48 | "@babel/core": "7.2.0", |
45 | 49 | "@babel/node": "7.2.0", |
46 | | - "@babel/plugin-proposal-class-properties": "7.2.1", |
47 | | - "@babel/plugin-proposal-export-namespace-from": "7.2.0", |
48 | | - "@babel/plugin-proposal-object-rest-spread": "7.2.0", |
| 50 | + "@babel/plugin-transform-class-properties": "7.24.7", |
| 51 | + "@babel/plugin-transform-export-namespace-from": "7.24.7", |
| 52 | + "@babel/plugin-transform-object-rest-spread": "7.24.7", |
49 | 53 | "@babel/plugin-proposal-throw-expressions": "7.2.0", |
50 | 54 | "@babel/plugin-syntax-dynamic-import": "7.2.0", |
51 | 55 | "@babel/plugin-transform-runtime": "7.2.0", |
|
79 | 83 | "file-loader": "1.1.11", |
80 | 84 | "html-webpack-plugin": "3.2.0", |
81 | 85 | "jest": "24.1.0", |
82 | | - "node-sass": "4.13.1", |
| 86 | + "sass": "1.77.8", |
83 | 87 | "popper.js": "1.14.3", |
84 | 88 | "prettier": "2.7.1", |
85 | 89 | "prop-types": "15.6.2", |
|
88 | 92 | "react-styleguidist": "10.6.1", |
89 | 93 | "react-syntax-highlighter": "7.0.4", |
90 | 94 | "react-test-renderer": "16.3.2", |
91 | | - "sass-loader": "7.0.1", |
| 95 | + "sass-loader": "10.5.2", |
92 | 96 | "style-loader": "0.21.0", |
93 | 97 | "uuid": "3.2.1", |
94 | | - "webpack": "4.6.0", |
95 | | - "webpack-cli": "2.0.15", |
96 | | - "webpack-dev-server": "3.1.3" |
| 98 | + "webpack": "4.46.0", |
| 99 | + "webpack-cli": "3.3.12", |
| 100 | + "webpack-dev-server": "3.11.3" |
97 | 101 | }, |
98 | 102 | "dependencies": { |
99 | 103 | "bootstrap": "4.6.1", |
|
0 commit comments