1
Fork 0
website-components/package.json

17 lines
270 B
JSON
Raw Normal View History

2024-05-28 12:46:00 +01:00
{
"name": "website-components",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "vite",
"build": "vite build"
},
"author": "",
"description": "",
"type": "module",
"dependencies": {
"glob": "^10.4.1",
"vite": "^5.2.11"
}
}