svgl/package.json
2022-02-19 14:04:44 +00:00

30 lines
666 B
JSON

{
"name": "svgparty",
"version": "1.0.6",
"description": "Beautiful SVG vector logos",
"author": "pheralb",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@algolia/autocomplete-core": "^1.5.2",
"@chakra-ui/react": "^1.8.3",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"framer-motion": "^6.2.6",
"next": "12.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"swr": "^1.2.1"
},
"devDependencies": {
"eslint": "8.9.0",
"eslint-config-next": "12.1.0"
}
}