New design, new icons and license added

This commit is contained in:
pheralb
2022-02-18 17:19:05 +00:00
parent 2aa52b1143
commit 6d2bb21c3c
24 changed files with 1796 additions and 2633 deletions
+11 -8
View File
@@ -1,6 +1,9 @@
{
"name": "iconr",
"private": true,
"version": "1.0.5",
"description": "Beautiful SVG vector icons",
"author": "pheralb",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
@@ -8,19 +11,19 @@
"lint": "next lint"
},
"dependencies": {
"@algolia/autocomplete-core": "^1.5.1",
"@chakra-ui/react": "^1.7.4",
"@algolia/autocomplete-core": "^1.5.2",
"@chakra-ui/react": "^1.8.3",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"framer-motion": "^5.6.0",
"next": "12.0.8",
"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.1.2"
"swr": "^1.2.1"
},
"devDependencies": {
"eslint": "8.7.0",
"eslint-config-next": "12.0.8"
"eslint": "8.9.0",
"eslint-config-next": "12.1.0"
}
}