-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
162 lines (162 loc) · 5.77 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
{
"name": "www.jerenslensun.com",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap --config next-sitemap.cjs",
"start": "npx serve ./out/",
"lint": "next lint",
"lint:fix": "next lint fix",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --silent",
"test:watch": "node --experimental-vm-modules node_modules/jest/bin/jest.js --watch --silent",
"test:coverage": "node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage --silent",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"type-check": "tsc --noEmit",
"storybook": "storybook dev -p 6006",
"build:storybook": "storybook build"
},
"dependencies": {
"@builder.io/partytown": "^0.10.3",
"@fortawesome/fontawesome-svg-core": "^6.7.1",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-regular-svg-icons": "^6.7.1",
"@fortawesome/free-solid-svg-icons": "^6.7.1",
"@fortawesome/react-fontawesome": "^0.2.2",
"@giscus/react": "^3.0.0",
"@next/bundle-analyzer": "^14.2.20",
"@plaiceholder/next": "^3.0.0",
"@stitches/core": "^1.2.8",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-query-devtools": "^4.36.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"esbuild": "^0.15.18",
"firebase": "^10.14.1",
"framer-motion": "^11.14.4",
"gray-matter": "^4.0.3",
"hast-util-to-html": "^9.0.4",
"hast-util-to-string": "^3.0.1",
"jest-fixed-jsdom": "^0.0.9",
"match-sorter": "^6.3.4",
"mdx-bundler": "^10.0.3",
"next": "^14.2.20",
"next-pwa": "^5.6.0",
"next-themes": "^0.3.0",
"parameterize": "^1.0.0",
"parse-numeric-range": "^1.3.0",
"plaiceholder": "^3.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-intersection-observer": "^9.14.0",
"react-toastify": "^9.1.3",
"reading-time": "^1.5.0",
"refractor": "^4.8.1",
"rehype": "^13.0.2",
"rehype-katex": "^7.0.1",
"rehype-parse": "^9.0.1",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"sharp": "^0.33.5",
"tailwind-merge": "^2.6.0",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"uuid": "^11.0.3",
"whatwg-fetch": "^3.6.20",
"workbox-cacheable-response": "^7.3.0",
"workbox-core": "^7.3.0",
"workbox-expiration": "^7.3.0",
"workbox-routing": "^7.3.0",
"workbox-strategies": "^7.3.0",
"workbox-webpack-plugin": "^7.3.0"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@commitlint/types": "^19.5.0",
"@mswjs/data": "^0.16.2",
"@next/plugin-storybook": "^15.1.0",
"@storybook/addon-actions": "^8.4.7",
"@storybook/addon-docs": "^8.4.7",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-interactions": "^8.4.7",
"@storybook/addon-links": "^8.4.7",
"@storybook/addon-mdx-gfm": "^8.4.7",
"@storybook/addon-styling": "^1.3.7",
"@storybook/manager-api": "^8.4.7",
"@storybook/nextjs": "^8.4.7",
"@storybook/react": "^8.4.7",
"@storybook/test": "^8.4.7",
"@storybook/theming": "^8.4.7",
"@swc/core": "^1.10.1",
"@swc/jest": "^0.2.37",
"@tailwindcss/typography": "^0.5.15",
"@testing-library/cypress": "^10.0.2",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/hast": "^3.0.4",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.13",
"@types/mdx": "^2.0.13",
"@types/node": "^22.10.2",
"@types/parameterize": "^1.0.3",
"@types/react": "18.3.5",
"@types/react-dom": "^18.3.5",
"@types/tinycolor2": "^1.4.6",
"@types/unist": "^3.0.3",
"@typescript-eslint/parser": "^8.18.0",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.2.1",
"cypress": "^13.17.0",
"eslint": "8.57.0",
"eslint-config-next": "^14.2.20",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-cypress": "^3.6.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-storybook": "^0.11.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-fetch-mock": "^3.0.3",
"lodash": "^4.17.21",
"msw": "^2.7.0",
"next-compose-plugins": "^2.2.1",
"next-sitemap": "^4.2.3",
"postcss": "^8.4.49",
"postcss-import": "^16.1.0",
"prettier": "^3.4.2",
"prettier-2": "npm:prettier@^2.8.8",
"react-test-renderer": "^18.3.1",
"storybook": "^8.4.7",
"storybook-dark-mode": "^4.0.2",
"tailwindcss": "^3.4.17",
"tinycolor2": "^1.6.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.7.2",
"undici": "^7.2.0",
"webpack": "^5.97.1"
},
"type": "module",
"resolutions": {
"webpack": "^5"
},
"engines": {
"node": "^18"
},
"msw": {
"workerDirectory": [
"./public"
]
}
}