-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.67 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
{
"name": "howtofixcrowdstrikeissue.com",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"devs": "next dev --experimental-https",
"dev:debug": "cross-env NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/node": "20.14.9",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@vercel/edge": "^1.1.1",
"@vercel/functions": "^1.0.2",
"eslint-config-next": "14.2.4",
"hastscript": "^9.0.0",
"micro": "^10.0.1",
"next": "14.2.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-markdown": "^9.0.1",
"react-medium-image-zoom": "^5.2.4",
"sass": "^1.77.6",
"sharp": "^0.33.4",
"stringify-object": "^5.0.0",
"sugar-high": "^0.7.0",
"typescript": "^5.5.3",
"vercel": "^34.2.8"
},
"devDependencies": {
"@hint/configuration-development": "^8.3.19",
"@tailwindcss/typography": "^0.5.13",
"@types/chrome": "^0.0.268",
"@types/stringify-object": "^4.0.5",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-promise": "^6.4.0",
"eslint-plugin-react-hooks-unreliable-deps": "^1.0.0",
"eslint-plugin-regexp": "^2.6.0",
"eslint-plugin-valtio": "^0.6.4",
"hint": "^7.1.12",
"postcss": "^8.4.39",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.4",
"tsx": "^4.16.0"
}
}