-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
106 lines (106 loc) · 3.43 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"$schema": "https://json.schemastore.org/package",
"name": "andrew-github-profile",
"version": "0.1.0",
"private": true,
"scripts": {
"vercel-build": "next build",
"start": "next start",
"dev": "next dev",
"test": "jest --verbose --updateSnapshot",
"export": "next export",
"info": "next info",
"build": "next build",
"format": "prettier --write **/*.ts* --write **/**/*.ts*",
"prestart": "next build",
"postbuild": "next-sitemap",
"watch-type": "tsc --watch",
"check-type": "tsc --noEmit",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"license": "MIT",
"bin": "bin/next",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@headlessui/react": "^2.1.0",
"@octokit/core": "^6.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-menubar": "^1.1.1",
"@radix-ui/react-navigation-menu": "^1.2.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.1",
"@storybook/nextjs": "^8.1.10",
"cmdk": "^1.0.0",
"cva": "npm:class-variance-authority@0.7.0",
"date-fns": "^3.6.0",
"find-cache-dir": "^5.0.0",
"gpt-3-encoder": "^1.1.4",
"gray-matter": "^4.0.3",
"lodash.groupby": "^4.6.0",
"next": "^14.2.4",
"openai": "^4.52.0",
"react": "^18.3.1",
"react-day-picker": "^8.10.1",
"react-dom": "^18.3.1",
"react-github-calendar": "^4.2.2",
"react-hook-form": "^7.52.0",
"sharp": "^0.33.4",
"storybook": "8.1.10"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@headlessui/tailwindcss": "^0.2.1",
"@storybook/addon-essentials": "^8.1.10",
"@storybook/addon-interactions": "^8.1.10",
"@storybook/addon-links": "^8.1.10",
"@storybook/blocks": "^8.1.10",
"@storybook/react": "^8.1.10",
"@storybook/testing-library": "^0.2.2",
"@tailwindcss/typography": "^0.5.13",
"@testing-library/dom": "^10.1.0",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@types/find-cache-dir": "^5.0.0",
"@types/jest": "^29.5.7",
"@types/lodash.groupby": "^4.6.8",
"@types/mime-types": "^2.1.4",
"@types/react-dom": "^18.3.0",
"@types/scheduler": "^0.23.0",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"autoprefixer": "^10.4.19",
"cssnano": "^7.0.3",
"eslint": "^9.5.0",
"eslint-config-next": "^14.2.4",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-jest-dom": "^5.4.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-testing-library": "^6.2.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"next-router-mock": "^0.9.13",
"next-sitemap": "^4.2.3",
"nextjs-google-analytics": "^2.3.3",
"postcss": "^8.4.38",
"prettier": "^3.3.2",
"semver": "^7.6.2",
"tailwind-merge": "^2.3.0",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss": "^3.4.4",
"tailwindcss-animate": "^1.0.7",
"ts-jest": "^29.1.5",
"ts-unused-exports": "^10.1.0",
"typescript": "^5.5.2",
"webpack": "^5.92.1"
},
"resolutions": {
"@testing-library/dom": "^8.0.0 || ^9.0.0"
},
"packageManager": "yarn@1.22.19"
}