1
Fork 0
website-components/package.json
Jake Howard fe7347f647
Add a simple sticky hero using JS
It's only a small amount of JS, so it doesn't make me cry too much
2024-06-21 17:35:02 +01:00

23 lines
442 B
JSON

{
"name": "website-components",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "vite",
"build": "vite build",
"format": "prettier --write ."
},
"author": "",
"description": "",
"type": "module",
"dependencies": {
"glob": "^10.4.1",
"normalize.css": "^8.0.1",
"sass": "^1.77.2",
"underscore": "^1.13.6",
"vite": "^5.2.11"
},
"devDependencies": {
"prettier": "^3.2.5"
}
}