This repository has been archived on 2024-06-13. You can view files and clone it, but cannot push or open issues or pull requests.
old-shiloh-website/package.json

26 lines
557 B
JSON
Raw Normal View History

2023-04-17 17:05:35 -07:00
{
"name": "shiloh",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next",
2023-04-17 17:05:35 -07:00
"build": "next build",
"start": "next start",
"export": "next export"
},
2023-04-17 17:05:35 -07:00
"dependencies": {
"autoprefixer": "10.4.14",
"framer-motion": "^10.12.4",
2023-06-26 16:03:16 -07:00
"next": "^13.4.7",
"observer": "^0.0.2",
2023-04-17 17:05:35 -07:00
"postcss": "8.4.22",
"react": "^18.2.0",
2023-04-17 17:05:35 -07:00
"react-dom": "18.2.0",
"react-intersection-observer": "^9.4.3",
"react-player": "^2.12.0",
2023-04-20 11:18:26 -07:00
"react-scroll": "^1.8.9",
"tailwindcss": "3.3.1",
"three": "^0.151.3"
2023-04-17 17:05:35 -07:00
}
}