2022-01-16 22:40:15 +08:00
|
|
|
{
|
2022-03-03 22:48:37 +08:00
|
|
|
"name": "svgl",
|
2022-03-25 22:57:20 +08:00
|
|
|
"version": "1.2.0",
|
2022-02-19 22:04:44 +08:00
|
|
|
"description": "Beautiful SVG vector logos",
|
2022-02-19 01:19:05 +08:00
|
|
|
"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-04-05 01:20:17 +08:00
|
|
|
"@algolia/autocomplete-core": "^1.5.6",
|
|
|
|
"@chakra-ui/react": "^1.8.7",
|
|
|
|
"@emotion/react": "^11.8.2",
|
2022-03-03 22:48:37 +08:00
|
|
|
"@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",
|
2022-02-19 01:19:05 +08:00
|
|
|
"next": "12.1.0",
|
2022-04-11 01:42:18 +08:00
|
|
|
"next-pwa": "^5.5.0",
|
2022-04-05 01:20:17 +08:00
|
|
|
"nextjs-progressbar": "^0.0.14",
|
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-03-25 22:57:20 +08:00
|
|
|
"react-hot-toast": "^2.2.0",
|
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",
|
2022-02-19 01:19:05 +08:00
|
|
|
"eslint-config-next": "12.1.0"
|
2022-01-16 22:40:15 +08:00
|
|
|
}
|
|
|
|
}
|