You've already forked computing-box
- Replace logo with updated Computing:Box branding assets - Fix animations for Random and Reset buttons for smoother interaction - Implement full first version of the PC Components simulator - Update built output to reflect new assets, layout, and functionality - Remove legacy assets and outdated build files Signed-off-by: Alexander Lyall <alex@adcm.uk>
15 lines
249 B
JSON
15 lines
249 B
JSON
{
|
|
"name": "computing-box",
|
|
"type": "module",
|
|
"version": "26.3.3-0.a",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"astro": "^6.1.1"
|
|
}
|
|
}
|