-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
119 lines (119 loc) · 3.94 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
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"name": "hj-devlog",
"version": "0.1.0",
"private": true,
"homepage": "https://github.com/khj0426/HJ_Devlog",
"scripts": {
"test-storybook": "test-storybook && npx storybook-a11y-report",
"lhci": "next build && lhci autorun",
"dev": "next dev",
"build": "next build",
"dev:https": "next dev --experimental-https",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"deploy": "next build && npx gh-pages -d out",
"analyze": "cross-env ANALYZE=true next build",
"analyze:server": "cross-env BUNDLE_ANALYZE=server next build",
"analyze:browser": "cross-env BUNDLE_ANALYZE=browser next build",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"chromatic": "npx chromatic --project-token=chpt_8e999058f856b43",
"test": "jest",
"lhci-mobile": "lhci collect --additive --config=mobile-lighthouserc.js",
"lhci-desktop": "lhci collect --additive --config=desktop-lighthouserc.js"
},
"dependencies": {
"@giscus/react": "^2.2.8",
"@google-analytics/data": "^4.5.0",
"@next/bundle-analyzer": "^13.4.7",
"@prisma/client": "^5.11.0",
"@sentry/nextjs": "^7.15.0",
"@tanstack/react-query": "^4.33.0",
"@tanstack/react-query-devtools": "^4.36.1",
"@types/react-transition-group": "^4.4.10",
"@types/rss": "^0.0.32",
"autoprefixer": "10.4.14",
"axios": "^1.6.2",
"cross-env": "^7.0.3",
"date-fns": "^2.30.0",
"eslint": "8.42.0",
"eslint-config-next": "13.4.4",
"firebase": "^10.7.1",
"github-label-sync": "^2.3.1",
"gray-matter": "^4.0.3",
"iconic-react": "^0.5.0",
"next": "13.4",
"notion-client": "^6.16.0",
"postcss": "8.4.24",
"prism-react-renderer": "^2.0.5",
"query-string": "^9.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "^8.0.7",
"react-notion-x": "^6.16.0",
"react-pdf": "^9.1.0",
"react-syntax-highlighter": "^15.5.0",
"react-transition-group": "^4.4.5",
"recharts": "^2.12.6",
"recoil": "^0.7.7",
"rehype-raw": "^6.1.1",
"remark": "^14.0.3",
"remark-html": "^15.0.2",
"rss": "^1.2.2",
"sharp": "^0.32.6",
"styled-components": "^6.0.0-rc.3",
"tailwindcss": "3.3.2",
"typescript": "5.1.3",
"uuid": "^9.0.0"
},
"devDependencies": {
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.7.0",
"@lhci/cli": "^0.12.0",
"@lhci/server": "^0.14.0",
"@sentry/utils": "^7.64.0",
"@storybook/addon-a11y": "^7.6.2",
"@storybook/addon-essentials": "^7.6.7",
"@storybook/addon-interactions": "^7.6.7",
"@storybook/addon-links": "^7.6.7",
"@storybook/addon-onboarding": "^1.0.10",
"@storybook/addon-styling": "^1.3.7",
"@storybook/blocks": "^7.6.7",
"@storybook/nextjs": "^7.6.7",
"@storybook/react": "^7.6.7",
"@storybook/test": "^7.6.7",
"@storybook/test-runner": "^0.18.2",
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/react": "^14.1.2",
"@types/glob": "^8.1.0",
"@types/node": "20.2.5",
"@types/react": "18.2.8",
"@types/react-dom": "18.2.4",
"@types/react-syntax-highlighter": "^15.5.7",
"@types/recoil": "^0.0.9",
"@types/styled-components": "^5.1.26",
"@types/uuid": "^9.0.1",
"@typescript-eslint/parser": "^6.7.5",
"axe-playwright": "^2.0.1",
"babel-plugin-styled-components": "^2.1.4",
"chromatic": "^10.2.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-storybook": "^0.6.15",
"gh-pages": "^5.0.0",
"glob": "^10.2.7",
"gzip-size": "^6.0.0",
"husky": "^8.0.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"mkdirp": "^3.0.1",
"prisma": "^5.11.0",
"sqlite3": "^5.1.7",
"storybook": "^7.6.7",
"storybook-a11y-report": "^0.0.21",
"tsconfig-paths-webpack-plugin": "^4.1.0"
},
"readme": "ERROR: No README data found!",
"_id": "hj-devlog@0.1.0"
}