-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
67 lines (67 loc) · 2.02 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
{
"name": "github-readme-tech-stack",
"description": "Show off your favorite technologies and tools by using these cards in your GitHub README.",
"version": "2.1.0",
"private": true,
"author": "Olivér Mrakovics",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write .",
"format:check": "prettier --check .",
"prepare": "husky install",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@types/node": "20.10.5",
"@types/react": "18.2.45",
"@types/react-dom": "18.2.18",
"@types/react-syntax-highlighter": "^15.5.11",
"autoprefixer": "10.4.16",
"axios": "^1.6.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"eslint": "8.56.0",
"eslint-config-next": "14.0.4",
"next": "^14.0.4",
"postcss": "8.4.32",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.4.1",
"react": "18.2.0",
"react-colorful": "^5.6.1",
"react-dom": "18.2.0",
"react-icons": "^4.12.0",
"react-syntax-highlighter": "^15.5.0",
"tailwind-merge": "^2.1.0",
"tailwindcss": "3.4.0",
"typescript": "5.3.3",
"zod": "^3.22.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/0l1v3rr/github-readme-tech-stack"
},
"bugs": {
"url": "https://github.com/0l1v3rr/github-readme-tech-stack/issues"
},
"homepage": "https://github-readme-tech-stack.vercel.app",
"devDependencies": {
"@storybook/addon-essentials": "^7.6.6",
"@storybook/addon-interactions": "^7.6.4",
"@storybook/addon-links": "^7.6.6",
"@storybook/addon-styling": "^1.3.7",
"@storybook/blocks": "^7.6.3",
"@storybook/builder-webpack5": "^7.6.3",
"@storybook/nextjs": "^7.6.6",
"@storybook/react": "^7.5.3",
"@storybook/testing-library": "^0.2.2",
"eslint-plugin-storybook": "^0.6.15",
"husky": "^8.0.3",
"storybook": "^7.6.3",
"webpack": "^5.89.0"
}
}