Compare commits

...

2 Commits

Author SHA1 Message Date
05eaa73bd7 wip: add silpa
Signed-off-by: Egor Savkin <es@m-labs.hk>
2025-03-26 15:06:42 +08:00
33a6a55369 npm update
Signed-off-by: Egor Savkin <es@m-labs.hk>
2025-03-20 12:23:18 +08:00
5 changed files with 1566 additions and 1566 deletions

3077
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -16,26 +16,27 @@
"url": "https://git.m-labs.hk/M-Labs/web2019.git"
},
"dependencies": {
"@hello-pangea/dnd": "^16.6.0",
"@hello-pangea/dnd": "^18.0.1",
"bootstrap": "^5.3.3",
"json-logic-js": "^2.0.5",
"react": "^18.3.1",
"react-bootstrap": "^2.10.4",
"uuid": "^9.0.1",
"zustand": "^4.5.4"
"react": "^19.0.0",
"react-bootstrap": "^2.10.9",
"uuid": "^11.1.0",
"zustand": "^5.0.3"
},
"devDependencies": {
"@babel/cli": "^7.24.8",
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/preset-react": "^7.24.7",
"@babel/cli": "^7.26.4",
"@babel/core": "^7.26.10",
"@babel/preset-env": "^7.26.9",
"@babel/preset-react": "^7.26.3",
"@uidotdev/usehooks": "^2.4.1",
"babel-loader": "^9.1.3",
"babel-loader": "^10.0.0",
"babel-preset-minify": "^0.5.2",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4",
"webpack-preprocessor-loader": "^1.3.0",
"purgecss": "^7.0.2"
"purgecss": "^7.0.2",
"webpack": "^5.98.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^6.0.1",
"webpack-preprocessor-loader": "^1.3.0"
},
"babel": {
"presets": [

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 47 KiB

File diff suppressed because one or more lines are too long

View File

@ -1380,12 +1380,31 @@ const shop_data = {
tip: "Set up IP address used by the device."}},
],
size: 'big',
type: null,
warnings: [],
consumes: {
hp: 8,
},
},
'silpa': {
id: 'silpa',
name: 'Simple Low distortion Power Amplifier',
name_number: "0000",
name_codename: 'SiLPA',
price: 5000,
image: '/images/shop/graphic-03_SiLPA.svg',
specs: [
"fill in actual specs here",
],
options: [
{type: "Switch", args: {title: "Ext power", outvar: "ext_pwr", "tip": "Use external power supply in order to reduce number of used EEM connectors"}}
],
size: 'big',
warnings: [],
consumes: {
hp: 4,
eem: 1,
},
},
},
columns: {
@ -1443,6 +1462,7 @@ const shop_data = {
'koster',
'eem_pwr_mod',
'kirdy',
'silpa',
]}
],
},