-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.28 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.28 KB
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
{
"name": "home",
"version": "0.1.0",
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tryghost/admin-api": "^1.14.0",
"@tryghost/content-api": "^1.12.0",
"@tryghost/helpers": "^1.1.97",
"@tryghost/string": "^0.2.17",
"apexcharts": "^5.3.3",
"axios": "^1.11.0",
"discord-webhook-node": "^1.1.8",
"highlight.js": "^11.11.1",
"html-react-parser": "^5.2.6",
"memoizee": "^0.4.17",
"next": "15.4.6",
"nprogress": "^0.2.0",
"react": "19.1.1",
"react-apexcharts": "^1.7.0",
"react-clamp-lines": "^3.0.3",
"react-dom": "19.1.1",
"react-fittext": "^1.0.0",
"react-infinite-scroll-component": "^6.1.0",
"react-lazyload": "^3.2.1",
"react-scale-text": "^1.2.2",
"sass": "^1.90.0",
"sync-request": "^6.1.0",
"uikit": "^3.23.11",
"yarn": "^1.22.22"
},
"devDependencies": {
"@types/memoizee": "^0.4.12",
"@types/nprogress": "^0.2.3",
"@types/react": "19.1.10",
"@types/react-lazyload": "^3.2.3",
"@types/tryghost__content-api": "^1.3.17",
"@types/uikit": "^3.23.0",
"eslint": "9.33.0",
"eslint-config-next": "15.4.6",
"typescript": "5.9.2"
}
}