svgl/package.json

30 lines
663 B
JSON
Raw Normal View History

2022-01-16 22:40:15 +08:00
{
"name": "iconr",
"version": "1.0.5",
"description": "Beautiful SVG vector icons",
"author": "pheralb",
"license": "MIT",
2022-01-16 22:40:15 +08:00
"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",
2022-01-17 06:27:55 +08:00
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"framer-motion": "^6.2.6",
"next": "12.1.0",
2022-01-16 22:40:15 +08:00
"react": "17.0.2",
2022-01-17 06:27:55 +08:00
"react-dom": "17.0.2",
2022-01-22 06:30:32 +08:00
"react-icons": "^4.3.1",
"swr": "^1.2.1"
2022-01-16 22:40:15 +08:00
},
"devDependencies": {
"eslint": "8.9.0",
"eslint-config-next": "12.1.0"
2022-01-16 22:40:15 +08:00
}
}