Files
DESKI-TEMPLATE/package.json
T
dev-chiefworks 2ce13271d8 first commit
2024-01-10 11:05:21 -05:00

41 lines
1.0 KiB
JSON

{
"name": "deski-next",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@babel/core": "7.0.0",
"@hookform/resolvers": "^3.1.1",
"@popperjs/core": "2.11.8",
"aos": "^2.3.4",
"bootstrap": "^5.2.3",
"eslint-config-next": "^13.5.4",
"next": "^13.5.4",
"photoswipe": "^5.3.8",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-accessible-accordion": "^5.0.0",
"react-countup": "^6.4.2",
"react-dom": "^18.2.0",
"react-hook-form": "^7.45.2",
"react-modal": "^3.16.1",
"react-modal-video": "^2.0.1",
"react-parallax-tilt": "^1.7.154",
"react-photoswipe-gallery": "^2.2.7",
"react-scrollspy-nav": "^1.3.0",
"react-slick": "^0.29.0",
"react-tabs": "^6.0.2",
"react-transition-group": "^4.4.5",
"react-ui-scrollspy": "^2.3.0",
"react-visibility-sensor": "^5.1.1",
"sass": "^1.64.1",
"slick-carousel": "^1.8.1",
"yup": "^1.2.0"
}
}