⚒️ Add vitest + testing dependencies, downloadjs & canvas-confetti.

This commit is contained in:
pheralb
2022-06-23 17:20:35 +01:00
parent 4d366f8c25
commit 109f5a1156
2 changed files with 2989 additions and 11 deletions
+15 -4
View File
@@ -3,7 +3,7 @@
"version": "2.0.0",
"description": "A beautiful library with SVG logos.",
"private": true,
"author": "pheralb",
"author": "@pheralb_",
"license": "MIT",
"keywords": [
"svgs",
@@ -15,27 +15,38 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"test": "vitest",
"ready": "vitest && next build"
},
"dependencies": {
"@chakra-ui/react": "2.1.2",
"@emotion/react": "11.9.0",
"@emotion/styled": "11.8.1",
"canvas-confetti": "^1.5.1",
"downloadjs": "^1.4.7",
"framer-motion": "6.3.9",
"next": "12.1.6",
"next-pwa": "5.5.4",
"nextjs-progressbar": "^0.0.14",
"nextjs-progressbar": "0.0.14",
"phosphor-react": "1.4.1",
"react": "18.1.0",
"react-dom": "18.1.0",
"swr": "1.3.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "13.3.0",
"@types/canvas-confetti": "1.4.2",
"@types/downloadjs": "1.4.3",
"@types/node": "17.0.38",
"@types/react": "18.0.10",
"@types/react-dom": "18.0.5",
"@vitejs/plugin-react": "1.3.2",
"eslint": "8.16.0",
"eslint-config-next": "12.1.6",
"typescript": "4.7.2"
"jsdom": "20.0.0",
"typescript": "4.7.2",
"vitest": "0.15.2"
}
}