svgl/package.json

32 lines
724 B
JSON
Raw Normal View History

2022-01-16 22:40:15 +08:00
{
2022-03-03 22:48:37 +08:00
"name": "svgl",
"version": "1.0.7",
2022-02-19 22:04:44 +08:00
"description": "Beautiful SVG vector logos",
"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": {
2022-03-03 22:48:37 +08:00
"@algolia/autocomplete-core": "^1.5.3",
"@chakra-ui/react": "^1.8.6",
"@emotion/react": "^11.8.1",
"@emotion/styled": "^11.8.1",
2022-03-04 06:06:46 +08:00
"canvas-confetti": "^1.5.1",
"downloadjs": "^1.4.7",
2022-03-03 22:48:37 +08:00
"framer-motion": "^6.2.8",
"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",
2022-03-03 22:48:37 +08:00
"swr": "^1.2.2"
2022-01-16 22:40:15 +08:00
},
"devDependencies": {
2022-03-03 22:48:37 +08:00
"eslint": "8.10.0",
"eslint-config-next": "12.1.0"
2022-01-16 22:40:15 +08:00
}
}