2022-01-16 22:40:15 +08:00
|
|
|
{
|
2022-06-05 06:48:13 +08:00
|
|
|
"name": "svgl",
|
2022-06-29 23:07:21 +08:00
|
|
|
"version": "2.0.1",
|
2022-06-05 06:48:13 +08:00
|
|
|
"description": "A beautiful library with SVG logos.",
|
2022-06-03 18:53:50 +08:00
|
|
|
"private": true,
|
2022-06-24 00:20:35 +08:00
|
|
|
"author": "@pheralb_",
|
2022-06-05 06:48:13 +08:00
|
|
|
"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",
|
2022-06-24 00:20:35 +08:00
|
|
|
"lint": "next lint",
|
|
|
|
"test": "vitest",
|
|
|
|
"ready": "vitest && next build"
|
2022-01-16 22:40:15 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-07-25 06:39:45 +08:00
|
|
|
"@chakra-ui/react": "2.2.4",
|
2022-08-01 22:14:25 +08:00
|
|
|
"@emotion/react": "11.10.0",
|
|
|
|
"@emotion/styled": "11.10.0",
|
2022-06-28 20:15:35 +08:00
|
|
|
"@uiball/loaders": "1.2.6",
|
2022-06-24 20:31:57 +08:00
|
|
|
"canvas-confetti": "1.5.1",
|
|
|
|
"downloadjs": "1.4.7",
|
2022-07-25 06:39:45 +08:00
|
|
|
"framer-motion": "6.5.1",
|
2022-07-29 00:11:25 +08:00
|
|
|
"next": "12.2.3",
|
|
|
|
"next-pwa": "5.5.5",
|
2022-07-25 06:39:45 +08:00
|
|
|
"next-seo": "5.5.0",
|
2022-06-24 00:20:35 +08:00
|
|
|
"nextjs-progressbar": "0.0.14",
|
2022-06-05 06:48:13 +08:00
|
|
|
"phosphor-react": "1.4.1",
|
2022-06-29 23:07:21 +08:00
|
|
|
"react": "18.2.0",
|
|
|
|
"react-dom": "18.2.0",
|
2022-07-25 06:39:45 +08:00
|
|
|
"react-hot-toast": "2.3.0",
|
2022-07-29 00:11:25 +08:00
|
|
|
"react-hotkeys-hook": "3.4.7",
|
2022-06-05 06:48:13 +08:00
|
|
|
"swr": "1.3.0"
|
2022-01-16 22:40:15 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-06-24 20:31:57 +08:00
|
|
|
"@testing-library/jest-dom": "5.16.4",
|
2022-06-24 00:20:35 +08:00
|
|
|
"@testing-library/react": "13.3.0",
|
2022-07-25 06:39:45 +08:00
|
|
|
"@types/canvas-confetti": "1.4.3",
|
2022-06-24 00:20:35 +08:00
|
|
|
"@types/downloadjs": "1.4.3",
|
2022-08-01 22:14:25 +08:00
|
|
|
"@types/node": "18.6.3",
|
2022-07-25 06:39:45 +08:00
|
|
|
"@types/react": "18.0.15",
|
|
|
|
"@types/react-dom": "18.0.6",
|
|
|
|
"@vitejs/plugin-react": "2.0.0",
|
2022-08-01 22:14:25 +08:00
|
|
|
"eslint": "8.21.0",
|
2022-07-29 00:11:25 +08:00
|
|
|
"eslint-config-next": "12.2.3",
|
2022-06-24 00:20:35 +08:00
|
|
|
"jsdom": "20.0.0",
|
2022-06-29 23:07:21 +08:00
|
|
|
"typescript": "4.7.4",
|
2022-08-01 22:14:25 +08:00
|
|
|
"vitest": "0.20.2"
|
2022-01-16 22:40:15 +08:00
|
|
|
}
|
|
|
|
}
|