parafiaborzeta/package.json

29 lines
634 B
JSON
Raw Normal View History

2024-05-30 10:12:50 -05:00
{
"name": "parafiaborzeta",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2024-05-31 13:00:10 -05:00
"framer-motion": "^11.2.10",
2024-05-30 13:10:15 -05:00
"next": "14.2.3",
2024-05-30 10:12:50 -05:00
"react": "^18",
"react-dom": "^18",
2024-05-30 13:10:15 -05:00
"styled-components": "^6.1.11"
2024-05-30 10:12:50 -05:00
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
2024-05-31 13:00:10 -05:00
"@types/react-transition-group": "^4.4.10",
2024-05-30 13:10:15 -05:00
"@types/styled-components": "^5.1.34",
2024-05-30 10:12:50 -05:00
"eslint": "^8",
2024-05-30 13:10:15 -05:00
"eslint-config-next": "14.2.3",
"typescript": "^5"
2024-05-30 10:12:50 -05:00
}
}