-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
52 lines (52 loc) · 1.54 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
{
"name": "website-frontend",
"version": "0.1.0",
"private": false,
"type": "module",
"scripts": {
"dev": "next dev",
"dev:debug": "NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"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",
"axios": "^1.7.4",
"firebase": "^10.12.1",
"gray-matter": "^4.0.3",
"next": "14.2.15",
"node-html-to-image": "^5.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "npm:@fengkx/react-syntax-highlighter@15.6.1",
"rehype-highlight": "^7.0.0",
"styled-components": "^6.1.11",
"uikit": "^3.21.4"
},
"devDependencies": {
"@eslint/js": "^9.7.0",
"@next/eslint-plugin-next": "^14.2.3",
"@types/hast": "^3.0.4",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/styled-components": "^5.1.34",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"eslint": "^8.57.0",
"eslint-config-codesupport": "^1.0.2",
"eslint-config-next": "14.2.5",
"eslint-plugin-react": "^7.34.3",
"globals": "^15.8.0",
"nextjs-sitemap-generator": "^1.3.1",
"typescript": "~5.4.5",
"typescript-eslint": "^7.16.0"
},
"engines": {
"node": ">= 20.0.0"
}
}