svgl/package.json

42 lines
902 B
JSON
Raw Normal View History

2022-01-16 22:40:15 +08:00
{
2022-06-05 06:48:13 +08:00
"name": "svgl",
"version": "2.0.0",
"description": "A beautiful library with SVG logos.",
"private": true,
2022-06-05 06:48:13 +08:00
"author": "pheralb",
"license": "MIT",
"keywords": [
"svgs",
"logos",
"images",
"library"
],
2022-01-16 22:40:15 +08:00
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2022-06-05 06:48:13 +08:00
"@chakra-ui/react": "2.1.2",
"@emotion/react": "11.9.0",
"@emotion/styled": "11.8.1",
"framer-motion": "6.3.9",
"next": "12.1.6",
"next-pwa": "5.5.4",
"nextjs-progressbar": "^0.0.14",
2022-06-05 06:48:13 +08:00
"phosphor-react": "1.4.1",
"react": "18.1.0",
2022-06-05 06:48:13 +08:00
"react-dom": "18.1.0",
"swr": "1.3.0"
2022-01-16 22:40:15 +08:00
},
"devDependencies": {
"@types/node": "17.0.38",
"@types/react": "18.0.10",
"@types/react-dom": "18.0.5",
"eslint": "8.16.0",
"eslint-config-next": "12.1.6",
"typescript": "4.7.2"
2022-01-16 22:40:15 +08:00
}
}